Skip to main content
2-Explorer
January 26, 2020
Question

Mapkey Syntax?

  • January 26, 2020
  • 1 reply
  • 3844 views

I'd like to minimize the number of lines in my Mapkey code...

For example, today I have a line that selects "node12" (recorded cursor selection)

                                   Select `main_dlg_cur` `PHTLeft.AssyTree` 1 `node12`;\

I know I can search the model tree but I wonder if there is a way I can just specify the Feature Name in the Tree...

Like...                      Select `main_dlg_cur` `PHTLeft.AssyTree` 1 `FRONT`;\

I know that doesn't work but I wonder if there is a command that will let me do that. 

 

Thanks

1 reply

16-Pearl
January 27, 2020

Hi Doneill,

 

If you don't like to search for planes in the model tree, you could use Rename from Model Properties, save the mapkey using this alternative way...

 

rename.png

24-Ruby III
January 27, 2020

@Trebla wrote:

Hi Doneill,

 

If you don't like to search for planes in the model tree, you could use Rename from Model Properties, save the mapkey using this alternative way...

 

rename.png


Hi @Trebla ,

I tried to create a mapkey using your suggestion ... unfortunatelly with no success.

16-Pearl
January 27, 2020

Hi @MartinHanak 

Yes, I was wrong, useful mapkey is not possible with Rename...