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


