Overview

Programming Guide

API Reference

A3DRWParamsStepData Struct Reference

Reading parameters specific to STEP files. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DBool m_bPreferProductName
 
A3DBool m_bPreferFirstColor
 
A3DEStepNameFromNAUO m_eNameFromNAUO
 
A3DUTF8Charm_pcCodePageName
 
A3DBool m_bSplitSHELL_BASED_SURFACE_MODEL
 
A3DBool m_bHealOrientations
 

Detailed Description

Reading parameters specific to STEP files.

Version
4.0

Field Documentation

A3DUns16 A3DRWParamsStepData::m_usStructSize

Reserved; must be initialized by A3D_INITIALIZE_DATA.

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.

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. The values for CodePageName are those usable in the iconv GNU Package Example: EUC-JP for Japanese files. /version 7.1

A3DBool A3DRWParamsStepData::m_bSplitSHELL_BASED_SURFACE_MODEL

If TRUE, split SHELL_BASED_SURFACE_MODEL with several OPEN_SHELLs into several bodies. /version 7.2

A3DBool A3DRWParamsStepData::m_bHealOrientations

If TRUE, activate orientation healing on the modelfile. Reading time will be longer. /version 7.2