SegmentLength


Computes the length of a segment.

Syntax

C++
Python
 
def SegmentLength(
	inSegment: Segment2D,
	/
)
-> outLength: float

Parameters

Name Type Default Description
Input value inSegment Segment2D
Output value outLength float