Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

measure - length(Curve,Point,Point):Length in VB

Status
Not open for further replies.

pudsey

Aerospace
Joined
Nov 16, 2003
Messages
6
Location
GB
Does anyone know if it is possible to program in vb to measure the geodesic distance (along a curve) between two points ?

At the moment I use GetMeasurable.MinimumDistance which is a workaround.

Thanks for reading this and any tips would be greatly appreciated.

joe
 
Only way I ever found was to create a split element using the two points as the trim locations, measure the curve, then delete the split. Of course, determining the direction of the splits can be tricky.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top