Class wfcWPart

# include <wfcPart.h>

class
wfcWPart
: public virtual
wfcWSolid,
: public virtual
pfcPart
{
xaideclare(wfcWPart)
...
};


Description
Provides the information about the Part Model.
User Guide References:
Direct Known Subclasses:
Methods Inherited from Class pfcActionSource::
Methods Inherited from Class pfcParent::
Methods Inherited from Class pfcParameterOwner::
Methods Inherited from Class wfcWParameterOwner::
Methods Inherited from Class pfcRelationOwner::
Methods Inherited from Class wfcWRelationOwner::
Methods Inherited from Class pfcModelItemOwner::
Methods Inherited from Class pfcViewOwner::
Methods Inherited from Class pfcChild::
Methods Inherited from Class pfcModel::
Methods Inherited from Class wfcWModel::
Methods Inherited from Class pfcFamilyMember::
Methods Inherited from Class wfcWFamilyMember::
Methods Inherited from Class pfcTableOwner::
Methods Inherited from Class pfcSolid::
Methods Inherited from Class wfcWSolid::
Methods Inherited from Class pfcPart::
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
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
Sets the density of the part.
Method Detail
GetDensity
()
Determines the density of the part.
Exceptions thrown (but not limited to):
pfcXToolkitNotFound - The part has not been assigned a density value.
User Guide References:
Returns:
void
SetDensity
(xreal value)
Sets the density of the part.
User Guide References:
Parameters:
value
The part density (in the units of the model).
Returns:
GetVolumeInfo
()
Analyzes and returns the number of connect volumes of a part, and the surfaces that bound them.
Exceptions thrown (but not limited to):
pfcXToolkitNotFound - The specified volume was not found.
User Guide References:
Returns:
VolumeSurfaceInfo
FindGeometry
(pfcPoint3D_ptr 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):
pfcXToolkitNotFound - The surface or edge was not found.
User Guide References:
Parameters:
Point
Input point pfcPoint3D
Returns:
Returns sequence of pfcSelections
GetInterfaceData
(wfcConversionOptions_ptr ConversionOptions)
Provides the interface data for the model.
Exceptions thrown (but not limited to):
pfcXToolkitOutOfMemory - Insufficient memory.
User Guide References:
Parameters:
ConversionOptions
The options for the conversion.
Returns:
Was this helpful?