API Documentation > Classes > Interface IpfcCGMFILEExportInstructions
Interface IpfcCGMFILEExportInstructions
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
Property
A IpfcCGMExportType object that specifies ASCII or binary
Property
A IpfcCGMScaleType object that specifies abstract or metric scale
Method Summary
Function
Creates a new instructions object used to export a drawing in CGM format.
Property Detail
Property
ExportType
A IpfcCGMExportType object that specifies ASCII or binary
Property
WhichScale
A IpfcCGMScaleType object that specifies abstract or metric scale
Method Detail
Function
CCpfcCGMFILEExportInstructions.Create
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 IpfcModel.Export() to produce an output file. Valid only for solid models.
Parameters:
ExportType
A IpfcCGMExportType object that specifies ASCII or binary
WhichScale
A IpfcCGMScaleType object that specifies abstract or metric scale
Returns:
The new instructions object
Was this helpful?