SegmentLine


Computes the line passing through a segment.

Syntax

C++
Python
 
def SegmentLine(
	inSegment: Segment2D,
	/
)
-> outLine: Line2D

Parameters

Name Type Default Description
Input value inSegment Segment2D Input segment
Output value outLine Line2D The resulting line