You are here: Start » AVL.NET » AVL.ProjectLineOntoPlane3D Method
AVL.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 | |
|---|---|---|---|---|---|
![]() | inLine3D | AvlNet.Line3D | |||
![]() | inPlane | AvlNet.Plane3D | |||
![]() | outLineOnPlane | AvlNet.Line3D | Line in 3D projected on a plane orthogonally. |
Errors
| Error type | Description |
|---|---|
| DomainError | Cannot project line perpendicular to plane in ProjectLineOntoPlane3D. |


