API Documentation > Interface Classes > Class wfcWContour
Class wfcWContour

# include <wfcGeometry.h>

class
wfcWContour
: public virtual
pfcContour
{
xaideclare(wfcWContour)
...
};


Description
Interface for WContour
Manual References:
Method Summary
Finds the 3d bounding box for the inside surface of the specified outer contour, taking into account internal voids.
Methods Inherited from Class pfcContour::
Method Detail
Eval3DOutline
()
Finds the 3d bounding box for the inside surface of the specified outer contour, taking into account internal voids.
Exceptions thrown (but not limited to):
pfcXToolkitBadSrfCrv - One or more of the input arguments are invalid.
Manual References:
Returns:
Returns contour 3d bounding box pfcOutline3D
Was this helpful?