Category Geometry items, Object ProPoint3d

Function ProPoint3dIntoleranceFind


Description
Determines if two points are co-incident, that is, if the distance between two points is within the Creo Parametric tolerances as set in ProSolidToleranceGet().
Replacement in Object TOOLKIT: wfcWPoint::FindIntolerance
Synopsis
#include <ProPoint.h>
ProBooleanProPoint3dIntoleranceFind(
ProPoint3d xyz_1
/* (In)
Handle for the first specified point; must not be NULL.
*/
ProPoint3d xyz_2
/* (In)
Handle for second specified point; must not be NULL.
*/
double* exceed_tol
/* (Out)
Amount by which the distance between the points exceeds tolerance; can be NULL.
*/
)
Returns
PRO_B_TRUEPoints are within tolerance.
PRO_B_FALSEPoints are not within tolerance.

Manual References:

  1. Core: 3D Geometry: Geometry at Points
  2. Core: 3D Geometry: Geometry at Points