Click or drag to resize

CurveBooleanRegionsRegionCurves Method

Returns the boundary curves in a curve region. A curve region is a collection of curves that bound a single connected region of the plane. Note, the first curve is always the outer boundary.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public Curve[] RegionCurves(
	int regionIndex
)

Parameters

regionIndex
Type: SystemInt32
The curve region index.

Return Value

Type: Curve
An array of boundary curves if successful, an empty array if not successful.
See Also