Click or drag to resize

BezierCurvePointAt Method

Evaluates point at a curve parameter.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d PointAt(
	double t
)

Parameters

t
Type: SystemDouble
Evaluation parameter.

Return Value

Type: Point3d
Point (location of curve at the parameter t).
Remarks
No error handling.
See Also