Skip to content

M_Rhino_Geometry_BezierCurve_PointAt

Will Pearson edited this page Aug 12, 2016 · 2 revisions

BezierCurve.PointAt Method

Evaluates point at a curve parameter.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Point3d PointAt(
	double t
)

VB

Public Function PointAt ( 
	t As Double
) As Point3d

Parameters

 

t
Type: System.Double
Evaluation parameter.

Return Value

Type: Point3d
Point (location of curve at the parameter t).

Remarks

No error handling.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BezierCurve Class
Rhino.Geometry Namespace

Clone this wiki locally