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

FIL.ProjectPoint2DOntoPlane3D

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

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in ProjectPoint2DOntoPlane3D.
DomainError Point cannot be projected in ProjectPoint2DOntoPlane3D.

See also