Thank you for creating and maintaining this module. It has been a tremendous help in my projects.
I have an idea to enhance the interactivity of the module. Including an option (an optional feature similar to toggling the visibility of axes) that displays insights about the model when users hover over nodes and elements would be beneficial. I have recently developed a script that achieves this and can be seamlessly integrated into opsvis; it takes Matplotlib's Axes (ax) as an argument. This script utilizes a JSON file from printModel function to obtain information on the model's geometry (nodes and elements). In addition, users can add custom texts to any nodes or elements.
What do you think about this feature? I am happy to provide the code and assist with the integration.
Hi @sewkokot !
Thank you for creating and maintaining this module. It has been a tremendous help in my projects.
I have an idea to enhance the interactivity of the module. Including an option (an optional feature similar to toggling the visibility of axes) that displays insights about the model when users hover over nodes and elements would be beneficial. I have recently developed a script that achieves this and can be seamlessly integrated into opsvis; it takes Matplotlib's Axes (ax) as an argument. This script utilizes a JSON file from
printModel
function to obtain information on the model's geometry (nodes and elements). In addition, users can add custom texts to any nodes or elements.What do you think about this feature? I am happy to provide the code and assist with the integration.
Best regards, Ajaya Khatri