create_math_limit method

create_math_limit

Creates IMathLimit with limit at the bottom

Returns

new math limit

def create_math_limit(self, base_arg, limit):
    ...
ParameterTypeDescription
base_argIMathElementBase argument to apply the limit
limitIMathElementLimit element

create_math_limit

Creates IMathLimit

Returns

new math limit

def create_math_limit(self, base_arg, limit, upper_limit):
    ...
ParameterTypeDescription
base_argIMathElementBase argument to apply the limit
limitIMathElementLimit element
upper_limitboolSets the placement of the limit on top

See Also