JointObject::GetBreakingForce
Defined in: C4Contacts.h
Returns the breaking force for a joint.
Prototype
float GetBreakingForce(void) const;
Description
The GetBreakingForce function returns the breaking force for a joint, measured in kilonewtons (kN). The breaking force is only used if the kJointBreakable flag is set for the joint.
See Also
JointObject::SetBreakingForce
JointObject::GetJointFlags
JointObject::SetJointFlags
|