Method to load visualisations using Automator

Hi,

I am currently trying to create a Python GUI allowing users to modify a model without learning SysML syntax. I would like to include the figures that the Tom Sawyer integration provides in Modeler. Is there a way to either generate them via the Python AST? Or another workaround that allows me to access the graphs?

Thanks in advance!

Hi Simon,

This is a current limitation of Syside. The figures and diagrams generated by the Tom Sawyer SysML v2 visualization engine are currently only accessible through Modeler. However, you can export them from Modeler as SVG files and incorporate them wherever needed.

For visualization via the Python library, we recommend using third-party tools such as Graphviz.