You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Constructions » FIL.ProjectPointsOnLine3D
Projects points onto a line.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ProjectPointsOnLine3D ( IList<FilNet.Point3D> inPoints, FilNet.Line3D inLine, IList<FilNet.Point3D> outProjectionPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | inLine | FilNet.Line3D | |||
![]() | outProjectionPoints | System.Collections.Generic.IList<FilNet.Point3D> |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite line in inLine in ProjectPointsOnLine3D. |