You are here: Start » FIL.NET » Invoke.ProjectPointOntoPlane3D
Projects a point 3D onto a plane.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ProjectPointOntoPlane3D ( Fil.Point3D inPoint3D, Fil.Plane3D inPlane, out Fil.Point3D outPointOnPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint3D | Fil.Point3D | |||
![]() | inPlane | Fil.Plane3D | |||
![]() | outPointOnPlane | Fil.Point3D | Point projected on a plane orthogonally. |


