You are here: Start » FIL.NET » FIS.ProjectPointsOnLine Method
FIS.ProjectPointsOnLine Method
Projects points onto a line.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ProjectPointsOnLine ( IList<FilNet.Point2D> inPoints, FilNet.Line2D inLine, IList<FilNet.Point2D> outProjectionPoints, NullableRef<NullableValue<FilNet.Segment2D>> outProjectionSegment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | inLine | FilNet.Line2D | |||
![]() | outProjectionPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | outProjectionSegment | FilNet.NullableRef<FilNet.NullableValue<FilNet.Segment2D>> | Can be null to skip this parameter calculation. |
Function Overrides
- ProjectPointsOnLine(IList<Point2D>, Line2D, IList<Point2D>)
- ProjectPointsOnLine(IList<Point2D>, Line2D, IList<Point2D>, Nullable<Segment2D>)