
#####################
A3DPDFERenderingStyle
#####################

.. c:enum:: A3DPDFERenderingStyle

   Rendering Style. 
   
   
      4.1 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DPDFRenderingTransparentBoundingBox`
   * :c:enumerator:`~kA3DPDFRenderingSolid`
   * :c:enumerator:`~kA3DPDFRenderingTransparent`
   * :c:enumerator:`~kA3DPDFRenderingSolidWireframe`
   * :c:enumerator:`~kA3DPDFRenderingIllustration`
   * :c:enumerator:`~kA3DPDFRenderingSolidOutline`
   * :c:enumerator:`~kA3DPDFRenderingShadedIllustration`
   * :c:enumerator:`~kA3DPDFRenderingBoundingBox`
   * :c:enumerator:`~kA3DPDFRenderingTransparentBoundingBoxOutline`
   * :c:enumerator:`~kA3DPDFRenderingWireframe`
   * :c:enumerator:`~kA3DPDFRenderingShadedWireframe`
   * :c:enumerator:`~kA3DPDFRenderingTransparentWireframe`
   * :c:enumerator:`~kA3DPDFRenderingHiddenWireframe`
   * :c:enumerator:`~kA3DPDFRenderingVertices`
   * :c:enumerator:`~kA3DPDFRenderingShadedVertices`
   
   



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

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


.. c:enumerator:: kA3DPDFRenderingTransparentBoundingBox

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingTransparentBoundingBox** = ``0``
      
      Displays bounding boxes faces of each node, aligned with the axes of the local coordinate space for that node, with an added level of transparency. 
      



.. c:enumerator:: kA3DPDFRenderingSolid

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingSolid**
      
      Displays textured and lit geometric shapes. 
      



.. c:enumerator:: kA3DPDFRenderingTransparent

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingTransparent**
      
      Displays textured and lit geometric shapes (triangles) with an added level of transparency. 
      



.. c:enumerator:: kA3DPDFRenderingSolidWireframe

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingSolidWireframe**
      
      Displays textured and lit geometric shapes (triangles) with an added level of transparency, with single color opaque edges on top of it. 
      



.. c:enumerator:: kA3DPDFRenderingIllustration

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingIllustration**
      
      Displays silhouette edges with surfaces, removes obscured lines. 
      



.. c:enumerator:: kA3DPDFRenderingSolidOutline

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingSolidOutline**
      
      Displays silhouette edges with lit and textured surfaces, removes obscured lines. 
      



.. c:enumerator:: kA3DPDFRenderingShadedIllustration

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingShadedIllustration**
      
      Displays silhouette edges with lit and textured surfaces and an additional emissive term to remove poorly lit areas of the artwork. 
      



.. c:enumerator:: kA3DPDFRenderingBoundingBox

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingBoundingBox**
      
      Displays the bounding box edges of each node, aligned with the axes of the local coordinate space for that node. 
      



.. c:enumerator:: kA3DPDFRenderingTransparentBoundingBoxOutline

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingTransparentBoundingBoxOutline**
      
      Displays bounding boxes edges and faces of each node, aligned with the axes of the local coordinate space for that node, with an added level of transparency. 
      



.. c:enumerator:: kA3DPDFRenderingWireframe

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingWireframe**
      
      Displays only edges in a single color. 
      



.. c:enumerator:: kA3DPDFRenderingShadedWireframe

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingShadedWireframe**
      
      Displays only edges, though interpolates their color between their two vertices and applies lighting. 
      



.. c:enumerator:: kA3DPDFRenderingTransparentWireframe

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingTransparentWireframe**
      
      Displays textured and lit geometric shapes (triangles) with an added level of transparency, with single color opaque edges on top of it. 
      



.. c:enumerator:: kA3DPDFRenderingHiddenWireframe

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingHiddenWireframe**
      
      Displays edges in a single color, though removes back-facing and obscured edges. 
      



.. c:enumerator:: kA3DPDFRenderingVertices

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingVertices**
      
      Displays only vertices in a single color. 
      



.. c:enumerator:: kA3DPDFRenderingShadedVertices

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFRenderingShadedVertices**
      
      Displays only vertices, though uses their vertex color and applies lighting. 
      




