DanDwig
Mechanical
- Sep 27, 2002
- 9
I am attempting to creat assorted life simplifying mapkeys. In order to get the best use out of them, I need to be able to use them in parts created with several different templates. These different templates have setup datum planes that are named the same, but apparently have different node IDs. Using the mapkey recorded to select them uses the node ID which causes a problem between templates. Is there any way to instead call the datum planes by name?
Here is the selection code as the recorder creates it (this is to select all three setup datum planes):
mapkey(continued) ~ Select `main_dlg_cur` `PHTLeft.AssyTree`1 `node9`;\
mapkey(continued) ~ Select `main_dlg_cur` `PHTLeft.AssyTree`2 `node9` `node8`2 ;\
mapkey(continued) ~ Select `main_dlg_cur` `PHTLeft.AssyTree`3 `node9` `node8` `node7`2;
Here is the selection code as the recorder creates it (this is to select all three setup datum planes):
mapkey(continued) ~ Select `main_dlg_cur` `PHTLeft.AssyTree`1 `node9`;\
mapkey(continued) ~ Select `main_dlg_cur` `PHTLeft.AssyTree`2 `node9` `node8`2 ;\
mapkey(continued) ~ Select `main_dlg_cur` `PHTLeft.AssyTree`3 `node9` `node8` `node7`2;