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

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

The new spatial tendon.

Creating a spatial 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.