Skip to content

M_Rhino_Geometry_BrepRegion_BoundaryBrep

Will Pearson edited this page Aug 12, 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: Rhino 6.0

Syntax

C#

public Brep BoundaryBrep()

VB

Public Function BoundaryBrep As Brep

Return Value

Type: Brep
A brep or null on error.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepRegion Class
Rhino.Geometry Namespace

Clone this wiki locally