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