Skip to content

M_Rhino_Geometry_BezierCurve_PointAt

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

BezierCurve.PointAt Method

Evaluates point at a curve parameter.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.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.

See Also

Reference

BezierCurve Class
Rhino.Geometry Namespace

Clone this wiki locally