Is it possible to reload a 3d object in MeshLab by an external script?
I know reloading an object can be achieved by pressing the refresh button (see image below). However, I would like to know if this behaviour can be triggered externally.
The reason I would like to be able to do this is because I want to use MeshLab as a visual tool to see the objects I've created with ImplicitCad. Object are created by writing code, which can be executed to produce an .stl file. MeshLab can read the file to show me the object I made. When I save my code I would like to run a script that:
- creates an .stl file from my code (This can be done using extopenscad)
- reloads the object loaded in MeshLab (I don't know how to do this, or if it is even possible)
Thanks in advance to anyone who can help me!