You are here: Start » FIL.NET » Invoke.ProjectPointOrthogonal

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

See also