You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Constructions » FIL.ProjectPointOnLine

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
inPointFilNet.Point2D
inLineFilNet.Line2D
outProjectionPointFilNet.Point2D

Examples

ProjectPointOnLine performed on point and line.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite line on input in ProjectPointOnLine.

See also