set_wind_simulation#
- dlubal.api.rstab.Application.set_wind_simulation(self, *, wind_simulation=None, model_id=None)#
Sets the wind simulation model simplification settings.
- Parameters:
wind_simulation (WindSimulationSettings | None)
model_id (ModelId | None) – Unique identifier of the model. Active model is used if this field is not set.
Method Type: Core
Usage
rstab_app.set_wind_simulation(
wind_simulation=None,
model_id=None,
)
rstabApp.set_wind_simulation(
windSimulation: null,
modelId: null
);