M_Rhino_Geometry_BezierCurve_PointAt - mcneel/rhinocommon-api-docs GitHub Wiki
Evaluates point at a curve parameter.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point3d PointAt(
double t
)
VB
Public Function PointAt (
t As Double
) As Point3d
- t
- Type: System.Double
Evaluation parameter.
Type: Point3d
Point (location of curve at the parameter t).
No error handling.
Supported in: 6.0.16224.21491, 5D58w