Segments2DToSegments3D_AxesPlane
Projects an array of 2D segments onto a plane defined by 3D coordinate axes.
Syntax
C++
C#
Python
def Segments2DToSegments3D_AxesPlane( inSegments2D: list[Segment2D], inPlaneType: PlaneType, inCoordinateValue: float, /, *, outProjectionPlane: Plane3D | None = None ) -> outSegments3D: list[Segment3D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegments2D | list[Segment2D] | ||
![]() |
inPlaneType | PlaneType | ||
![]() |
inCoordinateValue | float | Coordinate of the chosen axes plane | |
![]() |
outSegments3D | list[Segment3D] | ||
![]() |
outProjectionPlane | Plane3D | None | None | Plane the input is projected onto |


