
########################
A3DPDFSectionDisplayData
########################

.. c:struct:: A3DPDFSectionDisplayData

   Structure to define settings for the cross sections display. 
   
   These settings are used by HOOPS Publish at PDF creation on every native views that have a clipping plane defined. These settings are not used at runtime with clipping plane created by Javascript. 
   
   
      8.1 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFSectionDisplayData.m_bIsCuttingPlaneVisible`
   * :c:member:`~A3DPDFSectionDisplayData.m_dOpacity`
   * :c:member:`~A3DPDFSectionDisplayData.m_sCuttingPlaneColor`
   * :c:member:`~A3DPDFSectionDisplayData.m_bIsIntersectionVisible`
   * :c:member:`~A3DPDFSectionDisplayData.m_sIntersectionColor`
   * :c:member:`~A3DPDFSectionDisplayData.m_bAddSectionCaps`
   
   



.. rst-class:: kind-group kind-variable

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


.. c:member:: A3DBool A3DPDFSectionDisplayData.m_bIsCuttingPlaneVisible

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Visibility of the cutting plane. 
      



.. c:member:: A3DDouble A3DPDFSectionDisplayData.m_dOpacity

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`
      
      Opacity of the cutting plane, between 0 (transparent) and 1 (opaque). 
      



.. c:member:: A3DPDFRgbColorData A3DPDFSectionDisplayData.m_sCuttingPlaneColor

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DPDFRgbColorData`
      
      Color of the cutting plane. 
      



.. c:member:: A3DBool A3DPDFSectionDisplayData.m_bIsIntersectionVisible

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Visibility of the intersection of the cutting plane with any 3D geometry. 
      



.. c:member:: A3DPDFRgbColorData A3DPDFSectionDisplayData.m_sIntersectionColor

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DPDFRgbColorData`
      
      Color of the intersection of the cutting plane, if visible. 
      



.. c:member:: A3DBool A3DPDFSectionDisplayData.m_bAddSectionCaps

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      If true, show the capping faces. 
      




