Category Mechanica, Object ProMechcontour

Function ProMechcontourUvpntVerify


Description
Verifies whether the specified UV point lies within the given Creo Simulate contour.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechcontourUvpntVerify(
ProMechContour contour
/* (In)
The contour.
*/
ProUvParam uv_point
/* (In)
The UV point.
*/
ProUvStatus* status
/* (Out)
The status of the point.
*/
)
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: Accessing ProMechContour
  2. Creo Simulate: Geometry: Accessing ProMechContour