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

FIL.Point3DToPoint2D_AxesPlane

Projects a 3D point onto a plane defined by coordinate axes.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inPlaneTypeFilNet.PlaneType
outPoint2DFilNet.Point2D

Function Overrides

See also