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