Documentação da API > Geometry items > Object ProPoint3d > Function ProPoint3dIntoleranceFind
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:
Synopsis
#include <ProPoint.h>
ProPoint3dIntoleranceFind
(
/* (In)
Handle for the first specified point; must not be NULL.
*/
/* (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
Points are within tolerance.
Points are not within tolerance.
User Guide References
Isto foi útil?