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