Library | Package Java Toolkit

Interface GeomExportInstructions

package com.ptc.pfc.pfcModel;

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



Description

Base class to classes used to export precise geometric information from a model.
Direct Known Subclasses:
IGES3DExportInstructions, STEPExportInstructions, VDAExportInstructions, FIATExportInstructions



Method Summary
GeomExportFlagsGetFlags ()
    Get method for attribute "Flags"
    A GeomExportFlags object that stores extend-surface and Bezier options for use when exporting geometric information from a model
voidSetFlags (GeomExportFlags value)
    Set method for attribute "Flags"
    A GeomExportFlags object that stores extend-surface and Bezier options for use when exporting geometric information from a model

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

Method Detail

GetFlags/SetFlags

GeomExportFlagsGetFlags ()
voidSetFlags (GeomExportFlags value)


    A GeomExportFlags object that stores extend-surface and Bezier options for use when exporting geometric information from a model