
#########################
A3DEIntersectionLimitType
#########################

.. c:enum:: A3DEIntersectionLimitType

   Intersection limit type. 
   
   
      2.0 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DIntersectionLimitTypeHelp`
   * :c:enumerator:`~kA3DIntersectionLimitTypeTerminator`
   * :c:enumerator:`~kA3DIntersectionLimitTypeLimit`
   * :c:enumerator:`~kA3DIntersectionLimitTypeBoundary`
   
   



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

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


.. c:enumerator:: kA3DIntersectionLimitTypeHelp

      .. rst-class:: sig-pretty-signature
      
         | **kA3DIntersectionLimitTypeHelp**
      
      Arbitary limit on a closed intersection curve. 
      



.. c:enumerator:: kA3DIntersectionLimitTypeTerminator

      .. rst-class:: sig-pretty-signature
      
         | **kA3DIntersectionLimitTypeTerminator**
      
      Limit where one of the two intersection surface normals is degenerate or where they become colinear. 
      



.. c:enumerator:: kA3DIntersectionLimitTypeLimit

      .. rst-class:: sig-pretty-signature
      
         | **kA3DIntersectionLimitTypeLimit**
      
      Artificial limit to avoid an infinite curve. 
      



.. c:enumerator:: kA3DIntersectionLimitTypeBoundary

      .. rst-class:: sig-pretty-signature
      
         | **kA3DIntersectionLimitTypeBoundary**
      
      Limit of the curve if a :c:type:`~A3DSurfBlend02` surface (that uses the intersection curve as its center curve) becomes degenerate. 
      




