Arc.PointAt Method

ArcPointAt Method

Gets the point at the given arc parameter.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point3d PointAt(
	double t
)
Public Function PointAt ( 
	t As Double
) As Point3d

Parameters

t
Type: SystemDouble
Arc parameter to evaluate.

Return Value

Type: Point3d
The point at the given parameter.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also