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

FIL.Point2DToPoint3D_AxesPlane

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Point2DToPoint3D_AxesPlane
(
	FilNet.Point2D inPoint2D,
	FilNet.PlaneType inPlaneType,
	float inCoordinateValue,
	out FilNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inPoint2DFilNet.Point2D
inPlaneTypeFilNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outPoint3DFilNet.Point3D

Function Overrides

See also