Function ProGeomitemDistanceEval
Description
Evaluates the distance between two items.
Synopsis
#include <ProGeomitem.h>
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
The function successfully evaluated the distance.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
これは役に立ちましたか?