
0
Completed
Selecting Vizex Objects in Scripts?
I have recorded processes performed in the vizex window but when I look at the .py code what I have selected in vizex just comes through as...
#Select Tool
MMpy.Command("#33746").run()
How do you pass specific objects to this command in the code and then run subsequent commands. In particular I am trying to select wireframes.
Thanks,
Geoff
#Select Tool
MMpy.Command("#33746").run()
How do you pass specific objects to this command in the code and then run subsequent commands. In particular I am trying to select wireframes.
Thanks,
Geoff
Customer support service by UserEcho
Right now, there is no easy way to select a specific object in Vizex. What you can do is try to load a selection by condition formset to select your wireframe. Here is a quick example:
Let me know if that help.
In the next version of Micromine, you are going to be able to record the selection by condition dialog and edit the fields to select anything you like in Vizex. Here is a partial example, where we select 2 string, build a wireframe using the interactive tool: