You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Constructions » FIL.ProjectPointOnLine
Projects a point onto a line.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ProjectPointOnLine ( FilNet.Point2D inPoint, FilNet.Line2D inLine, out FilNet.Point2D outProjectionPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | FilNet.Point2D | |||
![]() | inLine | FilNet.Line2D | |||
![]() | outProjectionPoint | FilNet.Point2D |
Examples
![]() |
![]() |
ProjectPointOnLine performed on point and line.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite line on input in ProjectPointOnLine. |