A3DAsmProductOccurrenceDataUg
-
struct
A3DAsmProductOccurrenceDataUg A structure specifying the product occurrence data specific to the Ug (i.e.
NX) format
8.2
Variables
-
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.
-
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.
-
A3DUTF8Char *
A3DAsmProductOccurrenceDataUg.m_psInstanceFileName -
The name of the file of the instance.
-
A3DUTF8Char *
A3DAsmProductOccurrenceDataUg.m_psRefSet -
The name of the reference set that we have loaded.
-
A3DUTF8Char *
A3DAsmProductOccurrenceDataUg.m_psPartUID -
The unique identifier of the part, like “7675238f-0b59-4222-9895-f9dd552f4e46”.
-
A3DUns32
A3DAsmProductOccurrenceDataUg.m_uiInstanceTag -
The persistent ID of the instance.
It is used by its father assembly.
-
A3DUns32
A3DAsmProductOccurrenceDataUg.m_uiPromotedBodiesSize -
The size of
m_asPromotedBodies.
-
A3DPromotedBodyUg *
A3DAsmProductOccurrenceDataUg.m_asPromotedBodies -
Array of
A3DPromotedBodyUg.List the promoted bodies for this assembly level.
-
A3DUns32
A3DAsmProductOccurrenceDataUg.m_uiChildrenByRefsetsSize -
The size of
m_asChildrenByRefsets.
-
A3DElementsByRefsetUg *
A3DAsmProductOccurrenceDataUg.m_asChildrenByRefsets -
Array of
A3DElementsByRefsetUg.m_auiElements corresponds to the
A3DAsmProductOccurrenceDataUg::m_uiInstanceTagof the direct children PO that are included in this RefSet. If the list is empty (m_uiChildrenByRefsetsSize==0), then all children PO should be included. Excluded PO will be flagged as suppressed, and will have the Reference Set “Empty” (as in NX software)
-
A3DUns32
A3DAsmProductOccurrenceDataUg.m_uiSolidsByRefsetsSize -
The size of
m_asSolidsByRefsets.
-
A3DElementsByRefsetUg *
A3DAsmProductOccurrenceDataUg.m_asSolidsByRefsets -
Array of
A3DElementsByRefsetUg.m_auiElements corresponds to the persistent IDs of Representation Items that are included in this RefSet.