Click or drag to resize

BrepGetConnectedComponents Method

If this Brep has two or more connected components, then duplicates of the connected components are returned.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.18
Syntax
public Brep[] GetConnectedComponents()

Return Value

Type: Brep
An array of connected components, or an empty array.
See Also