EA3DConstraintType
-
enum
EA3DConstraintType
-
enumerator
kA3DConstraintType_None= 0 No type specified.
-
enumerator
kA3DConstraintType_Set Constraint Set: contains other constraints.
-
enumerator
kA3DConstraintType_Fix Fix an element so it can’t be moved.
-
enumerator
kA3DConstraintType_FixTogether Fix two elements together, bound so that they act as a single body.
-
enumerator
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 Reserved for future use.
Specify a distance between two elements.
-
enumerator
kA3DConstraintType_Angle Reserved for future use.
Specify an angle between two elements.
-
enumerator
kA3DConstraintType_Perpendicular Reserved for future use.
Constrain two elements as Perpendicular to each other.
-
enumerator
kA3DConstraintType_Parallel Reserved for future use.
Constrain two elements as Parallel to each other.