API Documentation > Interfaces > Interface WContour
Interface WContour

package com.ptc.wfc.wfcGeometry;

public interface
WContour
extends
com.ptc.pfc.pfcGeometry.Contour


Description
Interface for WContour
Method Summary
Finds the 3d bounding box for the inside surface of the specified outer contour, taking into account internal voids.
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.Contour :
Method Detail
Eval3DOutline
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):
XToolkitBadSrfCrv - One or more of the input arguments are invalid.
Manual References:
Returns:
Returns contour 3d bounding box Outline3D
Was this helpful?