M_Rhino_Geometry_Ray3d__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

Ray3d Constructor

Initializes a new Ray3d instance.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Ray3d(
	Point3d position,
	Vector3d direction
)

VB

Public Sub New ( 
	position As Point3d,
	direction As Vector3d
)

Parameters

 

position
Type: Rhino.Geometry.Point3d
The position.
direction
Type: Rhino.Geometry.Vector3d
The direction.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Ray3d Structure
Rhino.Geometry Namespace

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