A3DRWParamsCatiaV4Data
-
struct
A3DRWParamsCatiaV4Data Describes reading parameters specific to CATIA V4 CAD files.
These parameters are related to CATIA V4 logical names handling (DDName). They should be used in conjunction with the Assembly options specified in
A3DRWParamsAssemblyDataandA3DRWParamsSearchDirData.
Variables
-
A3DUTF8Char *
A3DRWParamsCatiaV4Data.m_pcRootDirLogicalName -
Only used if
A3DRWParamsAssemblyData::m_bUseRootDirectoryisA3D_TRUE.If so, the load function first searches subparts in the same directory as the head of the assembly. This member enables to define the LogicalName used to perform this root search.
-
A3DBool
A3DRWParamsCatiaV4Data.m_bAllowSearchInOtherLogicalNames -
A value of
A3D_TRUEspecifies that the search can be also performed in other directories.A value of
A3D_FALSEspecifies that the search should be done only in the real logical name of the file.