「Solve Handler」Menu
Akane Ito
Member Posts: 26
**
in Structures
I want to display and enable execution of 「Solve Handler」menu , similar to how it's displayed with ribbons.
I want to add it to a custom menu similar to the image below.
0
Answers
-
@AKD-Scripting-Team - Does someone know how this can be customized?
0 -
localSolveConfigNames = [i.Name for i in ExtAPI.Application.SolveConfigurations] config2use = localSolveConfigNames[n] ! which one do you want? config = ExtAPI.Application.SolveConfigurations[config2use ] Model.Analyses[m].Solve( True , config.Name )
0