cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Macro i want select the FEATURE ID and not the node

C_Spagnolli
13-Aquamarine

Macro i want select the FEATURE ID and not the node

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

1 ACCEPTED SOLUTION

Accepted Solutions

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.

 

lhoogeveen_0-1669644280616.png

 

lhoogeveen_2-1669644352580.png

 

View solution in original post

3 REPLIES 3

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.

 

lhoogeveen_0-1669644280616.png

 

lhoogeveen_2-1669644352580.png

 

Ok I'll do some tests.

Thanks

Top Tags