BezierCurvePointAt Method |
Evaluates point at a curve parameter.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Point3d PointAt(
double t
)
Public Function PointAt (
t As Double
) As Point3d
Parameters
- t
- Type: SystemDouble
Evaluation parameter.
Return Value
Type:
Point3dPoint (location of curve at the parameter t).
RemarksNo error handling.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also