Library | Package Java Toolkit

Class pfcExport

package com.ptc.pfc.pfcExport;

public class pfcExport



Description

Contains global CIP definitions for module "pfcExport"



Method Summary
static ACIS3DExportInstructionsACIS3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
    Creates a new instructions object used to export a model to ACIS format.
static CADDSExportInstructionsCADDSExportInstructions_Create ()
    Creates an instructions object used to export a model to CADDS format.
static CatiaCGR3DExportInstructionsCatiaCGR3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
    Creates a new instructions object used to export a solid model to Catia CGR format.
static CATIAModel3DExportInstructionsCATIAModel3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
    Creates a new instructions object used to export a model to CATIA direct *.model format.
static CatiaPart3DExportInstructionsCatiaPart3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
    Creates a new instructions object used to export a solid model to Catia part format.
static CatiaProduct3DExportInstructionsCatiaProduct3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
    Creates a new instructions object used to export a solid model to Catia product format.
static CATIASession3DExportInstructionsCATIASession3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
    Creates a new instructions object used to export a solid model to a CATIA sesion.
static DWG3DExportInstructionsDWG3DExportInstructions_Create ()
     Creates a new instructions object used to export a model to DWG format.
static DXF3DExportInstructionsDXF3DExportInstructions_Create ()
     Creates a new instructions object used to export a model to DXF format.
static GeometryFlagsGeometryFlags_Create ()
    Creates a new geometry flags object used when exporting a model to a 3D representation.
static IGES3DNewExportInstructionsIGES3DNewExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
    Creates a new instructions object used to export a 3D model to IGES format.
static InclusionFlagsInclusionFlags_Create ()
    Creates a new object used to indicate whether geometry should be included during export of a model.
static JT3DExportInstructionsJT3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
    Creates a new instructions object used to export a solid model to JT format.
static LayerExportOptionsLayerExportOptions_Create ()
    Creates a new object used to indicate how layers should be treated during export of a model.
static NEUTRALFileExportInstructionsNEUTRALFileExportInstructions_Create ()
     
static ParaSolid3DExportInstructionsParaSolid3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
    Creates a new instructions object used to export a solid model to parasolid format.
static PDFExportInstructionsPDFExportInstructions_Create ()
    Creates an instructions object used to export a solid model to a PDF file.
static PDFOptionPDFOption_Create ()
    Creates an object used to define the PDF file option.
static PrinterInstructionsPrinterInstructions_Create ()
    Creates an object used to define the printer instructions for printing a file.
static PrinterPCFOptionsPrinterPCFOptions_Create ()
    Creates an object used to define the printer options for printing a PFC file.
static PrintMdlOptionPrintMdlOption_Create ()
    Creates an object used to define the model options for printing purpose.
static PrintPlacementOptionPrintPlacementOption_Create ()
    Creates an object used to define the placement options for printing purpose.
static PrintPrinterOptionPrintPrinterOption_Create ()
    Creates an object used to define the printer settings for printing a file.
static PrintSizePrintSize_Create ()
    Creates an object used to define the paper parameters for print option.
static ProductViewExportInstructionsProductViewExportInstructions_Create ()
    Creates a new instructions object for exporting a part, assembly or drawing into ProductView format.
static ProductViewExportOptionsProductViewExportOptions_Create (ProductViewFormat inPVFormat)
     Set options for ProductView export format
static STEP3DExportInstructionsSTEP3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
    Creates a new instructions object used to export a solid model to STEP format.
static SWAsm3DExportInstructionsSWAsm3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
     Creates a new instructions object used to export a solid model to SolidWorks assembly format.
static SWPart3DExportInstructionsSWPart3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
     Creates a new instructions object used to export a solid model to SolidWorks part format.
static TriangulationInstructionsTriangulationInstructions_Create (double AngleControl, double ChordHeight)
     Creates a new object used to indicate the parameters used for faceting.
static UG3DExportInstructionsUG3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
    Creates a new instructions object used to export a solid model to UG format.
static VDA3DExportInstructionsVDA3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
    Creates a new instructions object used to export a solid model to VDA format.

Method Detail

GeometryFlags_Create

