You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inVector3D | Fil.Vector3D | |||
![]() | inPlaneType | Fil.PlaneType | |||
![]() | outVector2D | Fil.Vector2D | |||
![]() | outProjectionPlane | Ftl.Optional<Fil.Plane3D> | Plane the input is projected onto. |