Data Fields
A3DRWParamsMultiEntriesData Struct Reference

Structure to define which configurations or sub-models should be loaded when the CAD file has multiple entries. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DBool m_bLoadDefault
 
A3DUns32 m_uiEntriesSize
 
A3DUTF8Char ** m_ppcEntries
 

Detailed Description

Structure to define which configurations or sub-models should be loaded when the CAD file has multiple entries.

Some CAD formats may create CAD files with multiple entries. For these files, the A3DRWParamsMultiEntriesData structure must be used to specify to the load function which entry should be loaded. The entry can be specified by its name, or it can be the default entry if the CAD file contains one.
The A3DRWParamsMultiEntriesData structure is implemented for following CAD formats:

The load function behaves as follows:

Version
3.0

Field Documentation

A3DUns16 A3DRWParamsMultiEntriesData::m_usStructSize

Reserved; must be initialized by A3D_INITIALIZE_DATA.

A3DBool A3DRWParamsMultiEntriesData::m_bLoadDefault

A value of TRUE is to load the default entry on a multi-entry file. Nothing changes for non multi-entry files.

A3DUns32 A3DRWParamsMultiEntriesData::m_uiEntriesSize

Size of next array.

A3DUTF8Char** A3DRWParamsMultiEntriesData::m_ppcEntries

Strings defining the entry to load in case of a multi-entry file. See description paragraph above.