Overview

Programming Guide

API Reference

A3DAsmProductOccurrenceDataSLW Struct Reference

A structure specifying product occurrence data specific to Solidworks format. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DUTF8Charm_psNodeSlwID
 
A3DInt32 m_iIndexCfg
 
A3DUTF8Charm_psCfgName
 
A3DEProductOccurenceTypeSLW m_usType
 
A3DUns32 m_uiAttachementsSize
 
A3DAsmAttachmentsInfosSLWm_psAttachements
 

Detailed Description

A structure specifying product occurrence data specific to Solidworks format.

Version
8.2

Field Documentation

A3DUns16 A3DAsmProductOccurrenceDataSLW::m_usStructSize

Reserved; must be initialized by A3D_INITIALIZE_DATA.

A3DUTF8Char* A3DAsmProductOccurrenceDataSLW::m_psNodeSlwID

ID comming from Solidworks, to use to resolve the "PathsInAssemblyTree"

A3DInt32 A3DAsmProductOccurrenceDataSLW::m_iIndexCfg

Cfg Index

A3DUTF8Char* A3DAsmProductOccurrenceDataSLW::m_psCfgName

Cfg Name in the file

A3DEProductOccurenceTypeSLW A3DAsmProductOccurrenceDataSLW::m_usType

Product Occurrence Type

A3DUns32 A3DAsmProductOccurrenceDataSLW::m_uiAttachementsSize

Size of next array.

A3DAsmAttachmentsInfosSLW* A3DAsmProductOccurrenceDataSLW::m_psAttachements

Storage to put assembly attachments information on product occurrence in assembly tree.