Calculates the distance between two user specified points.
Syntax
objectVariable = object.CalculateDistance(Point1, Point2)
Where:
object is the IntelliCAD Library object;
Point1 and Point2 are IntelliCAD Point objects.
Examples ...
CalculateDistance method example