is_small# static GeometryOperators.is_small(s: str) → bool# Return True if the number represented by s is zero (i.e very small). Parameters: snumeric or strVariable value. Returns: bool Examples >>> from ansys.aedt.core.modeler.geometry_operators import GeometryOperators >>> obj = GeometryOperators() >>> obj.is_small(s=2)