M_Rhino_Geometry_Plane__ctor_3 - mcneel/rhinocommon-api-docs GitHub Wiki

Plane Constructor (Point3d, Vector3d, Vector3d)

Constructs a plane from a point and two vectors in the plane.

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

Syntax

C#

public Plane(
	Point3d origin,
	Vector3d xDirection,
	Vector3d yDirection
)

VB

Public Sub New ( 
	origin As Point3d,
	xDirection As Vector3d,
	yDirection As Vector3d
)

Parameters

 

origin
Type: Rhino.Geometry.Point3d
Origin point of the plane.
xDirection
Type: Rhino.Geometry.Vector3d
Non-zero vector in the plane that determines the x-axis direction.
yDirection
Type: Rhino.Geometry.Vector3d
Non-zero vector not parallel to x_dir that is used to determine the yaxis direction. y_dir does not need to be perpendicular to x_dir.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Plane Structure
Plane Overload
Rhino.Geometry Namespace

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