| Library | Module | Frames | Expand |
| Property | ExportType | as IpfcCGMExportType |
| A IpfcCGMExportType object that specifies ASCII or binary | ||
| Property | WhichScale | as IpfcCGMScaleType |
| A IpfcCGMScaleType object that specifies abstract or metric scale | ||
| Function | CCpfcCGMFILEExportInstructions.Create (ExportType as IpfcCGMExportType, WhichScale as IpfcCGMScaleType) as IpfcCGMFILEExportInstructions | |
| Creates a new instructions object used to export a drawing in CGM format. | ||
| Property | ExportType | as IpfcCGMExportType |
|
A IpfcCGMExportType object that specifies ASCII or binary |
| Property | WhichScale | as IpfcCGMScaleType |
|
A IpfcCGMScaleType object that specifies abstract or metric scale |
| Function | CCpfcCGMFILEExportInstructions.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.
|