ArcLength


Computes the length of an arc.

Syntax

C++
Python
 
def ArcLength(
	inArc: Arc2D,
	/
)
-> outLength: float

Parameters

Name Type Default Description
Input value inArc Arc2D
Output value outLength float