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