Skip to main content

oSP3D Script API 2024 R1

CreateRangeList< T > Struct Template Reference

Last update: 16.07.2025

The List-Range defines a range for a given type from a list of values and stores this list. More...

Public Types

using ListType = std::vector< T >
 

Public Member Functions

virtual JsonValue compute () override
 
 CreateRangeList (ListType list_)
 

Public Attributes

ListType list
 

Detailed Description

template<typename T>
struct CreateRangeList< T >

The List-Range defines a range for a given type from a list of values and stores this list.

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

Connect with Ansys