CreateEllipsePath


Creates a closed path containing elliptical, equidistant points.

Syntax

C++
Python
 
def CreateEllipsePath(
	inCenter: Point2D,
	inRadiusX: float,
	inRadiusY: float,
	inPointCount: int,
	outPath: Path,
	/
)
-> None

Parameters

Name Type Range Default Description
Input value inCenter Point2D
Input value inRadiusX float 0.0 -
Input value inRadiusY float 0.0 -
Input value inPointCount int 2 - Number of points in the resulting path
Output value outPath Path Output path