radial_split_2D#

Modeler2D.radial_split_2D(radius: float, name: str) bool#

Split the stator and rotor for mesh refinement.

Parameters:
radiusfloat

Radius of the circle.

namestr

Name of the circle.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modeler.modeler_2d import Modeler2D
>>> obj = Modeler2D()
>>> obj.radial_split_2D(radius="10mm", name="MyObject")