static GeometryFlagsGeometryFlags_Create ()


    Creates a new geometry flags object used when exporting a model to a 3D representation.
See Also:
Model.Export(String, ExportInstructions), Export3DInstructions
Manual References:
Interface: Export Instructions
Returns:
The created geometry flags object.


InclusionFlags_Create

static InclusionFlagsInclusionFlags_Create ()


    Creates a new object used to indicate whether geometry should be included during export of a model.
See Also:
Model.Export(String, ExportInstructions), Export3DInstructions
Manual References:
Interface: Export Instructions
Returns:
The new inclusion flags object.


LayerExportOptions_Create

static LayerExportOptionsLayerExportOptions_Create ()


    Creates a new object used to indicate how layers should be treated during export of a model.
See Also:
Model.Export(String, ExportInstructions), Export3DInstructions
Manual References:
Interface: Export Instructions
Returns:
The new layer options object.


TriangulationInstructions_Create

static TriangulationInstructionsTriangulationInstructions_Create (double AngleControl, double ChordHeight)


     Creates a new object used to indicate the parameters used for faceting.
See Also:
Model.Export(String, ExportInstructions), Export3DInstructions
Manual References:
Interface: Export Instructions
Parameters:
AngleControl
ChordHeight
Returns:
The new triangulation instructions object.


STEP3DExportInstructions_Create

static STEP3DExportInstructionsSTEP3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)


    Creates a new instructions object used to export a solid model to STEP format.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), pfcExport.GeometryFlags_Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.


VDA3DExportInstructions_Create

static VDA3DExportInstructionsVDA3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)


    Creates a new instructions object used to export a solid model to VDA format.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), pfcExport.GeometryFlags_Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.


IGES3DNewExportInstructions_Create

static IGES3DNewExportInstructionsIGES3DNewExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)


    Creates a new instructions object used to export a 3D model to IGES format.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), pfcExport.GeometryFlags_Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.


CATIAModel3DExportInstructions_Create

static CATIAModel3DExportInstructionsCATIAModel3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)


    Creates a new instructions object used to export a model to CATIA direct *.model format.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), pfcExport.GeometryFlags_Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.


ACIS3DExportInstructions_Create

static ACIS3DExportInstructionsACIS3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)


    Creates a new instructions object used to export a model to ACIS format.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), pfcExport.GeometryFlags_Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.


DXF3DExportInstructions_Create

static DXF3DExportInstructionsDXF3DExportInstructions_Create ()


     Creates a new instructions object used to export a model to DXF format.
See Also:
Model.Export(String, ExportInstructions)
Returns:
The created instruction object.


DWG3DExportInstructions_Create

static DWG3DExportInstructionsDWG3DExportInstructions_Create ()


     Creates a new instructions object used to export a model to DWG format.
See Also:
Model.Export(String, ExportInstructions)
Returns:
The created instruction object.


CADDSExportInstructions_Create

static CADDSExportInstructionsCADDSExportInstructions_Create ()


    Creates an instructions object used to export a model to CADDS format.
See Also:
Model.Export(String, ExportInstructions)
Manual References:
Interface: Export Instructions
Returns:
The created instructions object.


CATIASession3DExportInstructions_Create

static CATIASession3DExportInstructionsCATIASession3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)


    Creates a new instructions object used to export a solid model to a CATIA sesion.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), pfcExport.GeometryFlags_Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.


NEUTRALFileExportInstructions_Create

static NEUTRALFileExportInstructionsNEUTRALFileExportInstructions_Create ()


     
Manual References:
Interface: Export Instructions
Returns:
 


ProductViewExportOptions_Create

static ProductViewExportOptionsProductViewExportOptions_Create (ProductViewFormat inPVFormat)


     Set options for ProductView export format
Parameters:
inPVFormat
Returns:
 


ProductViewExportInstructions_Create

static ProductViewExportInstructionsProductViewExportInstructions_Create ()


    Creates a new instructions object for exporting a part, assembly or drawing into ProductView format.

If mdl is a drawing, it must be displayed in a window. Depending upon the model type and export options, following output files are created: For PVS: Part : .pvs file, .ol file Assembly : .pvs file, seperate .ol file for each part contained in the assembly Drawing : .pvs file, .plt file For ED: Part : .ed file, .ol file Assembly : .ed file, seperate .ol file for each part contained in the assembly Drawing : .ed file, .plt file For EDZ: .edz file For PVZ: .pvz file
Manual References:
Interface: Export Instructions
Returns:
 


