Skip to main content

oSP3D Script API 2023 R2

CreateRangeMinMaxWithAuto< T > Struct Template Reference

Last update: 12.07.2023

The Min-Max-Auto-Range defines a range for a given type with a minimum value and a maximum value together with a special value "auto" that may be used differently in certain situations. More...

Public Member Functions

virtual JsonValue compute () override
 
 CreateRangeMinMaxWithAuto (T min_, T max_, T auto_)
 

Public Attributes

automatic
 
max
 
min
 

Detailed Description

template<typename T>
struct CreateRangeMinMaxWithAuto< T >

The Min-Max-Auto-Range defines a range for a given type with a minimum value and a maximum value together with a special value "auto" that may be used differently in certain situations.

Template Parameters
TThe type you want to define a range for.

Connect with Ansys