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
)
Public Function SegmentDetails (
regionIndex As Integer,
boundaryIndex As Integer,
segmmentIndex As Integer,
<OutAttribute> ByRef subDomain As Interval,
<OutAttribute> ByRef reversed As Boolean
) As Integer
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:
Int32The index of the planar curve used by the specified segment if successful, -1 if not successful.
See Also