Library | Package Java Toolkit

Class wfcModel

package com.ptc.wfc.wfcModel;

public class wfcModel



Description

Contains global CIP definitions for module "wfcModel"



Method Summary
static FormatSizeDataFormatSizeData_Create (PlotPaperSize PaperSize, int Width, int Height)
     
static InterfaceDataInterfaceData_Create ( /*optional*/ WSurfaceDescriptors SurfaceData, /*optional*/ EdgeDescriptors EdgeDescriptor, /*optional*/ QuiltDatas QuiltData, /*optional*/ DatumDatas DatumData, /*optional*/ Accuracytype Accuracytype, /*optional*/ Double Accuracy, /*optional*/ Outline3D Outline)
    Creates InterfaceData object.
static IntfIBLIntfIBL_Create (String FileName)
     Creates a new object representing the IBL file from which to create an import feature.
static IntfInventorAsmIntfInventorAsm_Create (String FileName)
     Creates a new object representing the Inventor assembly file from which to create an import feature.
static IntfInventorPartIntfInventorPart_Create (String FileName)
     Creates a new object representing the Inventor part file from which to create an import feature.
static IntfPTSIntfPTS_Create (String FileName)
     Creates a new object representing the PTS file from which to create an import feature.
static IntfSEdgePartIntfSEdgePart_Create (String FileName)
     Creates a new object representing the solid Edge part file from which to create an import feature.
static IntfSEdgeSheetmetalIntfSEdgeSheetmetal_Create (String FileName)
     Creates a new object representing the solid Edge sheetmetal file from which to create an import feature.
static MdlfileDescriptorMdlfileDescriptor_Create (MdlfileType Type, String FileName)
     Creates the MdlfileDescriptor object
static RayRay_Create (Point3D Point, Vector3D Vector)
     
static WIntfNeutralWIntfNeutral_Create (String FileName, /*optional*/ InterfaceData Data)
    Creates WIntfNeutral object.

Method Detail

IntfInventorPart_Create

static IntfInventorPartIntfInventorPart_Create (String FileName)


     Creates a new object representing the Inventor part file from which to create an import feature.

The return value must be passed to WSolid.ImportAsFeat(IntfDataSource, /*optional*/ CoordSystem, /*optional*/ Boolean, /*optional*/ String, /*optional*/ Boolean) to read from the file.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfInventorPart data object.


IntfInventorAsm_Create

static IntfInventorAsmIntfInventorAsm_Create (String FileName)


     Creates a new object representing the Inventor assembly file from which to create an import feature.

The return value must be passed to WSolid.ImportAsFeat(IntfDataSource, /*optional*/ CoordSystem, /*optional*/ Boolean, /*optional*/ String, /*optional*/ Boolean) to read from the file.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfInventorAsm data object.


IntfIBL_Create

static IntfIBLIntfIBL_Create (String FileName)


     Creates a new object representing the IBL file from which to create an import feature.

The return value must be passed to WSolid.ImportAsFeat(IntfDataSource, /*optional*/ CoordSystem, /*optional*/ Boolean, /*optional*/ String, /*optional*/ Boolean) to read from the file.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfIBL data object.


IntfPTS_Create

static IntfPTSIntfPTS_Create (String FileName)


     Creates a new object representing the PTS file from which to create an import feature.

The return value must be passed to WSolid.ImportAsFeat(IntfDataSource, /*optional*/ CoordSystem, /*optional*/ Boolean, /*optional*/ String, /*optional*/ Boolean) to read from the file.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfPTS data object.


IntfSEdgePart_Create

static IntfSEdgePartIntfSEdgePart_Create (String FileName)


     Creates a new object representing the solid Edge part file from which to create an import feature.

The return value must be passed to WSolid.ImportAsFeat(IntfDataSource, /*optional*/ CoordSystem, /*optional*/ Boolean, /*optional*/ String, /*optional*/ Boolean) to read from the file.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfSEdgePart data object.


IntfSEdgeSheetmetal_Create

static IntfSEdgeSheetmetalIntfSEdgeSheetmetal_Create (String FileName)


     Creates a new object representing the solid Edge sheetmetal file from which to create an import feature.

The return value must be passed to WSolid.ImportAsFeat(IntfDataSource, /*optional*/ CoordSystem, /*optional*/ Boolean, /*optional*/ String, /*optional*/ Boolean) to read from the file.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfSEdgeSheetmetal data object.


Ray_Create

static RayRay_Create (Point3D Point, Vector3D Vector)


     
Manual References:
Geometry Evaluation: Tracing a Ray, Geometry Evaluation: Tracing a Ray
Parameters:
Point
 
Vector
 
Returns:
 


MdlfileDescriptor_Create

static MdlfileDescriptorMdlfileDescriptor_Create (MdlfileType Type, String FileName)


     Creates the MdlfileDescriptor object
Parameters:
Type
 
FileName
 
Returns:
 


InterfaceData_Create

static InterfaceDataInterfaceData_Create ( /*optional*/ WSurfaceDescriptors SurfaceData, /*optional*/ EdgeDescriptors EdgeDescriptor, /*optional*/ QuiltDatas QuiltData, /*optional*/ DatumDatas DatumData, /*optional*/ Accuracytype Accuracytype, /*optional*/ Double Accuracy, /*optional*/ Outline3D Outline)


    Creates InterfaceData object.
Manual References:
Interface: Redefining the Import Feature, Interface: Redefining the Import Feature
Parameters:
SurfaceData
 
EdgeDescriptor
 
QuiltData
 
DatumData
 
Accuracytype
 
Accuracy
 
Outline
 
Returns:
 


WIntfNeutral_Create

static WIntfNeutralWIntfNeutral_Create (String FileName, /*optional*/ InterfaceData Data)


    Creates WIntfNeutral object.
Manual References:
Interface: Extracting Interface Data for Neutral Files, Interface: Extracting Interface Data for Neutral Files
Parameters:
FileName
 
Data
 
Returns:
 


FormatSizeData_Create

static FormatSizeDataFormatSizeData_Create (PlotPaperSize PaperSize, int Width, int Height)


     
Parameters:
PaperSize
 
Width
 
Height
 
Returns: