A3DAsmAttachmentsInfosSLW Struct Reference
A structure specifying assembly attachments infos specific to SolidWorks format. More...
Data Fields | |
A3DInt32 | m_iConfigID |
A3DInt32 | m_iRiIndex |
A3DUTF8Char ** | m_ppsPathsInAssemblyTree |
A3DUTF8Char * | m_psReplacedFilePath |
A3DUns32 | m_uiPathsInAssemblyTreeSize |
Detailed Description
A structure specifying assembly attachments infos specific to SolidWorks format.
- Version
- 8.2
Field Documentation
◆ m_iRiIndex
A3DInt32 A3DAsmAttachmentsInfosSLW::m_iRiIndex |
The representation item index.
◆ m_iConfigID
A3DInt32 A3DAsmAttachmentsInfosSLW::m_iConfigID |
The configuration index of the part referenced by the attachment.
◆ m_psReplacedFilePath
A3DUTF8Char* A3DAsmAttachmentsInfosSLW::m_psReplacedFilePath |
File path of the part referenced by the attachment.
◆ m_uiPathsInAssemblyTreeSize
A3DUns32 A3DAsmAttachmentsInfosSLW::m_uiPathsInAssemblyTreeSize |
The size of m_ppsPathsInAssemblyTree.
◆ m_ppsPathsInAssemblyTree
A3DUTF8Char** A3DAsmAttachmentsInfosSLW::m_ppsPathsInAssemblyTree |
Array of Paths In Assembly Tree.