ALL LAYERS OFF COMMAND?
ALL LAYERS OFF COMMAND?
(OP)
Hello
In NX6 is there a command to turn off all layers except the active one?
James
In NX6 is there a command to turn off all layers except the active one?
James
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: ALL LAYERS OFF COMMAND?
RE: ALL LAYERS OFF COMMAND?
Best regards,
Michäël.
NX4.0.4.2 MP10 / TCE 9.1.3.8_build_0711 / NX6.0.2.8 / NX7.0.0.9
Belgium
RE: ALL LAYERS OFF COMMAND?
Does anyone know any code to do this in UG. Like a Grip or Macro or ?.
Thanks for your feed back guys.
James
RE: ALL LAYERS OFF COMMAND?
Attached is what I can up with in NX6
RE: ALL LAYERS OFF COMMAND?
Best Regards
Hudson
www.jamb.com.au
Nil Desperandum illegitimi non carborundum
RE: ALL LAYERS OFF COMMAND?
I wish I knew more about UG code. But I never seem to find the time :(
James
RE: ALL LAYERS OFF COMMAND?
Just go up into your Tools > Macro menu and and make a short program.
Press "start record" (enter the name of program), then create a cube, or draw a line, or do something like that, even something more complex, and then press "stop recording". Then delete what you created (or press "undo" until gone) and replay the macro.
It is really nice when the NX macros that you use often are added to a tooolbar, so you simply press a button to make it go.
There some some programming things where there is more of a code involved, but macros are really quite easy.