Skip to content

M_Rhino_Geometry_BrepRegion_BoundaryBrep

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

BrepRegion.BoundaryBrep 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) Version: 5.1.50000.0 (5.0.20693.0)

Syntax

C#

public Brep BoundaryBrep()

VB

Public Function BoundaryBrep As Brep

Return Value

Type: Brep
A brep or null on error.

See Also

Reference

BrepRegion Class
Rhino.Geometry Namespace

Clone this wiki locally