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

FIS.ProjectPointOntoPlane3D Method

Projects a point 3D onto a plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ProjectPointOntoPlane3D
(
	FilNet.Point3D inPoint3D,
	FilNet.Plane3D inPlane,
	out FilNet.Point3D outPointOnPlane
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inPlaneFilNet.Plane3D
outPointOnPlaneFilNet.Point3DPoint projected on a plane orthogonally.

See also