Click or drag to resize

PlaneGetPlaneEquation Method

Gets the plane equation for this plane in the format of Ax+By+Cz+D=0.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public double[] GetPlaneEquation()

Return Value

Type: Double
Array of four values.
See Also