3 #ifndef _APIParameterVector3_H_
4 #define _APIParameterVector3_H_
10 namespace AnyCAD{
namespace API
33 void SetValue (
const Vector3& val) ;
38 virtual String ToString ()
const;
44 virtual bool FromString (
const String& str) ;
48 #endif //_APIParameterVector3_H_
std::string String
Definition: APIString.h:10
The base class for parameter values.
Definition: APIParameterValue.h:19
Point or vector.
Definition: APIMath.h:37
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33
Vector3 Parameter Value.
Definition: APIParameterVector3.h:19