
################################
A3DEFRMEnumValue_FilletConicType
################################

.. c:enum:: A3DEFRMEnumValue_FilletConicType

   Enumerate the possible types of fillet conic types 
    Determine how a symmetric ConicLength is define, with a combination of two values between: Boundary Radius, Center Radius, Rho, Chordal Length. 
   
   
      11 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DFRMEnumValue_FilletConicType_None`
   * :c:enumerator:`~kA3DFRMEnumValue_FilletConicType_Boundary_Rho`
   * :c:enumerator:`~kA3DFRMEnumValue_FilletConicType_Center_Rho`
   * :c:enumerator:`~kA3DFRMEnumValue_FilletConicType_Boundary_Center`
   * :c:enumerator:`~kA3DFRMEnumValue_FilletConicType_Chordal_Rho`
   
   



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

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


.. c:enumerator:: kA3DFRMEnumValue_FilletConicType_None

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMEnumValue_FilletConicType_None** = ``0``
      
      No conic length. 
      



.. c:enumerator:: kA3DFRMEnumValue_FilletConicType_Boundary_Rho

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMEnumValue_FilletConicType_Boundary_Rho**
      
      Conic Length is define with values: Boundary Radius, Rho. 
      



.. c:enumerator:: kA3DFRMEnumValue_FilletConicType_Center_Rho

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMEnumValue_FilletConicType_Center_Rho**
      
      Conic Length is define with values: Center Radius, Rho. 
      



.. c:enumerator:: kA3DFRMEnumValue_FilletConicType_Boundary_Center

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMEnumValue_FilletConicType_Boundary_Center**
      
      Conic Length is define with values: Boundary Radius, Center Radius. 
      



.. c:enumerator:: kA3DFRMEnumValue_FilletConicType_Chordal_Rho

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMEnumValue_FilletConicType_Chordal_Rho**
      
      Conic Length is define with values: Chordal Length, Rho. 
      




