CurveBooleanRegionsSegmentCount Method |
Returns the number of segments in a boundary curve in a curve region.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public int SegmentCount(
int regionIndex,
int boundaryIndex
)
Public Function SegmentCount (
regionIndex As Integer,
boundaryIndex As Integer
) As Integer
Parameters
- regionIndex
- Type: SystemInt32
The curve region index. - boundaryIndex
- Type: SystemInt32
The boundary curve index.
Return Value
Type:
Int32The number of curve segments in th boundary curves.
See Also