A3DAsmProductOccurrenceDataUg Struct Reference
A structure specifying product occurrence data specific to Ug format. More...
Data Fields | |
A3DUTF8Char * | m_psFileName |
A3DUTF8Char * | m_psRootFilePath |
A3DUns32 | m_uiChildrenByRefsetsSize |
A3DUns32 | m_uiPromotedBodiesSize |
A3DUns32 | m_uiSolidsByRefsetsSize |
Detailed Description
A structure specifying product occurrence data specific to Ug format.
- Version
- 8.2
Field Documentation
◆ m_psRootFilePath
A3DUTF8Char* A3DAsmProductOccurrenceDataUg::m_psRootFilePath |
unique ID : to be sure incremental loading is ok, we need the same root assembly file with same timestamp. Otherwise : must reload all.
◆ m_psFileName
A3DUTF8Char* A3DAsmProductOccurrenceDataUg::m_psFileName |
for UG, the actual path is deduced from this value (which is in the file) and then a wise combination of research paths.
◆ m_uiPromotedBodiesSize
A3DUns32 A3DAsmProductOccurrenceDataUg::m_uiPromotedBodiesSize |
The size of m_asPromotedBodies.
◆ m_uiChildrenByRefsetsSize
A3DUns32 A3DAsmProductOccurrenceDataUg::m_uiChildrenByRefsetsSize |
The size of m_asChildrenByRefsets.
◆ m_uiSolidsByRefsetsSize
A3DUns32 A3DAsmProductOccurrenceDataUg::m_uiSolidsByRefsetsSize |
The size of m_asSolidsByRefsets.