Is it possible for the script to perform a workspace change? After generating the part, I would like the script to also perform its simulation. Does anyone know how to do this?
Solved! Go to Solution.
Is it possible for the script to perform a workspace change? After generating the part, I would like the script to also perform its simulation. Does anyone know how to do this?
Solved! Go to Solution.
Solved by kandennti. Go to Solution.
Hi @pvitorvilaca -San.
For files for which I have done simulation work before, this allows me to switch.
ws: core.Workspace = ui.workspaces.itemById("SimulationEnvironment")
ws.activate()
However, with new files, it stops at this screen and I could not figure out how to work around it.
Finally, one more piece of bad news: simulation is not supported by the API.
Hi @pvitorvilaca -San.
For files for which I have done simulation work before, this allows me to switch.
ws: core.Workspace = ui.workspaces.itemById("SimulationEnvironment")
ws.activate()
However, with new files, it stops at this screen and I could not figure out how to work around it.
Finally, one more piece of bad news: simulation is not supported by the API.
Can't find what you're looking for? Ask the community or share your knowledge.