You are here: Start » FIL.NET » Invoke.Line3DToLine2D_AxesPlane
Projects a 3D line onto a plane defined by coordinate axes.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void Line3DToLine2D_AxesPlane ( Fil.Line3D inLine3D, Fil.PlaneType inPlaneType, out Fil.Line2D outLine2D, Optional<Fil.Plane3D> outProjectionPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine3D | Fil.Line3D | |||
![]() | inPlaneType | Fil.PlaneType | |||
![]() | outLine2D | Fil.Line2D | |||
![]() | outProjectionPlane | Ftl.Optional<Fil.Plane3D> | Plane the input is projected onto. |