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