Library | Module

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:
pfcCGMFILEExportInstructions.Create(), pfcModel.Export()
Direct Parent Classes:
pfcExportInstructions



Property Summary

pfcCGMExportTypeExportType
A pfcCGMExportType object that specifies ASCII or binary
pfcCGMScaleTypeWhichScale
A pfcCGMScaleType object that specifies abstract or metric scale



Method Summary

static pfcCGMFILEExportInstructionsCreate (pfcCGMExportType ExportType, pfcCGMScaleType WhichScale)
Creates a new instructions object used to export a drawing in CGM format.



Property Detail


pfcCGMExportTypeExportType

A pfcCGMExportType object that specifies ASCII or binary




pfcCGMScaleTypeWhichScale

A pfcCGMScaleType object that specifies abstract or metric scale





Method Detail


static pfcCGMFILEExportInstructionsCreate (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