You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.Vector2DToVector3D_AxesPlane
Projects a 2D vector onto a plane defined by 3D coordinate axes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void Vector2DToVector3D_AxesPlane ( FilNet.Vector2D inVector2D, FilNet.PlaneType inPlaneType, float inCoordinateValue, out FilNet.Vector3D outVector3D, NullableValue<FilNet.Plane3D> outProjectionPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inVector2D | FilNet.Vector2D | |||
![]() | inPlaneType | FilNet.PlaneType | |||
![]() | inCoordinateValue | float | Coordinate of the chosen axes plane. | ||
![]() | outVector3D | FilNet.Vector3D | |||
![]() | outProjectionPlane | FilNet.NullableValue<FilNet.Plane3D> | Plane the input is projected onto. Can be null to skip this parameter calculation. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Incorrect plane type. |
Function Overrides
- Vector2DToVector3D_AxesPlane(Vector2D, PlaneType, Single, Vector3D)
- Vector2DToVector3D_AxesPlane(Vector2D, PlaneType, Single, Vector3D, Plane3D)