Category Geometry items, Object ProContour

Function ProContourUvpntVerify


Description
Verifies whether the specified UV point lies within the given contour.
Replacement in Object TOOLKIT: pfcContour::VerifyUV
Synopsis
#include <ProContour.h>
ProErrorProContourUvpntVerify(
ProSurface p_srf_handle
/* (In)
The surface handle
*/
ProContour p_cntr_handle
/* (In)
The contour handle
*/
Pro2dPnt uv_point
/* (In)
The UV point to test
*/
ProUvStatus* r_result
/* (Out)
The resulting status:
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully verified the point.
PRO_TK_BAD_SRF_CRVOne or more of the input arguments are invalid.

Manual References:

  1. Core: 3D Geometry: Evaluating Surfaces, Edges, and Curves

Sample Code References:

  1. pt_examples ( TestGeom.c )