Description:

Computes the distance between two points.

Syntax:
public double DistanceTo(
Point3d other
)
Parameters:
  • other
  • Type: Point3d
  • Other point for distance measurement.
Returns:
Type: double
The length of the line between this and the other point; or 0 if any of the points is not valid.
Available since:
5.0

DistanceTo method

Class:  Rhino.Geometry.Point3d

Nothing found