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()
Public Function BoundaryBrep As Brep
Return Value
Type:
BrepA brep or null on error.
See Also