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

Invoke.Vector3DToVector2D_AxesPlane

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Vector3DToVector2D_AxesPlane
(
	Fil.Vector3D inVector3D,
	Fil.PlaneType inPlaneType,
	out Fil.Vector2D outVector2D,
	Optional<Fil.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inVector3DFil.Vector3D
inPlaneTypeFil.PlaneType
outVector2DFil.Vector2D
outProjectionPlaneFtl.Optional<Fil.Plane3D>Plane the input is projected onto.

See also