Click or drag to resize

BrepRegionBoundaryBrep Method

Gets the boundary of a region as a brep object. If the region is finite, the boundary will be a closed manifold brep. The boundary may have more than one connected component.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Brep BoundaryBrep()

Return Value

Type: Brep
A brep or null on error.
See Also