A3DRWParamsLoadData
-
struct
A3DRWParamsLoadData A set of options for loading a new model file with
A3DAsmModelFileLoadFromFile.The structure is a composition of other options structures. Most options in
m_sGeneralare flags that toggle on or off the reading of specific entities from the input model file. It may be geometric data (surfaces, solids) or non geometric data (PMIs, attributes). By default, they are all disabled (A3D_FALSE).If
m_sGeneral.m_bReadPmisisA3D_TRUE,m_sPmiis used by the reader. This field is not read otherwise.Some options are only relevant when reading a specific format.
m_sSpecificscan be used to set them. Each field of this structure is tied to a specific format (such asA3DRWParamsJTData) and will only be read upon reading an input of the corresponding type.3.0
A3DAsmModelFileLoadFromFileA3DAsmModelFileLoadFromMultiplePrcFileA3DAsmModelFileLoadFromPRCFilesA3DAsmModelFileLoadFromXMLFileA3DAsmModelFileLoadFromXMLStreamA3DPkPartsTranslateToA3DAsmModelFileA3DRWParamsGeneralDataIndex
Variables
Variables
-
A3DRWParamsGeneralData
A3DRWParamsLoadData.m_sGeneral -
The general reading parameters.
-
A3DRWParamsPmiData
A3DRWParamsLoadData.m_sPmi -
The parameters for PMI reading.
Used when
m_sGeneral.m_bReadPmisisA3D_TRUE.
-
A3DRWParamsTessellationData
A3DRWParamsLoadData.m_sTessellation -
The tessellation reading parameters.
-
A3DRWParamsAssemblyData
A3DRWParamsLoadData.m_sAssembly -
The reading parameters used to load Assembly files.
-
A3DRWParamsMultiEntriesData
A3DRWParamsLoadData.m_sMultiEntries -
The parameters used when reading multiple models.
-
A3DRWParamsSpecificLoadData
A3DRWParamsLoadData.m_sSpecifics -
The paremeters specific to each CAD format.
-
A3DRWParamsIncrementalLoadData
A3DRWParamsLoadData.m_sIncremental -
The reading parameters used to load specific parts of an assembly.