You are here: Start » AVL.NET » Invoke.SplitSegment
Splits a segment into several parts of equal length.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SplitSegment ( Avl.Segment2D inSegment, int inCount, List<Avl.Segment2D> outSegments )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSegment | Avl.Segment2D | |||
![]()  | inCount | int | <1, INF> | 2 | Number of segments after segment split. Default value: 2. | 
![]()  | outSegments | System.Collections.Generic.List<Avl.Segment2D> | 


