
###########
A3DEFRMRoot
###########

.. c:enum:: A3DEFRMRoot

   Feature root features enum. 
   
   
      10.2 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DFRMRoot_None`
   * :c:enumerator:`~kA3DFRMRoot_Node`
   * :c:enumerator:`~kA3DFRMRoot_Container`
   * :c:enumerator:`~kA3DFRMRoot_Package`
   
   



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

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


.. c:enumerator:: kA3DFRMRoot_None

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMRoot_None** = ``0``
      
      None. 
      



.. c:enumerator:: kA3DFRMRoot_Node

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMRoot_Node**
      
      feature defining a node in the tree 
      
      
      
      - *Cad type*
      
      - Parameter Type:
      
      - *Mode type*\ : cut, srf, thickness...
      - *Depth Level*\ : where chamfer is applied. see :c:enum:`~A3DEFRMEnumValue_DepthLevel`
      
      - Parameter Specification:
      
      - *Definition specific* 
      
      - Parameter Feature_Definition:
      



.. c:enumerator:: kA3DFRMRoot_Container

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMRoot_Container**
      
      feature defining a sub tree 
      
      
      
      - *Cad type*
      
      - Parameter Type:
      
      - *Mode type*\ : cut, srf, thickness...
      
      - Parameter Specification:
      
      - *Definition specific*
      
      - Parameter Feature_Definition:
      
      - *Feature Root*\ : all sub features visible in the tree 
      
      - Parameter Container:
      



.. c:enumerator:: kA3DFRMRoot_Package

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMRoot_Package**
      
      feature package defining sereval feature in one time; and contains multiple feature definition with same type 
      
      
      
      - *Cad type*
      
      - Parameter Type:
      
      - *Mode type*\ : cut, srf, thickness...
      - *Depth Level*\ : where chamfer is applied. see :c:enum:`~A3DEFRMEnumValue_DepthLevel`
      
      - Parameter Specification:
      
      - *Definition specific*\ : multiple cad specific definitions
      
      - Parameter Feature_Definition:
      
      - *Feature Root*\ : all sub features not visible in the tree 
      
      - Parameter Container_Internal:
      




