public class CallExportInstructions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static CallExportInstructions |
createDXFExport() |
static CallExportInstructions |
createIGES3DExport(com.ptc.pfc.pfcExport.AssemblyConfiguration inConfiguration,
CallGeometryFlags inGeometry) |
static CallExportInstructions |
createNEUTRALFileExport() |
static CallExportInstructions |
createPlotExport(java.lang.String plotterName) |
static CallExportInstructions |
createProductViewExport(com.ptc.pfc.pfcExport.ProductViewFormat format) |
static CallExportInstructions |
createProgramExport() |
static CallExportInstructions |
createSTEP3DExport(com.ptc.pfc.pfcExport.AssemblyConfiguration inConfiguration,
CallGeometryFlags inGeometry) |
static CallExportInstructions |
createVRMLExport(java.lang.String dirname) |
com.ptc.pfc.pfcModel.ExportInstructions |
getInstr() |
public static CallExportInstructions createProgramExport() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallExportInstructions createVRMLExport(java.lang.String dirname) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallExportInstructions createDXFExport() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallExportInstructions createPlotExport(java.lang.String plotterName) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallExportInstructions createSTEP3DExport(com.ptc.pfc.pfcExport.AssemblyConfiguration inConfiguration, CallGeometryFlags inGeometry) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallExportInstructions createIGES3DExport(com.ptc.pfc.pfcExport.AssemblyConfiguration inConfiguration, CallGeometryFlags inGeometry) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallExportInstructions createProductViewExport(com.ptc.pfc.pfcExport.ProductViewFormat format) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallExportInstructions createNEUTRALFileExport() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcModel.ExportInstructions getInstr()