You are here: Start » FIL.NET » FIS.ProjectPointOrthogonal Method

FIS.ProjectPointOrthogonal Method

Converts a point through a simple orthogonal projection, parallel to the Z axis.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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