API Documentation > Interfaces > Interface WPart
Interface WPart
Description
Provides the information about the Part Model.
Direct Known Subclasses:
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItemOwner :
Methods Inherited from Interface com.ptc.pfc.pfcView.ViewOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcModel.Model :
Methods Inherited from Interface com.ptc.wfc.wfcModel.WModel :
Methods Inherited from Interface com.ptc.pfc.pfcFamily.FamilyMember :
Methods Inherited from Interface com.ptc.wfc.wfcFamily.WFamilyMember :
Methods Inherited from Interface com.ptc.pfc.pfcSolid.Solid :
Methods Inherited from Interface com.ptc.wfc.wfcSolid.WSolid :
Methods Inherited from Interface com.ptc.pfc.pfcPart.Part :
Method Summary
Determines the surfaces or edges on which the specified point is located. If a point lies on an edge, the function does not return the neighboring surfaces
double
Determines the density of the part.
Provides the interface data for the model.
Analyzes and returns the number of connect volumes of a part, and the surfaces that bound them.
void
SetDensity (double value)
Sets the density of the part.
Method Detail
GetDensity
double
GetDensity
()
Determines the density of the part.
Exceptions thrown (but not limited to):
XToolkitNotFound - The part has not been assigned a density value.
User Guide References:
Returns:
SetDensity
void
SetDensity
(double value)
Sets the density of the part.
User Guide References:
Parameters:
value
The part density (in the units of the model).
Returns:
GetVolumeInfo
GetVolumeInfo
()
Analyzes and returns the number of connect volumes of a part, and the surfaces that bound them.
Exceptions thrown (but not limited to):
XToolkitNotFound - The specified volume was not found.
User Guide References:
Returns:
VolumeSurfaceInfo
FindGeometry
FindGeometry
(Point3D Point)
Determines the surfaces or edges on which the specified point is located. If a point lies on an edge, the function does not return the neighboring surfaces
Exceptions thrown (but not limited to):
XToolkitNotFound - The surface or edge was not found.
User Guide References:
Parameters:
Point
Input point Point3D
Returns:
Returns sequence of Selections
GetInterfaceData
GetInterfaceData
(ConversionOptions ConversionOptions)
Provides the interface data for the model.
Exceptions thrown (but not limited to):
XToolkitOutOfMemory - Insufficient memory.
User Guide References:
Parameters:
ConversionOptions
The options for the conversion.
Returns:
Was this helpful?