51 float CylinderRadius();
54 virtual void Enabled(
bool bValue);
59 virtual float GetPositionWithinLimits(
float fltPos);
60 virtual float GetLimitRange();
64 virtual bool SetData(
const std::string &strDataType,
const std::string &strValue,
bool bThrowError =
true);
65 virtual void AddExternalNodeInput(
int iTargetDataType,
float fltInput);
66 virtual int GetTargetDataTypeIndex(
const std::string &strDataType);
68 virtual void Load(CStdXml &oXml);
Root namespace for the base simulation library for AnimatLab.
ConstraintLimit * m_lpUpperLimit
Upper limit constring pointer.
ConstraintLimit * m_lpLowerLimit
Lower limit constring pointer.
ConstraintLimit * m_lpPosFlap
Pointer to a constraint that is used to represent the position flap.
virtual bool UsesRadians()
Tells whether this joint uses radians or meters for its measurements.
A Prismatic type of joint.