calculate_radius_2D# Modeler2D.calculate_radius_2D(assignment, inner=False)[source]# Calculate the extremity of an object in the radial direction. Parameters: assignmentstrname of the object from which to calculate the radius. innerbool, optionalThe default is False. Returns: floatRadius value. Note If inner=True, then the maximum is returned; otherwise, the minimum is returned.