Category Mechanica, Object ProMechsurface

Function ProMechsurfaceUvpntVerify


Description
Verifies whether the specified UV point lies within the boundaries of the Creo Simulate surface.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechsurfaceUvpntVerify(
ProMechSurface surface
/* (In)
The surface.
*/
ProUvParam uv_point
/* (In)
The UV point.
*/
ProUvStatus* status
/* (In)
The resulting status.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_GENERAL_ERRORA general error is encountered.

Manual References:

  1. Creo Simulate: Geometry: Geometry Evaluation of ProMechSurface
  2. Creo Simulate: Geometry: Geometry Evaluation of ProMechSurface