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

FIL.ProjectLineOntoPlane3D

Projects a line 3D onto a plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ProjectLineOntoPlane3D
(
	FilNet.Line3D inLine3D,
	FilNet.Plane3D inPlane,
	out FilNet.Line3D outLineOnPlane
)

Parameters

Name Type Range Default Description
inLine3DFilNet.Line3D
inPlaneFilNet.Plane3D
outLineOnPlaneFilNet.Line3DLine in 3D projected on a plane orthogonally.

Errors

List of possible exceptions:

Error type Description
DomainError Cannot project line perpendicular to plane in ProjectLineOntoPlane3D.
DomainError Indefinite line on input in ProjectLineOntoPlane3D.
DomainError Indefinite plane on input in ProjectLineOntoPlane3D.

See also