| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static ACIS3DExportInstructions | ACIS3DExportInstructions_Create
(AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
Creates a new instructions object used to export a model to ACIS format. |
| static CADDSExportInstructions | CADDSExportInstructions_Create
()
Creates an instructions object used to export a model to CADDS format. |
| static CatiaCGR3DExportInstructions | CatiaCGR3DExportInstructions_Create
(AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
Creates a new instructions object used to export a solid model to Catia CGR format. |
| static CATIAModel3DExportInstructions | CATIAModel3DExportInstructions_Create
(AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
Creates a new instructions object used to export a model to CATIA direct *.model format. |
| static CatiaPart3DExportInstructions | CatiaPart3DExportInstructions_Create
(AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
Creates a new instructions object used to export a solid model to Catia part format. |
| static CatiaProduct3DExportInstructions | CatiaProduct3DExportInstructions_Create
(AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
Creates a new instructions object used to export a solid model to Catia product format. |
| static CATIASession3DExportInstructions | CATIASession3DExportInstructions_Create
(AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
Creates a new instructions object used to export a solid model to a CATIA sesion. |
| static DWG3DExportInstructions | DWG3DExportInstructions_Create
()
Creates a new instructions object used to export a model to DWG format. |
| static DXF3DExportInstructions | DXF3DExportInstructions_Create
()
Creates a new instructions object used to export a model to DXF format. |
| static GeometryFlags | GeometryFlags_Create
()
Creates a new geometry flags object used when exporting a model to a 3D representation. |
| static IGES3DNewExportInstructions | IGES3DNewExportInstructions_Create
(AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
Creates a new instructions object used to export a 3D model to IGES format. |
| static InclusionFlags | InclusionFlags_Create
()
Creates a new object used to indicate whether geometry should be included during export of a model. |
| static JT3DExportInstructions | JT3DExportInstructions_Create
(AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
Creates a new instructions object used to export a solid model to JT format. |
| static LayerExportOptions | LayerExportOptions_Create
()
Creates a new object used to indicate how layers should be treated during export of a model. |
| static NEUTRALFileExportInstructions | NEUTRALFileExportInstructions_Create
()
|
| static ParaSolid3DExportInstructions | ParaSolid3DExportInstructions_Create
(AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
Creates a new instructions object used to export a solid model to parasolid format. |
| static PDFExportInstructions | PDFExportInstructions_Create
()
Creates an instructions object used to export a solid model to a PDF file. |
| static PDFOption | PDFOption_Create
()
Creates an object used to define the PDF file option. |
| static PrinterInstructions | PrinterInstructions_Create
()
Creates an object used to define the printer instructions for printing a file. |
| static PrinterPCFOptions | PrinterPCFOptions_Create
()
Creates an object used to define the printer options for printing a PFC file. |
| static PrintMdlOption | PrintMdlOption_Create
()
Creates an object used to define the model options for printing purpose. |
| static PrintPlacementOption | PrintPlacementOption_Create
()
Creates an object used to define the placement options for printing purpose. |
| static PrintPrinterOption | PrintPrinterOption_Create
()
Creates an object used to define the printer settings for printing a file. |
| static PrintSize | PrintSize_Create
()
Creates an object used to define the paper parameters for print option. |
| static ProductViewExportInstructions | ProductViewExportInstructions_Create
()
Creates a new instructions object for exporting a part, assembly or drawing into ProductView format. |
| static ProductViewExportOptions | ProductViewExportOptions_Create
(ProductViewFormat inPVFormat)
Set options for ProductView export format |
| static STEP3DExportInstructions | STEP3DExportInstructions_Create
(AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
Creates a new instructions object used to export a solid model to STEP format. |
| static SWAsm3DExportInstructions | SWAsm3DExportInstructions_Create
(AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
Creates a new instructions object used to export a solid model to SolidWorks assembly format. |
| static SWPart3DExportInstructions | SWPart3DExportInstructions_Create
(AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
Creates a new instructions object used to export a solid model to SolidWorks part format. |
| static TriangulationInstructions | TriangulationInstructions_Create
(double AngleControl, double ChordHeight)
Creates a new object used to indicate the parameters used for faceting. |
| static UG3DExportInstructions | UG3DExportInstructions_Create
(AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
Creates a new instructions object used to export a solid model to UG format. |
| static VDA3DExportInstructions | VDA3DExportInstructions_Create
(AssemblyConfiguration inConfiguration, GeometryFlags inGeometry)
Creates a new instructions object used to export a solid model to VDA format. |
| Method Detail |
|---|
| GeometryFlags_Create |
|---|
| static GeometryFlags | GeometryFlags_Create | () |
Creates a new geometry flags object used when exporting a model to a 3D representation.
|
| InclusionFlags_Create |
|---|
| static InclusionFlags | InclusionFlags_Create | () |
Creates a new object used to indicate whether geometry should be included during export of a model.
|
| LayerExportOptions_Create |
|---|
| static LayerExportOptions | LayerExportOptions_Create | () |
Creates a new object used to indicate how layers should be treated during export of a model.
|
| TriangulationInstructions_Create |
|---|
| static TriangulationInstructions | TriangulationInstructions_Create | (double AngleControl, double ChordHeight) |
Creates a new object used to indicate the parameters used for faceting.
|
| STEP3DExportInstructions_Create |
|---|
| static STEP3DExportInstructions | STEP3DExportInstructions_Create | (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry) |
Creates a new instructions object used to export a solid model to STEP format.
|
| VDA3DExportInstructions_Create |
|---|
| static VDA3DExportInstructions | VDA3DExportInstructions_Create | (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry) |
Creates a new instructions object used to export a solid model to VDA format.
|
| IGES3DNewExportInstructions_Create |
|---|
| static IGES3DNewExportInstructions | IGES3DNewExportInstructions_Create | (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry) |
Creates a new instructions object used to export a 3D model to IGES format.
|
| CATIAModel3DExportInstructions_Create |
|---|
| static CATIAModel3DExportInstructions | CATIAModel3DExportInstructions_Create | (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry) |
Creates a new instructions object used to export a model to CATIA direct *.model format.
|
| ACIS3DExportInstructions_Create |
|---|
| static ACIS3DExportInstructions | ACIS3DExportInstructions_Create | (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry) |
Creates a new instructions object used to export a model to ACIS format.
|
| DXF3DExportInstructions_Create |
|---|
| static DXF3DExportInstructions | DXF3DExportInstructions_Create | () |
Creates a new instructions object used to export a model to DXF format.
|
| DWG3DExportInstructions_Create |
|---|
| static DWG3DExportInstructions | DWG3DExportInstructions_Create | () |
Creates a new instructions object used to export a model to DWG format.
|
| CADDSExportInstructions_Create |
|---|
| static CADDSExportInstructions | CADDSExportInstructions_Create | () |
Creates an instructions object used to export a model to CADDS format.
|
| CATIASession3DExportInstructions_Create |
|---|
| static CATIASession3DExportInstructions | CATIASession3DExportInstructions_Create | (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry) |
Creates a new instructions object used to export a solid model to a CATIA sesion.
|
| NEUTRALFileExportInstructions_Create |
|---|
| static NEUTRALFileExportInstructions | NEUTRALFileExportInstructions_Create | () |
|
| ProductViewExportOptions_Create |
|---|
| static ProductViewExportOptions | ProductViewExportOptions_Create | (ProductViewFormat inPVFormat) |
Set options for ProductView export format
|
| ProductViewExportInstructions_Create |
|---|
| static ProductViewExportInstructions | ProductViewExportInstructions_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
|
| JT3DExportInstructions_Create |
|---|
| static JT3DExportInstructions | JT3DExportInstructions_Create | (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry) |
Creates a new instructions object used to export a solid model to JT format.
|
| UG3DExportInstructions_Create |
|---|
| static UG3DExportInstructions | UG3DExportInstructions_Create | (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry) |
Creates a new instructions object used to export a solid model to UG format.
|
| ParaSolid3DExportInstructions_Create |
|---|
| static ParaSolid3DExportInstructions | ParaSolid3DExportInstructions_Create | (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry) |
Creates a new instructions object used to export a solid model to parasolid format.
|
| CatiaPart3DExportInstructions_Create |
|---|
| static CatiaPart3DExportInstructions | CatiaPart3DExportInstructions_Create | (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry) |
Creates a new instructions object used to export a solid model to Catia part format.
|
| CatiaProduct3DExportInstructions_Create |
|---|
| static CatiaProduct3DExportInstructions | CatiaProduct3DExportInstructions_Create | (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry) |
Creates a new instructions object used to export a solid model to Catia product format.
|
| CatiaCGR3DExportInstructions_Create |
|---|
| static CatiaCGR3DExportInstructions | CatiaCGR3DExportInstructions_Create | (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry) |
Creates a new instructions object used to export a solid model to Catia CGR format.
|
| SWPart3DExportInstructions_Create |
|---|
| static SWPart3DExportInstructions | SWPart3DExportInstructions_Create | (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry) |
Creates a new instructions object used to export a solid model to SolidWorks part format.
|
| SWAsm3DExportInstructions_Create |
|---|
| static SWAsm3DExportInstructions | SWAsm3DExportInstructions_Create | (AssemblyConfiguration inConfiguration, GeometryFlags inGeometry) |
Creates a new instructions object used to export a solid model to SolidWorks assembly format.
|
| PDFOption_Create |
|---|
| static PDFOption | PDFOption_Create | () |
Creates an object used to define the PDF file option.
|
| PDFExportInstructions_Create |
|---|
| static PDFExportInstructions | PDFExportInstructions_Create | () |
Creates an instructions object used to export a solid model to a PDF file.
|
| PrintSize_Create |
|---|
| static PrintSize | PrintSize_Create | () |
Creates an object used to define the paper parameters for print option.
|
| PrintPlacementOption_Create |
|---|
| static PrintPlacementOption | PrintPlacementOption_Create | () |
Creates an object used to define the placement options for printing purpose.
|
| PrintMdlOption_Create |
|---|
| static PrintMdlOption | PrintMdlOption_Create | () |
Creates an object used to define the model options for printing purpose.
|
| PrintPrinterOption_Create |
|---|
| static PrintPrinterOption | PrintPrinterOption_Create | () |
Creates an object used to define the printer settings for printing a file.
|
| PrinterInstructions_Create |
|---|
| static PrinterInstructions | PrinterInstructions_Create | () |
Creates an object used to define the printer instructions for printing a file.
|
| PrinterPCFOptions_Create |
|---|
| static PrinterPCFOptions | PrinterPCFOptions_Create | () |
Creates an object used to define the printer options for printing a PFC file.
|