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


