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