Reading parameters specific to Pro/ENGINEER CAD files. More...
Data Fields | |
A3DUns16 | m_usStructSize |
A3DUTF8Char * | m_pcCodePageName |
A3DBool | m_bDisplayTolerance |
A3DBool | m_bDisplaySubpartAnnotations |
A3DProESessionColorType | m_eSessionColorType |
Reading parameters specific to Pro/ENGINEER CAD files.
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.