BrepRegion.GetFaceSides Method

BrepRegionGetFaceSides Method

Gets an array of BrepRegionFaceSide entities delimiting this region.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public BrepRegionFaceSide[] GetFaceSides()
Public Function GetFaceSides As BrepRegionFaceSide()

Return Value

Type: BrepRegionFaceSide
An array of region face sides. This array might be empty on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also