Brep.MergeCoplanarFaces Method (Double)

BrepMergeCoplanarFaces Method (Double)

Merges adjacent coplanar faces into single faces.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool MergeCoplanarFaces(
	double tolerance
)
Public Function MergeCoplanarFaces ( 
	tolerance As Double
) As Boolean

Parameters

tolerance
Type: SystemDouble
Tolerance for determining when edges are adjacent. When in doubt, use the document's ModelAbsoluteTolerance property.

Return Value

Type: Boolean
true if faces were merged, false if no faces were merged.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also