API Documentation > Interfaces > Interface GeomExportInstructions
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:
Method Summary
Get method for attribute "Flags"
AGeomExportFlags object that stores extend-surface and Bezier options for use when exporting geometric information from a model
void
Set method for attribute "Flags"
AGeomExportFlags 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 :
Method Detail
GetFlags
GetFlags
()
SetFlags
void
SetFlags
(GeomExportFlags value)
A GeomExportFlags object that stores extend-surface and Bezier options for use when exporting geometric information from a model
Was this helpful?