RhinoCommon API
SurfaceIsPlanar Method (Double) |
Tests a surface to see if it is planar to a given tolerance.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public bool IsPlanar( double tolerance )
Public Function IsPlanar ( tolerance As Double ) As Boolean
Parameters
- tolerance
- Type: SystemDouble
tolerance to use when checking.
Return Value
Type: Booleantrue if there is a plane such that the maximum distance from the surface to the plane is <= tolerance.