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()
Public Function GetPlaneEquation As Double()
Return Value
Type:
Double
Array of four values.
See Also