CreateArcPath


Creates an open path containing cocircular, equidistant points.

Syntax

C++
Python
 
def CreateArcPath(
	inArc: Arc2D,
	inPointCount: int,
	outPath: Path,
	/
)
-> None

Parameters

Name Type Range Default Description
Input value inArc Arc2D
Input value inPointCount int 2 - Number of points in the resulting path
Output value outPath Path Output path