M_Rhino_Geometry_Plane__ctor_4 - mcneel/rhinocommon-api-docs GitHub Wiki

Plane Constructor (Double, Double, Double, Double)

Constructs a plane from an equation ax+by+cz=d.

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

Syntax

C#

public Plane(
	double a,
	double b,
	double c,
	double d
)

VB

Public Sub New ( 
	a As Double,
	b As Double,
	c As Double,
	d As Double
)

Parameters

 

a
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Plane.#ctor(System.Double,System.Double,System.Double,System.Double)"]
b
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Plane.#ctor(System.Double,System.Double,System.Double,System.Double)"]
c
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Plane.#ctor(System.Double,System.Double,System.Double,System.Double)"]
d
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Plane.#ctor(System.Double,System.Double,System.Double,System.Double)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Plane Structure
Plane Overload
Rhino.Geometry Namespace

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