A3DMaterialAndVisualisationInfos
Fields
A3DUns32 |
m_uiPathInAssemblyTreeSize |
A3DUTF8Char ** |
m_ppPathInAssemblyTree |
A3DGraphMaterialData * | m_pMaterial |
A3DMiscCartesianTransformationData * | m_pTransform |
A3DBool |
m_bIsSuppressed |
A3DUns16 |
m_usLayer |
A3DUns16 |
m_usBehaviour |
A3DUns8 |
m_ucType |
Detailed Description
-
struct
A3DMaterialAndVisualisationInfos
A structure to store material, visibility, suppressed, etc… informations, to put on other product occurrence.
Used for Assemblies / Views that modify those informations. It will be applied during shattered post-treatment.
Public Members
-
A3DUns32
m_uiPathInAssemblyTreeSize
The size of m_ppPathInAssemblyTree.
-
A3DUTF8Char **
m_ppPathInAssemblyTree
Path in the assembly tree of Product Occurrence to modify.
-
A3DGraphMaterialData *
m_pMaterial
Pointer to an A3DGraphMaterialData entity.
May be NULL.
-
A3DMiscCartesianTransformationData *
m_pTransform
Pointer to an A3DMiscCartesianTransformation entity.
May be NULL.
-
A3DUns32