
###################################
A3DEJTReadTessellationLevelOfDetail
###################################

.. c:enum:: A3DEJTReadTessellationLevelOfDetail

   JT LOD to retrieve from file. 
   
   
      8.0 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DJTTessLODLow`
   * :c:enumerator:`~kA3DJTTessLODMedium`
   * :c:enumerator:`~kA3DJTTessLODHigh`
   
   



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

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


.. c:enumerator:: kA3DJTTessLODLow

      .. rst-class:: sig-pretty-signature
      
         | **kA3DJTTessLODLow** = ``0``
      
      Will load the lowest level of tessellation available in the JT file. 
      



.. c:enumerator:: kA3DJTTessLODMedium

      .. rst-class:: sig-pretty-signature
      
         | **kA3DJTTessLODMedium**
      
      Will load an in-between level of tessellation available in the JT file. 
      



.. c:enumerator:: kA3DJTTessLODHigh

      .. rst-class:: sig-pretty-signature
      
         | **kA3DJTTessLODHigh**
      
      Will load the highest level of tessellation available in the JT file. 
      




