Description:

Use to determine is point was on a curve.

Syntax:
public Curve PointOnCurve(
out double t
)
Parameters:
  • t
  • Type: double
  • If the point was on a curve, then the t is the curve parameter for the point. The point returned by Point() is the same as curve.PointAt(t).
Returns:
Type: Curve
A curve at a specified parameter value.
Available since:
5.0

PointOnCurve method

Class:  Rhino.Input.Custom.GetPoint

Nothing found