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