calculate_radius_2D#

Modeler2D.calculate_radius_2D(object_name, inner=False)[source]#

Calculate the extremity of an object in the radial direction.

Parameters:
object_namestr

name of the object from which to calculate the radius.

innerbool, optional

The default is False.

Returns:
float

Radius value.

Note

If inner=True, then the maximum is returned; otherwise, the minimum is returned.