35 virtual void LinearType(std::string strType);
36 virtual void LinearType(
int iType);
37 virtual int LinearType();
39 virtual float PlaneWidth();
40 virtual float PlaneSize();
42 virtual float CylinderRadius();
43 virtual float CylinderHeight();
45 #pragma region DataAccesMethods
47 virtual bool SetData(
const std::string &strDataType,
const std::string &strValue,
bool bThrowError =
true);
48 virtual void QueryProperties(CStdPtrArray<TypeProperty> &aryProperties);
52 virtual void Load(CStdXml &oXml);
The base class for all of the joint type of objects.
Root namespace for the base simulation library for AnimatLab.
A Linear movement type of joint.