EA3DConstraintType
-
enum
EA3DConstraintType Constraint link type enum.
14.0 details
Enumerators
-
enumerator
kA3DConstraintType_None - kA3DConstraintType_None =
0No type specified.
-
enumerator
kA3DConstraintType_Set - kA3DConstraintType_Set
Constraint Set: contains other constraints.
-
enumerator
kA3DConstraintType_Fix - kA3DConstraintType_Fix
Fix an element so it can’t be moved.
-
enumerator
kA3DConstraintType_FixTogether - kA3DConstraintType_FixTogether
Fix two elements together, bound so that they act as a single body.
-
enumerator
kA3DConstraintType_Contact - kA3DConstraintType_Contact
Constrain two elements so that they are in contact of each others.
Type of contact is specified in additional data.
-
enumerator
kA3DConstraintType_Distance - kA3DConstraintType_Distance
Reserved for future use.
Specify a distance between two elements.
-
enumerator
kA3DConstraintType_Angle - kA3DConstraintType_Angle
Reserved for future use.
Specify an angle between two elements.
-
enumerator
kA3DConstraintType_Perpendicular - kA3DConstraintType_Perpendicular
Reserved for future use.
Constrain two elements as Perpendicular to each other.
-
enumerator
kA3DConstraintType_Parallel - kA3DConstraintType_Parallel
Reserved for future use.
Constrain two elements as Parallel to each other.