Category Geometry items, Object ProSurface

Function ProSurfaceUvpntVerify


Description
Verifies whether the specified UV point lies within the surface boundaries.
Replacement in Object TOOLKIT: pfcSurface::VerifyUV
Synopsis
#include <ProSurface.h>
ProErrorProSurfaceUvpntVerify(
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
PRO_TK_NO_ERRORThe function successfully verified the point.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: 3D Geometry: Surface Tessellation
  3. Core: 3D Geometry: Evaluating Surfaces, Edges, and Curves
  4. Core: 3D Geometry: Evaluating Surfaces, Edges, and Curves

Sample Code References:

  1. pt_examples ( TestExtobj.c )
  2. pt_examples ( TestExtobj.c )
  3. pt_examples ( UtilGeom.c )
  4. pt_examples ( UtilGeom.c )