Library | Package Java Toolkit

Interface Export2DOption

package com.ptc.pfc.pfcModel;

public interface Export2DOption
  extends jxobject



Description

This interface is used to create options for 2D Export
See Also:
STEP2DExportInstructions, MedusaExportInstructions, DXFExportInstructions



Method Summary
Export2DSheetOptionGetExportSheetOption ()
    Get method for attribute "ExportSheetOption"
     
/*optional*/ IntegerGetModelSpaceSheet ()
    Get method for attribute "ModelSpaceSheet"
     
/*optional*/ intseqGetSheets ()
    Get method for attribute "Sheets"
     
voidSetExportSheetOption (Export2DSheetOption value)
    Set method for attribute "ExportSheetOption"
     
voidSetModelSpaceSheet ( /*optional*/ Integer value)
    Set method for attribute "ModelSpaceSheet"
     
voidSetSheets ( /*optional*/ intseq value)
    Set method for attribute "Sheets"
     

Method Detail

GetExportSheetOption/SetExportSheetOption

Export2DSheetOptionGetExportSheetOption ()
voidSetExportSheetOption (Export2DSheetOption value)


     
Manual References:
Interface: Exporting Drawing Sheets, Interface: Exporting Drawing Sheets



GetModelSpaceSheet/SetModelSpaceSheet

/*optional*/ IntegerGetModelSpaceSheet ()
voidSetModelSpaceSheet ( /*optional*/ Integer value)


     
Manual References:
Interface: Exporting Drawing Sheets, Interface: Exporting Drawing Sheets



GetSheets/SetSheets

/*optional*/ intseqGetSheets ()
voidSetSheets ( /*optional*/ intseq value)


     
Manual References:
Interface: Exporting Drawing Sheets