Range#

class ansys.additive.core.thermal_history.Range(min: float, max: float)#

Defines a range of values.

Overview#

min

Minimum value of range.

max

Maximum value of range.

Import detail#

from ansys.additive.core.thermal_history import Range

Property detail#

property Range.min: float#

Minimum value of range.

property Range.max: float#

Maximum value of range.

Method detail#

Range.__repr__()#
Range.__eq__(other: object) bool#