You are here: Start » AVL.NET » AVL.ProjectPoint2DOntoPlane3D Method
AVL.ProjectPoint2DOntoPlane3D Method
Projects a point on a plane Z=0 onto a given plane, translating it parallel to Z axis.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProjectPoint2DOntoPlane3D( AvlNet.Point2D inPoint2D, AvlNet.Plane3D inPlane, out AvlNet.Point3D outPointOnPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint2D | AvlNet.Point2D | |||
![]() | inPlane | AvlNet.Plane3D | |||
![]() | outPointOnPlane | AvlNet.Point3D | Point projected on a plane parallel to Z axis. |
Errors
| Error type | Description |
|---|---|
| DomainError | Point cannot be projected in ProjectPoint2DOntoPlane3D. |


