Skip to main content

oSP3D Script API 2024 R1

CreateRangeMinMax< T > Struct Template Reference

Last update: 16.07.2025

The Min-Max-Range defines a range for a given type with a minimum value and a maximum value. More...

Public Member Functions

virtual JsonValue compute () override
 
 CreateRangeMinMax (T min_, T max_)
 

Public Attributes

max
 
min
 

Detailed Description

template<typename T>
struct CreateRangeMinMax< T >

The Min-Max-Range defines a range for a given type with a minimum value and a maximum value.

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

Connect with Ansys