Describes the type of the Structural Analytical Model rigidity class type.
typedef enum { API_FreeType, API_RigidType, API_CustomType, API_RigidCompressionOnlyType, API_RigidTensionOnlyType, API_CustomCompressionOnlyType, API_CustomTensionOnlyType, } API_AnalyticalRigidityType;
Members
- API_FreeType
- The element is free for translation or rotation.
- API_RigidType
- The element is rigid against translation or rotation.
- API_CustomType
- The element allows translation or rotation with a specific value.
- API_RigidCompressionOnlyType
- The element is rigid against compression.
- API_RigidTensionOnlyType
- The element is rigid against tension.
- API_CustomCompressionOnlyType
- The element allows compression until a certain amount of force is applied.
- API_CustomTensionOnlyType
- The element allows tension until a certain amount of force is applied.
Requirements
- Version: API 24 or later
- Header: .\APIdefs_AnalyticalElements.h