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

FIS.ProjectPoint2DOntoPlane3D Method

Projects a point on a plane Z=0 onto a given plane, translating it parallel to Z axis.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ProjectPoint2DOntoPlane3D
(
	FilNet.Point2D inPoint2D,
	FilNet.Plane3D inPlane,
	out FilNet.Point3D outPointOnPlane
)

Parameters

Name Type Range Default Description
inPoint2DFilNet.Point2D
inPlaneFilNet.Plane3D
outPointOnPlaneFilNet.Point3DPoint projected on a plane parallel to Z axis.

See also