JT3DExportInstructions_Create

static JT3DExportInstructionsJT3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)


    Creates a new instructions object used to export a solid model to JT format.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), pfcExport.GeometryFlags_Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.


UG3DExportInstructions_Create

static UG3DExportInstructionsUG3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)


    Creates a new instructions object used to export a solid model to UG format.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), pfcExport.GeometryFlags_Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.


ParaSolid3DExportInstructions_Create

static ParaSolid3DExportInstructionsParaSolid3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)


    Creates a new instructions object used to export a solid model to parasolid format.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), pfcExport.GeometryFlags_Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.


CatiaPart3DExportInstructions_Create

static CatiaPart3DExportInstructionsCatiaPart3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)


    Creates a new instructions object used to export a solid model to Catia part format.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), pfcExport.GeometryFlags_Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.


CatiaProduct3DExportInstructions_Create

static CatiaProduct3DExportInstructionsCatiaProduct3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)


    Creates a new instructions object used to export a solid model to Catia product format.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), pfcExport.GeometryFlags_Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.


CatiaCGR3DExportInstructions_Create

static CatiaCGR3DExportInstructionsCatiaCGR3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)


    Creates a new instructions object used to export a solid model to Catia CGR format.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), pfcExport.GeometryFlags_Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.


SWPart3DExportInstructions_Create

static SWPart3DExportInstructionsSWPart3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)


     Creates a new instructions object used to export a solid model to SolidWorks part format.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), pfcExport.GeometryFlags_Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.


SWAsm3DExportInstructions_Create

static SWAsm3DExportInstructionsSWAsm3DExportInstructions_Create (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)


     Creates a new instructions object used to export a solid model to SolidWorks assembly format.
See Also:
Model.Export(String, ExportInstructions), BaseSession.IsConfigurationSupported(ExportType, AssemblyConfiguration), BaseSession.IsGeometryRepSupported(ExportType, GeometryFlags), pfcExport.GeometryFlags_Create()
Parameters:
inConfiguration
The configuration to use when exporting the model.
inGeometry
The geometry type(s) to export.
Returns:
The created instruction object.


PDFOption_Create

static PDFOptionPDFOption_Create ()


    Creates an object used to define the PDF file option.
Manual References:
Interface: Exporting to PDF and U3D, Interface: Exporting to PDF and U3D
Returns:


PDFExportInstructions_Create

static PDFExportInstructionsPDFExportInstructions_Create ()


    Creates an instructions object used to export a solid model to a PDF file.
Manual References:
Interface: Exporting to PDF and U3D, Interface: Exporting to PDF and U3D
Returns:


PrintSize_Create

static PrintSizePrintSize_Create ()


    Creates an object used to define the paper parameters for print option.
Manual References:
Interface: Printer Options
Returns:


PrintPlacementOption_Create

static PrintPlacementOptionPrintPlacementOption_Create ()


    Creates an object used to define the placement options for printing purpose.
Manual References:
Interface: Placement Options, Interface: Placement Options
Returns:


PrintMdlOption_Create

static PrintMdlOptionPrintMdlOption_Create ()


    Creates an object used to define the model options for printing purpose.
Manual References:
Interface: Model Options, Interface: Model Options
Returns:


PrintPrinterOption_Create

static PrintPrinterOptionPrintPrinterOption_Create ()


    Creates an object used to define the printer settings for printing a file.
Manual References:
Interface: Printer Options, Interface: Printer Options
Returns:


PrinterInstructions_Create

static PrinterInstructionsPrinterInstructions_Create ()


    Creates an object used to define the printer instructions for printing a file.
Manual References:
Interface: Printing Files, Interface: Printing Files
Returns:


PrinterPCFOptions_Create

static PrinterPCFOptionsPrinterPCFOptions_Create ()


    Creates an object used to define the printer options for printing a PFC file.
Manual References:
Interface: Plotter Configuration File (PCF) Options, Interface: Plotter Configuration File (PCF) Options
Returns: