Skip to main content

optiSLang 3D Postprocessing Script API 2024 R2 SP02

CreateRangeMinMaxWithAuto< T > Struct Template Reference

Last update: 16.07.2025

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