| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static FormatSizeData | FormatSizeData_Create
(PlotPaperSize PaperSize, int Width, int Height)
|
| static InterfaceData | 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. |
| static IntfInventorAsm | IntfInventorAsm_Create
(String FileName)
Creates a new object representing the Inventor assembly file from which to create an import feature. |
| static IntfInventorPart | 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. |
| static IntfSEdgePart | IntfSEdgePart_Create
(String FileName)
Creates a new object representing the solid Edge part file from which to create an import feature. |
| static IntfSEdgeSheetmetal | IntfSEdgeSheetmetal_Create
(String FileName)
Creates a new object representing the solid Edge sheetmetal file from which to create an import feature. |
| static MdlfileDescriptor | MdlfileDescriptor_Create
(MdlfileType Type, String FileName)
Creates the MdlfileDescriptor object |
| static Ray | Ray_Create
(Point3D Point, Vector3D Vector)
|
| static WIntfNeutral | WIntfNeutral_Create
(String FileName,
/*optional*/
InterfaceData Data)
Creates WIntfNeutral object. |
| Method Detail |
|---|
| IntfInventorPart_Create |
|---|
| static IntfInventorPart | IntfInventorPart_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.
|
| IntfInventorAsm_Create |
|---|
| static IntfInventorAsm | IntfInventorAsm_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.
|
| IntfIBL_Create |
|---|
| static IntfIBL | IntfIBL_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.
|
| IntfPTS_Create |
|---|
| static IntfPTS | IntfPTS_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.
|
| IntfSEdgePart_Create |
|---|
| static IntfSEdgePart | IntfSEdgePart_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.
|
| IntfSEdgeSheetmetal_Create |
|---|
| static IntfSEdgeSheetmetal | IntfSEdgeSheetmetal_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.
|
| Ray_Create |
|---|
| static Ray | Ray_Create | (Point3D Point, Vector3D Vector) |
|
| MdlfileDescriptor_Create |
|---|
| static MdlfileDescriptor | MdlfileDescriptor_Create | (MdlfileType Type, String FileName) |
Creates the MdlfileDescriptor object
|
| InterfaceData_Create |
|---|
| static InterfaceData | 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.
|
| WIntfNeutral_Create |
|---|
| static WIntfNeutral | WIntfNeutral_Create | (String FileName, /*optional*/ InterfaceData Data) |
Creates WIntfNeutral object.
|
| FormatSizeData_Create |
|---|
| static FormatSizeData | FormatSizeData_Create | (PlotPaperSize PaperSize, int Width, int Height) |
|