Structure to specify reading parameters to load some specific parts of an assembly. More...
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.