JointObject::GetJointType
Defined in: C4Contacts.h
Returns the specific type of a joint.
Prototype
JointType GetJointType(void) const;
Description
The GetJointType function returns the specific joint type, which may be one of the following values.
kJointSpherical |
A spherical joint.
|
kJointUniversal |
A universal joint.
|
kJointDiscal |
A discal joint.
|
kJointRevolute |
A revolute joint.
|
kJointCylindrical |
A cylindrical joint.
|
kJointPrismatic |
A prismatic joint.
|
|