Structure to specify reading parameters to load some specific parts of an assembly. More...
Data Fields | |
A3DUns16 | m_usStructSize |
A3DBool | m_bLoadStructureOnly |
A3DBool | m_bLoadNoDependencies |
A3DAsmProductOccurrence * | m_pRootProductOccurrence |
A3DUns32 | m_uiProductOccurrencesSize |
A3DAsmProductOccurrence ** | m_ppProductOccurrences |
Structure to specify reading parameters to load some specific parts of an assembly.
A3DUns16 A3DRWParamsIncrementalLoadData::m_usStructSize |
Reserved; must be initialized by A3D_INITIALIZE_DATA.
A3DBool A3DRWParamsIncrementalLoadData::m_bLoadStructureOnly |
With a value of TRUE
, read and return only the tree of the assembly in a model file.
A3DBool A3DRWParamsIncrementalLoadData::m_bLoadNoDependencies |
With a value of TRUE
, read and return only the first level of the tree of the assembly in a model file.
A3DAsmProductOccurrence* A3DRWParamsIncrementalLoadData::m_pRootProductOccurrence |
Root of the product occurrence to read.
A3DUns32 A3DRWParamsIncrementalLoadData::m_uiProductOccurrencesSize |
Size of next array.
A3DAsmProductOccurrence** A3DRWParamsIncrementalLoadData::m_ppProductOccurrences |
Array of product occurrences to read. They must be sons of m_pRootProductOccurrence.