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