Structure that defines an element in a BOM. Each element can contain several instances. We can get the uuids for each instance. More...
Data Fields | |
A3DUTF8Char * | m_pcName |
A3DInt32 | m_iNumberOfInstances |
A3DUTF8Char ** | m_ppUUIDsForEachInstance |
A3DInt32 | m_iLevel |
Structure that defines an element in a BOM. Each element can contain several instances. We can get the uuids for each instance.
A3DUTF8Char* A3DPDFBomElementInfoData::m_pcName |
Name of the current element.
A3DInt32 A3DPDFBomElementInfoData::m_iNumberOfInstances |
Size of the following array.
A3DUTF8Char** A3DPDFBomElementInfoData::m_ppUUIDsForEachInstance |
The instances for the current element.
A3DInt32 A3DPDFBomElementInfoData::m_iLevel |
The level in the assembly.