You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.ProjectPointOnLine3D

FIL.ProjectPointOnLine3D

Projects a point 3D onto a line in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ProjectPointOnLine3D
(
	FilNet.Point3D inPoint3D,
	FilNet.Line3D inLine3D,
	out FilNet.Point3D outPointOnLine3D
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inLine3DFilNet.Line3D
outPointOnLine3DFilNet.Point3DPoint projected on a line orthogonally.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite line on input in ProjectPointOnLine3D.

See also