set_parameters#

Circle.set_parameters(center_x, center_y, radius)#

Set parameters of the circle.

Parameters:
center_x: :class:`Value <ansys.edb.core.utility.Value>`

X value of the center point.

center_y: :class:`Value <ansys.edb.core.utility.Value>`

Y value of the center point.

radius: :class:`Value <ansys.edb.core.utility.Value>`

Radius value of the circle.