Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi,
I want to select a feature using a macro, but instead of writing ID FEATURE, Creo use the NODES.
Example:
mapkey(continued) ~ Select `main_dlg_cur` `PHTLeft.AssyTree` 1 `node3238`;\
Is it possible to write:
mapkey(continued) ~ Select `main_dlg_cur` `PHTLeft.AssyTree` 1 `feature ID 235`;\
Thanks
Solved! Go to Solution.
I do not know of a way to do it in one line, but it is possible to use the Search Tool (CTRL-F keyboard shortcut). It's a very useful way to select 1 or many items in the model tree via mapkey. You can uncheck the Include Submodels option if you don't wish to select subcomponents in the search results.
Try to use "Find" tool by ID.
I do not know of a way to do it in one line, but it is possible to use the Search Tool (CTRL-F keyboard shortcut). It's a very useful way to select 1 or many items in the model tree via mapkey. You can uncheck the Include Submodels option if you don't wish to select subcomponents in the search results.
Ok I'll do some tests.
Thanks
