Reading parameters specific to STEP files. More...
Detailed Description
Reading parameters specific to STEP files.
- Version
- 4.0
Field Documentation
◆ m_bPreferProductName
A3DBool A3DRWParamsStepData::m_bPreferProductName |
With a value of TRUE
, the name of the occurrence is the one defined by PRODUCT. Otherwise it is the one defined by NEXT_ASSEMBLY_USAGE_OCCURRENCE.
◆ m_bPreferFirstColor
A3DBool A3DRWParamsStepData::m_bPreferFirstColor |
In case a geometry has several colors (with STYLED_ITEM), prefer the first one.
◆ m_eNameFromNAUO
A3DEStepNameFromNAUO A3DRWParamsStepData::m_eNameFromNAUO |
In case m_bPreferProductName = FALSE
, indicate which name to use from NEXT_ASSEMBLY_USAGE_OCCURRENCE.
◆ m_pcCodePageName
A3DUTF8Char* A3DRWParamsStepData::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
◆ m_bSplitSHELL_BASED_SURFACE_MODEL
A3DBool A3DRWParamsStepData::m_bSplitSHELL_BASED_SURFACE_MODEL |
If TRUE
, split SHELL_BASED_SURFACE_MODEL with several OPEN_SHELLs into several bodies.
- Version
- 7.2
◆ m_bHealOrientations
A3DBool A3DRWParamsStepData::m_bHealOrientations |
If TRUE
, activate orientation healing on the modelfile. Reading time will be longer.
- Version
- 7.2
◆ m_bReadValidationProperties
A3DBool A3DRWParamsStepData::m_bReadValidationProperties |
Read validation properties from the file
- Version
- 9.2
◆ m_bComputeValidationProperties
A3DBool A3DRWParamsStepData::m_bComputeValidationProperties |
If TRUE
and m_bReadValidationProperties is TRUE
Exchange will compute validation properties and compare them with the ones read from the file. Only available with AP242.
- Version
- 9.2
◆ m_bAddResultToName
A3DBool A3DRWParamsStepData::m_bAddResultToName |
If TRUE
and m_bComputeValidationProperties TRUE
Exchange will add (OK) or (FAIL) to the name of the item that has validation properties.
- Version
- 9.2
◆ m_sValidationPropertiesThreshold
A3DRWValidationPropertiesThresholdData A3DRWParamsStepData::m_sValidationPropertiesThreshold |
if m_bComputeValidationProperties is TRUE
, m_sValidationPropertiesThreshold will give the precision to use for compare.
- Version
- 9.2