
######################
A3DRiPolyBrepModelData
######################

.. c:struct:: A3DRiPolyBrepModelData

   PolyBrepModel structure. 
   
   
      2.0
   
   
   
   This structure handles only a flag indicating whether the tessellation is closed (solid). Tessellation must be recovered with base class function :c:func:`~A3DRiRepresentationItemGet`\ . 
   
   
      :ref:`Tessellation Module <group__a3d__tessellation__module>` 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DRiPolyBrepModelData.m_bIsClosed`
   
   



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

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


.. c:member:: A3DBool A3DRiPolyBrepModelData.m_bIsClosed

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      A value of true indicates the tessellation closed; otherwise, it is open. 
      




