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