You are here: Start » FIL.NET » Invoke.ProjectPoint2DOntoPlane3D
Projects a point on a plane Z=0 onto a given plane, translating it parallel to Z axis.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ProjectPoint2DOntoPlane3D ( Fil.Point2D inPoint2D, Fil.Plane3D inPlane, out Fil.Point3D outPointOnPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint2D | Fil.Point2D | |||
![]() | inPlane | Fil.Plane3D | |||
![]() | outPointOnPlane | Fil.Point3D | Point projected on a plane parallel to Z axis. |