API 文件集 > Geometry items > Object ProSurface > Function ProSurfaceUvpntVerify
Function ProSurfaceUvpntVerify
Description
Verifies whether the specified UV point lies within the surface boundaries.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSurface.h>
ProSurfaceUvpntVerify
(
ProSolid solid_handle
/* (In)
The owner of the surface
*/
ProSurface p_surface
/* (In)
The surface handle
*/
ProUvParam uv_point
/* (In)
The UV point to test
*/
ProUvStatus* p_result
/* (Out)
The resulting status
*/
)
Returns
The function successfully verified the point.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
這是否有幫助?