<Code Lib>
2023 Method
Changes 0
M

Curve.Distance

Description:
Returns the shortest distance from the specified point to this curve.
Remarks:
Returns the distance from the closest point on the curve to the specified point.

public double Distance(
	XYZ point
)

Return Value double The real number equal to the shortest distance.

Loading…