You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose to return designs in format of Design class, which was previously created exclusively for RootSystem, but contains all requested properties except pareto_design. We can extend it for pareto_design property and keep it optional (True/False/None).
Few issues with implementation:
single result_design query doesn't contain pareto_design information.
input parameter include_non_scalar_design_values of actor_status_info query doesn't work
Can I proceed with implementation using Design class @rfahlberg ?
📝 Description of the feature
Currently, users need to do oSL Server API based scripting to obtain system result designs, like:
This should be supported directly as explicit API of the ParametricSystem node.
Users should be able to obtain:
A DesignManager class should be added, to wrap the interface/data. This class should also manage the functionality for saving designs as local file.
Adapt the workflow creation examples to include obtaining result design.
💡 Steps for implementing the feature
No response
🔗 Useful links and references
No response
The text was updated successfully, but these errors were encountered: