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