Skip to content

M_Rhino_Geometry_Brep_JoinBreps

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Brep.JoinBreps Method

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

Syntax

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()

Parameters

 

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.

Return Value

Type: Brep[]
new joined breps on success, null on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
Rhino.Geometry Namespace

Clone this wiki locally