You are here: Start » FIL.NET » Invoke.Segments3DToSegments2D_AxesPlane
Projects an array of 3D segments onto a plane defined by coordinate axes.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void Segments3DToSegments2D_AxesPlane ( List<Fil.Segment3D> inSegments3D, Fil.PlaneType inPlaneType, List<Fil.Segment2D> outSegments2D, Optional<Fil.Plane3D> outProjectionPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegments3D | System.Collections.Generic.List<Fil.Segment3D> | |||
![]() | inPlaneType | Fil.PlaneType | |||
![]() | outSegments2D | System.Collections.Generic.List<Fil.Segment2D> | |||
![]() | outProjectionPlane | Ftl.Optional<Fil.Plane3D> | Plane the input is projected onto. |