Library | Module

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:
IpfcCGMFILEExportInstructions.Create(), IpfcModel.Export()
Direct Parent Classes:
IpfcExportInstructions



Property Summary

PropertyExportTypeas IpfcCGMExportType
A IpfcCGMExportType object that specifies ASCII or binary
PropertyWhichScaleas IpfcCGMScaleType
A IpfcCGMScaleType object that specifies abstract or metric scale



Method Summary

FunctionCCpfcCGMFILEExportInstructions.Create (ExportType as IpfcCGMExportType, WhichScale as IpfcCGMScaleType) as IpfcCGMFILEExportInstructions
Creates a new instructions object used to export a drawing in CGM format.



Property Detail


PropertyExportTypeas IpfcCGMExportType

A IpfcCGMExportType object that specifies ASCII or binary




PropertyWhichScaleas IpfcCGMScaleType

A IpfcCGMScaleType object that specifies abstract or metric scale





Method Detail


FunctionCCpfcCGMFILEExportInstructions.Create (ExportType as IpfcCGMExportType, WhichScale as IpfcCGMScaleType) as IpfcCGMFILEExportInstructions

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