<Code Lib>
2025.3 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
)

  • point
    The specified point.
Return Value Double The real number equal to the shortest distance.

Loading…