You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inVector2D | Fil.Vector2D | |||
![]() | inPlaneType | Fil.PlaneType | |||
![]() | inCoordinateValue | float | Coordinate of the chosen axes plane. | ||
![]() | outVector3D | Fil.Vector3D | |||
![]() | outProjectionPlane | Ftl.Optional<Fil.Plane3D> | Plane the input is projected onto. |