pub unsafe extern "C" fn PxArticulationReducedCoordinate_createFixedTendon_mut(
    self_: *mut PxArticulationReducedCoordinate
) -> *mut PxArticulationFixedTendon
Expand description

Creates a fixed tendon to attach to the articulation with default attribute values.

The new fixed tendon.

Creating a fixed tendon is not allowed while the articulation is in a scene. In order to add the tendon, remove and then re-add the articulation to the scene.