You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.ProjectPointOrthogonal

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
inPoint3DFilNet.Point3D
inCenterFilNet.Point2DCenter of projection, i.e. the target for projected points (0, 0, z).
outPoint2DFilNet.Point2D

See also