API 文件集 > Geometry items > Object ProContour > Function ProContourUvpntVerify
Function ProContourUvpntVerify
Description
Verifies whether the specified UV point lies within the given contour.
Replacement in Object TOOLKIT:
Synopsis
#include <ProContour.h>
ProContourUvpntVerify
(
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
The function successfully verified the point.
One or more of the input arguments are invalid.
Sample Code References
這是否有幫助?