You are here: Start » AVL.NET » AVS.ProjectLineOntoPlane3D Method

AVS.ProjectLineOntoPlane3D Method

Projects a line 3D onto a plane.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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.

See also