API Documentation > Mechanica > Object ProMechsurface > Function ProMechsurfaceUvpntVerify
Function ProMechsurfaceUvpntVerify
Description
Verifies whether the specified UV point lies within the boundaries of the Creo Simulate surface.
Licensing Requirement
Synopsis
ProMechsurfaceUvpntVerify
(
/* (In)
The surface.
*/
ProUvParam uv_point
/* (In)
The UV point.
*/
ProUvStatus* status
/* (In)
The resulting status.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
A general error is encountered.
User Guide References
Was this helpful?