You are here: Start » FIL.NET » FIS.SplitPointsByLine Method
FIS.SplitPointsByLine Method
Separates the points being on one side of the input line from the others.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SplitPointsByLine ( IList<FilNet.Point2D> inPoints, FilNet.Line2D inLine, IList<FilNet.Point2D> outPoints1, IList<FilNet.Point2D> outPoints2 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | Input points. | ||
![]() | inLine | FilNet.Line2D | Line used for splitting. | ||
![]() | outPoints1 | System.Collections.Generic.IList<FilNet.Point2D> | Points with positive signed distance to the input line. | ||
![]() | outPoints2 | System.Collections.Generic.IList<FilNet.Point2D> | Points with negative signed distance to the input line. |