radians_over_rounded# static GeometryOperators.radians_over_rounded(angle: float, digits: int) → float# Radian angle ceiling. Parameters: anglefloatAngle in degrees which will be converted to radians and will be over-rounded to the next “digits” decimal. digitsintInteger number which is the number of decimals. Returns: float Examples >>> from ansys.aedt.core.modeler.geometry_operators import GeometryOperators >>> obj = GeometryOperators() >>> obj.radians_over_rounded(angle=45, digits=[1, 2, 3])