A3DPDF3DArtworkData2 structure. More...
A3DPDF3DArtworkData2 structure.
A3DUns16 A3DPDF3DArtworkData2::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
A3DPDF3DStream* A3DPDF3DArtworkData2::m_pStream |
Specifies the 3D stream object created from the 3D data.
A3DUTF8Char* A3DPDF3DArtworkData2::m_pcJavaScriptFileName |
A JavaScript file to store on the 3D Annot.
A3DBool A3DPDF3DArtworkData2::m_bActivatePMICrossHighlight |
If true, some JavaScript code is generated so that when the user clicks on a markup, the associated surface is highlighted. Only works with Acrobat 11 and later.
A3DBool A3DPDF3DArtworkData2::m_bAddPMISemanticInformation |
If true, the information on semantic PMI is added as nodes attributes on the model tree.
A3DBool A3DPDF3DArtworkData2::m_bKeepNativeDefaultView |
If true, if there's a default view in the PRC modelfile: the default view in the resulting PDF will be that one, no matter if other default views are defined at PDF level. In other situations (no default view in the PRC modelfile; or the boolean is false): a default view is defined at the PDF level. A default view at the PDF level means a view programmatically created using A3DPDFViewCreate, or a default view automatically created by HOOPS Publish if no default view is already defined.
This boolean is not used if the 3D stream is created with A3DPDF3DStreamCreateFromFile.
A3DBool A3DPDF3DArtworkData2::m_bUseRuntimeDisplaySettings |
This boolean controls which display settings (rendering style, background color and lighting) are applied to the 3D annotation when a view is activated.
Warning: all the display behaviors might be affected by a bug in Adobe Reader when the toolbar is not displayed. For a full control of display settings, it might be better to always display the toolbar. If not, unexpected rendering might be observed.
A3DPDFEAnimationStyle A3DPDF3DArtworkData2::m_eAnimationStyle |
The animation style.
A3DInt32 A3DPDF3DArtworkData2::m_iNumberOfAnimations |
Number of animations.
A3DPDFAnimation** A3DPDF3DArtworkData2::m_ppAnimations |
Animations.
A3DBool A3DPDF3DArtworkData2::m_bChangePMIColor |
If the boolean is true, the color of the markups in the artwork will be set to m_adRGB; otherwise, it will remain like it already was.
A3DPDFRgbColorData A3DPDF3DArtworkData2::m_sPMIColor |
Color of the markups in the artwork if m_bChangePMIColor is set to true.
A3DPDFSectionDisplayData A3DPDF3DArtworkData2::m_sDisplaySectionData |
Settings for the cross sections display.