You are here: Start » FIL.NET » Invoke.ProjectPointOrthogonal
Converts a point through a simple orthogonal projection, parallel to the Z axis.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ProjectPointOrthogonal ( Fil.Point3D inPoint3D, Fil.Point2D inCenter, out Fil.Point2D outPoint2D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3D | Fil.Point3D | |||
![]() | inCenter | Fil.Point2D | Center of projection, i.e. the target for projected points (0, 0, z). | ||
![]() | outPoint2D | Fil.Point2D |