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
Input value inSegments2D list[Segment2D]
Input value inPlaneType PlaneType
Input value inCoordinateValue float Coordinate of the chosen axes plane
Output value outSegments3D list[Segment3D]
Output value outProjectionPlane Plane3D | None None Plane the input is projected onto