You are here: Start » FIL.NET » FIL.ProjectPoint2DOntoPlane3D
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
C++
C#
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. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite plane on input in ProjectPoint2DOntoPlane3D. |
DomainError | Point cannot be projected in ProjectPoint2DOntoPlane3D. |