You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.Vector3DToVector2D_AxesPlane
Projects a 3D vector onto a plane defined by coordinate axes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void Vector3DToVector2D_AxesPlane ( FilNet.Vector3D inVector3D, FilNet.PlaneType inPlaneType, out FilNet.Vector2D outVector2D, NullableValue<FilNet.Plane3D> outProjectionPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inVector3D | FilNet.Vector3D | |||
![]() | inPlaneType | FilNet.PlaneType | |||
![]() | outVector2D | FilNet.Vector2D | |||
![]() | 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
- Vector3DToVector2D_AxesPlane(Vector3D, PlaneType, Vector2D)
- Vector3DToVector2D_AxesPlane(Vector3D, PlaneType, Vector2D, Plane3D)