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