A3DStream3DPDFData
Fields
A3DUns32 |
m_uiStreamSize |
A3DUTF8Char * |
m_acStream |
A3DBool |
m_bIsPrc |
A3DUns32 |
m_uiIdentifier |
Detailed Description
-
struct
A3DStream3DPDFData
Binary stream for a 3D model stored in a PDF file.
The data format is PRC or U3D.
- Version
- 6.0
Public Members
-
A3DUns32
m_uiStreamSize
Size of the stream.
-
A3DUTF8Char *
m_acStream
3D stream.
-
A3DBool
m_bIsPrc
True if stream is PRC data, false if it is U3D data.
-
A3DUns32
m_uiIdentifier
Identifier of the stream inside the PDF.
If no identifier is set, values to kA3DPDFUnknownStreamIdentifier.
- Version
- 13.1