A3DRWParamsCatiaV4Data
Fields
A3DUTF8Char * |
m_pcRootDirLogicalName |
A3DBool |
m_bAllowSearchInOtherLogicalNames |
Detailed Description
-
struct
A3DRWParamsCatiaV4Data
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 A3DRWParamsAssemblyData and A3DRWParamsSearchDirData.
- Version
- 3.0
Public Members
-
A3DUTF8Char *
m_pcRootDirLogicalName
Only used if A3DRWParamsAssemblyData::m_bUseRootDirectory is
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
m_bAllowSearchInOtherLogicalNames
A value of
TRUE
specifies that the search can be also performed in other directories.A value of
FALSE
specifies that the search should be done only in the real logical name of the file.