Description | ||||||||
Evaluates the distance between two items. | ||||||||
Synopsis | ||||||||
#include <ProGeomitem.h> | ||||||||
ProError | ProGeomitemDistanceEval | ( | ||||||
ProSelection p_selection1 | ||||||||
/* (In) | ||||||||
The first item. This can be a point, axis, or planar surface. | ||||||||
*/ | ||||||||
ProSelection p_selection2 | ||||||||
/* (In) | ||||||||
The second item. This can be a point, axis, or planar surface. | ||||||||
*/ | ||||||||
double* p_result | ||||||||
/* (Out) | ||||||||
The resulting distance between the two items. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|