Skip to main content

optiSLang 3D Postprocessing Script API 2025 R1

BaseModelData Struct Reference

Last update: 16.07.2025

This struct serves as dataclass to return relevant data from python to c++ to build a baseline model. It is currently only used for unittesting hence, no serialization. for the same reason, it is not exposed to the SWIG director in SoS. More...

Public Member Functions

 BaseModelData (int params, int designs)
 

Public Attributes

int num_designs
 
int num_params
 

Detailed Description

This struct serves as dataclass to return relevant data from python to c++ to build a baseline model. It is currently only used for unittesting hence, no serialization. for the same reason, it is not exposed to the SWIG director in SoS.

Connect with Ansys