You are here: Start » FIL.NET » Function Reference » Conversions » FIL.Point3DToPoint2D

FIL.Point3DToPoint2D

Converts a point in 3D to a point in 2D by ignoring its Z coordinate.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Point3DToPoint2D
(
	FilNet.Point3D inPoint3D,
	out FilNet.Point2D outPoint2D
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
outPoint2DFilNet.Point2D

See also