Library | File

Enum pfcCGMScaleType

# include <pfcModel.h>

enum pfcCGMScaleType
{
    pfcEXPORT_CGM_ABSTRACT,
    pfcEXPORT_CGM_METRIC,
    pfcCGMScaleType_nil
};



Description

Enumeration that indicates whether a CGM export file should include abstract or metric units

For more information about exporting CGM files, refer to the Interface section of the Creo Parametric help.
See Also:
pfcCGMFILEExportInstructions::Create(pfcCGMExportType, pfcCGMScaleType), pfcModel::Export(xrstring, pfcExportInstructions_ptr)




Values

pfcEXPORT_CGM_ABSTRACT
Passed to pfcCGMFILEExportInstructions::Create(pfcCGMExportType, pfcCGMScaleType) to indicate abstract units.
pfcEXPORT_CGM_METRIC
Passed to pfcCGMFILEExportInstructions::Create(pfcCGMExportType, pfcCGMScaleType) to indicate metric units.
pfcCGMScaleType_nil
Enum null value.