API Documentation > Geometry items > Object ProContour > Function ProContourBoundbox2dCompute
Function ProContourBoundbox2dCompute
Description
Finds the 2d bounding box for the inside surface of the given outer contour.
Replacement in Object TOOLKIT:
Synopsis
#include <ProContour.h>
ProContourBoundbox2dCompute
(
ProSurface p_srf_handle
/* (In)
The surface handle, may be NULL.
*/
ProContour p_cntr_handle
/* (In)
The outer contour handle, may be NULL.
*/
Pro2dPnt r_outline_points[2]
/* (Out)
The contour 2d bounding box, may be NULL.
*/
)
Returns
The function successfully found the surface area.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?