
##################
A3DStream3DPDFData
##################

.. c:struct:: A3DStream3DPDFData

   Represents a binary stream for a 3D model stored in a PDF file.
   
   The data format is PRC or U3D.
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DStream3DPDFData.m_uiStreamSize`
   * :c:member:`~A3DStream3DPDFData.m_acStream`
   * :c:member:`~A3DStream3DPDFData.m_bIsPrc`
   * :c:member:`~A3DStream3DPDFData.m_uiIdentifier`
   
   



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

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


.. c:member:: A3DUns32 A3DStream3DPDFData.m_uiStreamSize

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Size of the stream.
      



.. c:member:: A3DUTF8Char* A3DStream3DPDFData.m_acStream

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ \*
      
      3D stream.
      



.. c:member:: A3DBool A3DStream3DPDFData.m_bIsPrc

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      ``A3D_TRUE``\ if stream is PRC data, ``A3D_FALSE``\ if it is U3D data.
      



.. c:member:: A3DUns32 A3DStream3DPDFData.m_uiIdentifier

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Identifier of the stream inside the PDF.
      
      If no identifier is set, values to :c:macro:`~kA3DPDFUnknownStreamIdentifier`\ .
      




