distance method

distance

The distance.

Returns

The Double.

def distance(self, point, destination):
    ...
ParameterTypeDescription
pointCad3DPoint
destinationCad3DPointThe destination.

See Also