A3DRWParamsStepData

Fields

A3DBool

m_bPreferProductName

A3DBool

m_bPreferFirstColor

A3DEStepNameFromNAUO

m_eNameFromNAUO

A3DUTF8Char *

m_pcCodePageName

A3DBool

m_bSplitSHELL_BASED_SURFACE_MODEL

A3DBool

m_bHealOrientations

A3DBool

m_bReadValidationProperties

A3DBool

m_bComputeValidationProperties

A3DBool

m_bAddResultToName

A3DRWValidationPropertiesThresholdData

m_sValidationPropertiesThreshold

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. Otherwise it is the one defined by NEXT_ASSEMBLY_USAGE_OCCURRENCE.

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_bReadValidationProperties

Read validation properties from the file

Version

9.2

A3DBool 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

A3DBool 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

A3DRWValidationPropertiesThresholdData m_sValidationPropertiesThreshold

if m_bComputeValidationProperties is TRUE, m_sValidationPropertiesThreshold will give the precision to use for compare.

Version

9.2