You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.ProjectPointOntoPlane3D
Projects a point 3D onto a plane.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void ProjectPointOntoPlane3D ( AvlNet.Point3D inPoint3D, AvlNet.Plane3D inPlane, out AvlNet.Point3D outPointOnPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint3D | AvlNet.Point3D | |||
![]() | inPlane | AvlNet.Plane3D | |||
![]() | outPointOnPlane | AvlNet.Point3D | Point projected on a plane orthogonally. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Indefinite plane on input in ProjectPointOntoPlane3D. |


