A structure specifying product occurrence data specific to Ug format. More...
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_psInstanceFileName
A3DUTF8Char* A3DAsmProductOccurrenceDataUg::m_psInstanceFileName |
The name of the file of the instance.
◆ m_psRefSet
A3DUTF8Char* A3DAsmProductOccurrenceDataUg::m_psRefSet |
The name of the reference set.
◆ m_psPartUID
A3DUTF8Char* A3DAsmProductOccurrenceDataUg::m_psPartUID |
The unique identifier of the part, like "7675238f-0b59-4222-9895-f9dd552f4e46".
◆ m_uiInstanceTag
A3DUns32 A3DAsmProductOccurrenceDataUg::m_uiInstanceTag |
The tag of the instance, like "45".
◆ m_uiPromotedBodiesSize
A3DUns32 A3DAsmProductOccurrenceDataUg::m_uiPromotedBodiesSize |
The size of m_asPromotedBodies
.
◆ m_asPromotedBodies
A3DPromotedBodyUg* A3DAsmProductOccurrenceDataUg::m_asPromotedBodies |
Array of A3DPromotedBodyUg.
◆ m_uiChildrenByRefsetsSize
A3DUns32 A3DAsmProductOccurrenceDataUg::m_uiChildrenByRefsetsSize |
The size of m_asChildrenByRefsets
.
◆ m_asChildrenByRefsets
A3DElementsByRefsetUg* A3DAsmProductOccurrenceDataUg::m_asChildrenByRefsets |
Array of A3DElementsByRefsetUg.
◆ m_uiSolidsByRefsetsSize
A3DUns32 A3DAsmProductOccurrenceDataUg::m_uiSolidsByRefsetsSize |
The size of m_asSolidsByRefsets
.
◆ m_asSolidsByRefsets
A3DElementsByRefsetUg* A3DAsmProductOccurrenceDataUg::m_asSolidsByRefsets |
Array of A3DElementsByRefsetUg.