Overview

Programming Guide

API Reference

A3DRWParamsProEData Struct Reference

Reading parameters specific to Pro/ENGINEER CAD files. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DUTF8Charm_pcCodePageName
 
A3DBool m_bDisplayTolerance
 
A3DBool m_bDisplaySubpartAnnotations
 
A3DProESessionColorType m_eSessionColorType
 
A3DProEFamilyTables m_eFamilyTables
 
A3DBool m_bBoolOpUseGenericIfNoTess
 
A3DBool m_bFlexCompUseGenericIfNoTess
 
A3DBool m_bHideSkeletons
 
A3DBool m_bReadExplodeStateAsView
 
A3DProEReadConstructEntities m_eReadConstructEntities
 
A3DBool m_bComputeHomeView
 

Detailed Description

Reading parameters specific to Pro/ENGINEER CAD files.

Version
3.0

Field Documentation

A3DUns16 A3DRWParamsProEData::m_usStructSize

Reserved; must be initialized by A3D_INITIALIZE_DATA.

A3DUTF8Char* A3DRWParamsProEData::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.

A3DBool A3DRWParamsProEData::m_bDisplayTolerance

With a value of TRUE, read and display the tolerances for dimensions.

A3DBool A3DRWParamsProEData::m_bDisplaySubpartAnnotations

With a value of TRUE, access to the PMIs in subparts in an assembly.

A3DProESessionColorType A3DRWParamsProEData::m_eSessionColorType

Defines the default PMI color type.

A3DProEFamilyTables A3DRWParamsProEData::m_eFamilyTables

How to read family tables. 0: XPR/XAS only, 1: XPR/XAS, if not: Tessellation, 2: XPR/XAS, if not: Tessellation, if not: Wire+Generic. /version 9.0

A3DBool A3DRWParamsProEData::m_bBoolOpUseGenericIfNoTess

With a value of TRUE, display the generic form of the element if boolean operation and no tessellation to represent it. /version 9.0

A3DBool A3DRWParamsProEData::m_bFlexCompUseGenericIfNoTess

With a value of TRUE, display the generic form of the element if flexible component and no tessellation to represent it. /version 9.0

A3DBool A3DRWParamsProEData::m_bHideSkeletons

With a value of TRUE, hides all skeleton type elements from the file.

A3DBool A3DRWParamsProEData::m_bReadExplodeStateAsView

With a value of TRUE, create a view for each explode state.

A3DProEReadConstructEntities A3DRWParamsProEData::m_eReadConstructEntities

Control the sketch reading

A3DBool A3DRWParamsProEData::m_bComputeHomeView

With a value of TRUE, There will be an additionnal view that reflect the current states (orientation, explode, ...).