Click or drag to resize

CurveBooleanRegionsSegmentDetails Method

Returns the details of a segment in a boundary curve in a curve region.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public int SegmentDetails(
	int regionIndex,
	int boundaryIndex,
	int segmmentIndex,
	out Interval subDomain,
	out bool reversed
)

Parameters

regionIndex
Type: SystemInt32
The curve region index.
boundaryIndex
Type: SystemInt32
The boundary curve index.
segmmentIndex
Type: SystemInt32
The segment index.
subDomain
Type: Rhino.GeometryInterval
The sub-domain of the planar curve used by the segment.
reversed
Type: SystemBoolean
true if the piece of the planar curve should be reversed.

Return Value

Type: Int32
The index of the planar curve used by the specified segment if successful, -1 if not successful.
See Also