M_Rhino_Geometry_Brep_JoinBreps - mcneel/rhinocommon-api-docs GitHub Wiki
Joins the breps in the input array at any overlapping edges to form as few as possible resulting breps. There may be more than one brep in the result array.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Brep[] JoinBreps(
IEnumerable<Brep> brepsToJoin,
double tolerance
)
VB
Public Shared Function JoinBreps (
brepsToJoin As IEnumerable(Of Brep),
tolerance As Double
) As Brep()
- brepsToJoin
- Type: System.Collections.Generic.IEnumerable(Brep)
A list, an array or any enumerable set of breps to join. - tolerance
- Type: System.Double
3d distance tolerance for detecting overlapping edges.
Type: Brep[]
new joined breps on success, null on failure.
Supported in: 6.0.16224.21491, 5D58w