Click or drag to resize

BrepRegionGetFaceSides Method

Gets an array of BrepRegionFaceSide entities delimiting this region.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public BrepRegionFaceSide[] GetFaceSides()

Return Value

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