Click or drag to resize

SurfaceTryGetPlane Method (Plane)

Tests a surface for planarity and return the plane.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool TryGetPlane(
	out Plane plane
)

Parameters

plane
Type: Rhino.GeometryPlane
On success, the plane parameters are filled in.

Return Value

Type: Boolean
true if there is a plane such that the maximum distance from the surface to the plane is <= RhinoMath.ZeroTolerance.
See Also