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

FIS.Point2DToPoint3D_AxesPlane Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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