
###########################
A3DEFRMEnumValue_DepthLevel
###########################

.. c:enum:: A3DEFRMEnumValue_DepthLevel

   Enumerate the possible types of depth level types 
    Enumerate the possible semantic depth position in a hole. 
   
   This can be used to specify:
   
   
   - Hole Chamfer position: possible values = **Start / Neck / End** 
   - \ For a Tapered, where tapered diameter is applied: possible values = **Start / VStart** (define rather the min or max tapered diameter)
   
   
   
   
      10.2 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DFRMEnumValue_DepthLevel_None`
   * :c:enumerator:`~kA3DFRMEnumValue_DepthLevel_Start`
   * :c:enumerator:`~kA3DFRMEnumValue_DepthLevel_Neck`
   * :c:enumerator:`~kA3DFRMEnumValue_DepthLevel_VStart`
   * :c:enumerator:`~kA3DFRMEnumValue_DepthLevel_End`
   * :c:enumerator:`~kA3DFRMEnumValue_DepthLevel_Profile`
   
   



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

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


.. c:enumerator:: kA3DFRMEnumValue_DepthLevel_None

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMEnumValue_DepthLevel_None** = ``0``
      
      Invalid Depth Level Type. 
      



.. c:enumerator:: kA3DFRMEnumValue_DepthLevel_Start

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMEnumValue_DepthLevel_Start**
      
      Start of the hole. 
      



.. c:enumerator:: kA3DFRMEnumValue_DepthLevel_Neck

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMEnumValue_DepthLevel_Neck**
      
      In case of a Counter Bore, The neck correspond to the Bore part depth, just before the regular hole part. 
      



.. c:enumerator:: kA3DFRMEnumValue_DepthLevel_VStart

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMEnumValue_DepthLevel_VStart**
      
      In case of tipped Hole, VStart correspond to the hole bottom without considering the tip part. 
      



.. c:enumerator:: kA3DFRMEnumValue_DepthLevel_End

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMEnumValue_DepthLevel_End**
      
      End of the hole. 
      



.. c:enumerator:: kA3DFRMEnumValue_DepthLevel_Profile

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMEnumValue_DepthLevel_Profile**
      
      Position of the profile. 
      
      This could be different than hole Start for example in case of Hole with DepthFrom value. 
      




