BrepMergeCoplanarFaces Method |
Merges adjacent coplanar faces into single faces.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool MergeCoplanarFaces(
double tolerance
)
Public Function MergeCoplanarFaces (
tolerance As Double
) As Boolean
Parameters
- tolerance
- Type: SystemDouble
3d tolerance for determining when edges are adjacent.
Return Value
Type:
Booleantrue if faces were merged. false if no faces were merged.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also