M_Rhino_Geometry_Ray3d_PointAt - mcneel/rhinocommon-api-docs GitHub Wiki

Ray3d.PointAt Method

Evaluates a point along the ray.

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
The t parameter.

Return Value

Type: Point3d
A point at (Direction*t + Position).

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Ray3d Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️