A3DRWParamsStepData
Fields
Detailed Description
-
struct A3DRWParamsStepData
Reading parameters specific to STEP files.
- Version
4.0
Public Members
-
A3DBool m_bPreferProductName
With a value of
TRUE
, the name of the occurrence is the one defined by PRODUCT.See also
ENTITY product Otherwise it is the one defined by NEXT_ASSEMBLY_USAGE_OCCURRENCE (NAUO).
-
A3DBool m_bPreferFirstColor
In case a geometry has several colors (with STYLED_ITEM), prefer the first one.
-
A3DEStepNameFromNAUO m_eNameFromNAUO
In case m_bPreferProductName =
FALSE
, indicate which name to use from NEXT_ASSEMBLY_USAGE_OCCURRENCE.
-
A3DUTF8Char *m_pcCodePageName
Code page to use for text conversion to Unicode.
The values for CodePageName are those usable in the iconv GNU Package Example: EUC-JP for Japanese files.
- Version
7.1
-
A3DBool m_bSplitSHELL_BASED_SURFACE_MODEL
If
TRUE
, split SHELL_BASED_SURFACE_MODEL with several OPEN_SHELLs into several bodies.- Version
7.2
-
A3DBool m_bHealOrientations
If
TRUE
, activate orientation healing on the modelfile.Reading time will be longer.
- Version
7.2
-
A3DBool m_bComputeValidationProperties
If
TRUE
and m_bReadValidationProperties isTRUE
Exchange will compute validation properties and compare them with the ones read from the file.Only available with AP242.
- Version
9.2
-
A3DBool m_bAddResultToName
If
TRUE
and m_bComputeValidationPropertiesTRUE
Exchange will add (OK) or (FAIL) to the name of the item that has validation properties.- Version
9.2
-
A3DRWValidationPropertiesThresholdData m_sValidationPropertiesThreshold
if m_bComputeValidationProperties is
TRUE
, m_sValidationPropertiesThreshold will give the precision to use for compare.- Version
9.2