
##################
A3DEConstraintType
##################

.. c:enum:: A3DEConstraintType

   Constraint link type enum. 
   
   
      14.0 details 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DConstraintType_None`
   * :c:enumerator:`~kA3DConstraintType_Set`
   * :c:enumerator:`~kA3DConstraintType_Fix`
   * :c:enumerator:`~kA3DConstraintType_FixTogether`
   * :c:enumerator:`~kA3DConstraintType_Contact`
   * :c:enumerator:`~kA3DConstraintType_Distance`
   * :c:enumerator:`~kA3DConstraintType_Angle`
   * :c:enumerator:`~kA3DConstraintType_Perpendicular`
   * :c:enumerator:`~kA3DConstraintType_Parallel`
   
   



.. rst-class:: kind-group kind-enumerator

.. rubric:: Enumerators
   :class: kind-group-title


.. c:enumerator:: kA3DConstraintType_None

      .. rst-class:: sig-pretty-signature
      
         | **kA3DConstraintType_None** = ``0``
      
      No type specified. 
      



.. c:enumerator:: kA3DConstraintType_Set

      .. rst-class:: sig-pretty-signature
      
         | **kA3DConstraintType_Set**
      
      Constraint Set: contains other constraints. 
      



.. c:enumerator:: kA3DConstraintType_Fix

      .. rst-class:: sig-pretty-signature
      
         | **kA3DConstraintType_Fix**
      
      Fix an element so it can't be moved. 
      



.. c:enumerator:: kA3DConstraintType_FixTogether

      .. rst-class:: sig-pretty-signature
      
         | **kA3DConstraintType_FixTogether**
      
      Fix two elements together, bound so that they act as a single body. 
      



.. c:enumerator:: kA3DConstraintType_Contact

      .. rst-class:: sig-pretty-signature
      
         | **kA3DConstraintType_Contact**
      
      Constrain two elements so that they are in contact of each others. 
      
      Type of contact is specified in additional data. 
      



.. c:enumerator:: kA3DConstraintType_Distance

      .. rst-class:: sig-pretty-signature
      
         | **kA3DConstraintType_Distance**
      
      Reserved for future use. 
      
      Specify a distance between two elements. 
      



.. c:enumerator:: kA3DConstraintType_Angle

      .. rst-class:: sig-pretty-signature
      
         | **kA3DConstraintType_Angle**
      
      Reserved for future use. 
      
      Specify an angle between two elements. 
      



.. c:enumerator:: kA3DConstraintType_Perpendicular

      .. rst-class:: sig-pretty-signature
      
         | **kA3DConstraintType_Perpendicular**
      
      Reserved for future use. 
      
      Constrain two elements as Perpendicular to each other. 
      



.. c:enumerator:: kA3DConstraintType_Parallel

      .. rst-class:: sig-pretty-signature
      
         | **kA3DConstraintType_Parallel**
      
      Reserved for future use. 
      
      Constrain two elements as Parallel to each other. 
      




