PxDeformableVolumeFlag#

Defined in include/PxDeformableVolumeFlag.h

struct PxDeformableVolumeFlag#

Flags to enable or disable special modes of a PxDeformableVolume instance.

Public Types

enum Enum#

Values:

enumerator eCOMPUTE_STRESS_TENSOR#

Enables computation of a Cauchy stress tensor for every tetrahedron in the simulation mesh. The tensors can be accessed through the deformable volume direct API.

enumerator ePARTIALLY_KINEMATIC#

Enables partially kinematic motion of the collision and simulation mesh.

enumerator eDISPLAY_SIM_MESH#

Deprecated.

enumerator eDISABLE_SELF_COLLISION#

Deprecated, use PxDeformableBodyFlag::eDISABLE_SELF_COLLISION instead.

enumerator eENABLE_CCD#

Deprecated, use PxDeformableBodyFlag::eENABLE_SPECULATIVE_CCD.

enumerator eKINEMATIC#

Deprecated, use PxDeformableBodyFlag::eKINEMATIC instead.