
###############
A3DEContactType
###############

.. c:enum:: A3DEContactType

   Contact type enum. 
   
   
      14.0 details 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DContactType_None`
   * :c:enumerator:`~kA3DContactType_Unknown`
   * :c:enumerator:`~kA3DContactType_Surface`
   * :c:enumerator:`~kA3DContactType_Annular`
   * :c:enumerator:`~kA3DContactType_Line`
   * :c:enumerator:`~kA3DContactType_Point`
   
   



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

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


.. c:enumerator:: kA3DContactType_None

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



.. c:enumerator:: kA3DContactType_Unknown

      .. rst-class:: sig-pretty-signature
      
         | **kA3DContactType_Unknown**
      
      The contact type is not defined by the software and is ambiguous to determine. 
      



.. c:enumerator:: kA3DContactType_Surface

      .. rst-class:: sig-pretty-signature
      
         | **kA3DContactType_Surface**
      
      The elements are in contact with a common surface (e.g. 
      
      two cubes). 
      



.. c:enumerator:: kA3DContactType_Annular

      .. rst-class:: sig-pretty-signature
      
         | **kA3DContactType_Annular**
      
      The contact between two elements can be reduced to a circular shape (e.g. 
      
      a sphere in a cone, or in a cylinder with the same radius. 
      



.. c:enumerator:: kA3DContactType_Line

      .. rst-class:: sig-pretty-signature
      
         | **kA3DContactType_Line**
      
      The contact between two elements can be reduced to a line (e.g. 
      
      a cylinder on a plane). 
      



.. c:enumerator:: kA3DContactType_Point

      .. rst-class:: sig-pretty-signature
      
         | **kA3DContactType_Point**
      
      The contact between two elements can be reduced to a point (e.g. 
      
      a sphere on a plane). 
      




