if you have an On3dPoint defined in a script as pt1 and pt2, then you can find distance between points this way:
pt1.DistanceTo( pt2 ) On Jan 28, 11:53 am, BrentWatanabe <[email protected]> wrote: > Is there anywhere that talks about either using a distance function or > vector length function in VB.NET? > > I just want to be able to store distances from multiple attractor > points to a grid of points. > > I suppose I could write a math function if it comes to that. > > Shouldn't there be something like Rhino.Distance(pt1,pt2) though?
