API Documentation > Classes > Class wfcModel
Class wfcModel

package com.ptc.wfc.wfcModel;

public class
wfcModel


Description
Contains global CIP definitions for module "wfcModel"
Method Summary
FormatSizeData_Create (PlotPaperSize PaperSize, int Width, int Height)
InterfaceData_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 IntfIBL
IntfIBL_Create (String FileName)
Creates a new object representing the IBL file from which to create an import feature.
IntfInventorAsm_Create (String FileName)
Creates a new object representing the Inventor assembly file from which to create an import feature.
IntfInventorPart_Create (String FileName)
Creates a new object representing the Inventor part file from which to create an import feature.
static IntfPTS
IntfPTS_Create (String FileName)
Creates a new object representing the PTS file from which to create an import feature.
IntfSEdgePart_Create (String FileName)
Creates a new object representing the solid Edge part file from which to create an import feature.
IntfSEdgeSheetmetal_Create (String FileName)
Creates a new object representing the solid Edge sheetmetal file from which to create an import feature.
MdlfileDescriptor_Create (MdlfileType Type, String FileName)
Creates the MdlfileDescriptor object
static Ray
Ray_Create (Point3D Point, Vector3D Vector)
WIntfNeutral_Create (String FileName, /*optional*/ InterfaceData Data)
Creates WIntfNeutral object.
Method Detail
IntfInventorPart_Create
IntfInventorPart_Create
(String FileName)
Creates a new object representing the Inventor part file from which to create an import feature.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfInventorPart data object.
IntfInventorAsm_Create
IntfInventorAsm_Create
(String FileName)
Creates a new object representing the Inventor assembly file from which to create an import feature.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfInventorAsm data object.
IntfIBL_Create
static IntfIBL
IntfIBL_Create
(String FileName)
Creates a new object representing the IBL file from which to create an import feature.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfIBL data object.
IntfPTS_Create
static IntfPTS
IntfPTS_Create
(String FileName)
Creates a new object representing the PTS file from which to create an import feature.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfPTS data object.
IntfSEdgePart_Create
IntfSEdgePart_Create
(String FileName)
Creates a new object representing the solid Edge part file from which to create an import feature.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfSEdgePart data object.
IntfSEdgeSheetmetal_Create
IntfSEdgeSheetmetal_Create
(String FileName)
Creates a new object representing the solid Edge sheetmetal file from which to create an import feature.
Parameters:
FileName
The name of the imported feature file.
Returns:
The new IntfSEdgeSheetmetal data object.
Ray_Create
static Ray
Ray_Create
(Point3D Point, Vector3D Vector)
Manual References:
Parameters:
Point
Vector
Returns:
MdlfileDescriptor_Create
MdlfileDescriptor_Create
(MdlfileType Type, String FileName)
Creates the MdlfileDescriptor object
Parameters:
Type
FileName
Returns:
InterfaceData_Create
InterfaceData_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:
Parameters:
SurfaceData
EdgeDescriptor
QuiltData
DatumData
Accuracytype
Accuracy
Outline
Returns:
WIntfNeutral_Create
WIntfNeutral_Create
(String FileName, /*optional*/ InterfaceData Data)
Creates WIntfNeutral object.
Manual References:
Parameters:
FileName
Data
Returns:
FormatSizeData_Create
FormatSizeData_Create
(PlotPaperSize PaperSize, int Width, int Height)
Parameters:
PaperSize
Width
Height
Returns:
Was this helpful?