Category Geometry items, Object ProContour

Function ProContourBoundbox2dCompute


Description
Finds the 2d bounding box for the inside surface of the given outer contour.
Replacement in Object TOOLKIT: pfcContour::EvalOutline
Synopsis
#include <ProContour.h>
ProErrorProContourBoundbox2dCompute(
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
PRO_TK_NO_ERRORThe function successfully found the surface area.
PRO_TK_BAD_SRF_CRVThe input argument is invalid.

Manual References:

  1. Core: 3D Geometry: Measurement
  2. Core: 3D Geometry: Measurement

Sample Code References:

  1. pt_examples ( TestGeom.c )