Library | Package Java Toolkit

Interface CGMFILEExportInstructions

package com.ptc.pfc.pfcModel;

public interface CGMFILEExportInstructions
  extends com.ptc.pfc.pfcModel.ExportInstructions



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:
pfcModel.CGMFILEExportInstructions_Create(CGMExportType, CGMScaleType), Model.Export(String, ExportInstructions)



Method Summary
CGMExportTypeGetExportType ()
    Get method for attribute "ExportType"
    A CGMExportType object that specifies ASCII or binary
CGMScaleTypeGetWhichScale ()
    Get method for attribute "WhichScale"
    A CGMScaleType object that specifies abstract or metric scale
voidSetExportType (CGMExportType value)
    Set method for attribute "ExportType"
    A CGMExportType object that specifies ASCII or binary
voidSetWhichScale (CGMScaleType value)
    Set method for attribute "WhichScale"
    A CGMScaleType object that specifies abstract or metric scale

Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions
GetFileType

Method Detail

GetExportType/SetExportType

CGMExportTypeGetExportType ()
voidSetExportType (CGMExportType value)


    A CGMExportType object that specifies ASCII or binary



GetWhichScale/SetWhichScale

CGMScaleTypeGetWhichScale ()
voidSetWhichScale (CGMScaleType value)


    A CGMScaleType object that specifies abstract or metric scale