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

Invoke.Vector2DToVector3D_AxesPlane

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Vector2DToVector3D_AxesPlane
(
	Fil.Vector2D inVector2D,
	Fil.PlaneType inPlaneType,
	float inCoordinateValue,
	out Fil.Vector3D outVector3D,
	Optional<Fil.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inVector2DFil.Vector2D
inPlaneTypeFil.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outVector3DFil.Vector3D
outProjectionPlaneFtl.Optional<Fil.Plane3D>Plane the input is projected onto.

See also