cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Distance between point and curve geomitems

sergio72
1-Newbie

Distance between point and curve geomitems

Hello everybody, i need the distance between two geomitems, i know
that for that purpose there is a function called ProGeomitemDistanceEval
that could give me the distance between two geomitems, but in the help
documentation there is a note that says that can be measured only
following objects types: point, axis and planar surface, and what i need
is the distance between a point and a curve. Anyone know how to get the
distance between geomitems of type point and curve?. Thanks in advance.

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.

*/
)





0 REPLIES 0
Top Tags