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

FIS.Point3DToPoint2D_AxesPlane Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Point3DToPoint2D_AxesPlane
(
	FilNet.Point3D inPoint3D,
	FilNet.PlaneType inPlaneType,
	out FilNet.Point2D outPoint2D,
	out FilNet.Plane3D outProjectionPlane
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inPlaneTypeFilNet.PlaneType
outPoint2DFilNet.Point2D
outProjectionPlaneFilNet.Plane3DPlane the input is projected onto.

Function Overrides

See also