A3DRWParamsPmiData
-
struct
A3DRWParamsPmiData Describes the PMI reading parameters.
Only used if:c:member:A3DRWParamsGeneralData::m_bReadPmis <A3DRWParamsGeneralData.m_bReadPmis>is set to``A3D_TRUE``.
Variables
-
A3DBool
A3DRWParamsPmiData.m_bAlwaysSubstituteFont -
A value of``A3D_TRUE``is to substitute the fonts in the CAD file with the font that is specified in:c:member:m_pcSubstitutionFont <A3DRWParamsPmiData.m_pcSubstitutionFont>.
-
A3DUTF8Char *
A3DRWParamsPmiData.m_pcSubstitutionFont -
The font used to replace any fonts that are not installed on the computer.
If:c:member:m_bAlwaysSubstituteFont <A3DRWParamsPmiData.m_bAlwaysSubstituteFont>is``A3D_TRUE``, this font replaces all the fonts in the file.
-
int
A3DRWParamsPmiData.m_iNumberOfDigitsAfterDot - int
Number of decimal places to use for numeric values if no decimal information is specified in the CAD file.
-
A3DEUnits
A3DRWParamsPmiData.m_eDefaultUnit -
Units of measure to use if no unit information is specified in the CAD file.
Note that only a short set of CAD formats do not specify the unit information and will use this member, other formats should specify:c:enumerator:~kA3DUnitUnknown.
-
A3DUns32
A3DRWParamsPmiData.m_uiProprietaryFontDirectoriesSize -
The size of:c:member:m_ppcProprietaryFontDirectories <A3DRWParamsPmiData.m_ppcProprietaryFontDirectories>.
-
A3DUTF8Char **
A3DRWParamsPmiData.m_ppcProprietaryFontDirectories -
Usually, fonts are retrieved from the system directory.
These paths enable to specify the locations of additional fonts. For DWG it allows to define where the .shx fonts are located.
-
A3DGraphRgbColorData
A3DRWParamsPmiData.m_sDefaultColor -
Color to use when PMI has no color.
-
A3DBool
A3DRWParamsPmiData.m_bAlwaysUseDefaultColor -
A value of``A3D_TRUE``is to substitute the color of PMI in the CAD file with the default color that is specified in:c:member:m_sDefaultColor <A3DRWParamsPmiData.m_sDefaultColor>.