You are here: Start » FIL.NET » Invoke.Point2DToPoint3D_AxesPlane

Invoke.Point2DToPoint3D_AxesPlane

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Point2DToPoint3D_AxesPlane
(
	Fil.Point2D inPoint2D,
	Fil.PlaneType inPlaneType,
	float inCoordinateValue,
	out Fil.Point3D outPoint3D,
	Optional<Fil.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inPoint2DFil.Point2D
inPlaneTypeFil.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outPoint3DFil.Point3D
outProjectionPlaneFtl.Optional<Fil.Plane3D>Plane the input is projected onto.

See also