Segments3DToSegments2D_AxesPlane


Projects an array of 3D segments onto a plane defined by coordinate axes.

Syntax

C++
C#
Python
 
def Segments3DToSegments2D_AxesPlane(
	inSegments3D: list[Segment3D],
	inPlaneType: PlaneType,
	/,
	*,
	outProjectionPlane: Plane3D | None = None
)
-> outSegments2D: list[Segment2D]

Parameters

Name Type Default Description
Input value inSegments3D list[Segment3D]
Input value inPlaneType PlaneType
Output value outSegments2D list[Segment2D]
Output value outProjectionPlane Plane3D | None None Plane the input is projected onto