API Documentation > Classes > Class pfcCGMFILEExportInstructions
Class pfcCGMFILEExportInstructions
Description
Used to export a drawing in CGM format.
Using this export class is equivalent to using the File > Save As > Export > CGM option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric on-line help.
See Also:
Direct Parent Classes:
User Guide References:
Property Summary
A pfcCGMExportType object that specifies ASCII or binary
A pfcCGMScaleType object that specifies abstract or metric scale
Method Summary
Create (pfcCGMExportType ExportType, pfcCGMScaleType WhichScale)
Creates a new instructions object used to export a drawing in CGM format.
Property Detail
A pfcCGMExportType object that specifies ASCII or binary
WhichScale
A pfcCGMScaleType object that specifies abstract or metric scale
Method Detail
Create
(pfcCGMExportType ExportType, pfcCGMScaleType WhichScale)
Creates a new instructions object used to export a drawing in CGM format.
Using this export class is equivalent to using the File > Save As > Export > CGM option in Creo Parametric. For more information, refer to the Interface section of the Creo Parametric on-line help. This argument must be passed to pfcModel.Export() to produce an output file. Valid only for solid models.
Parameters:
ExportType
A pfcCGMExportType object that specifies ASCII or binary
WhichScale
A pfcCGMScaleType object that specifies abstract or metric scale
Returns:
The new instructions object
User Guide References:
Was this helpful?