Segment3DToSegment2D_AxesPlane


Projects a 3D segment onto a plane defined by coordinate axes.

Syntax

C++
C#
Python
 
def Segment3DToSegment2D_AxesPlane(
	inSegment3D: Segment3D,
	inPlaneType: PlaneType,
	/,
	*,
	outProjectionPlane: Plane3D | None = None
)
-> outSegment2D: Segment2D

Parameters

Name Type Default Description
Input value inSegment3D Segment3D
Input value inPlaneType PlaneType
Output value outSegment2D Segment2D
Output value outProjectionPlane Plane3D | None None Plane the input is projected onto