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

AVL.ProjectLineOntoPlane3D

Projects a line 3D onto a plane.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inLine3DAvlNet.Line3D
inPlaneAvlNet.Plane3D
outLineOnPlaneAvlNet.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