PDA

View Full Version : How to change a PART class?


Steve
05-08-2003, 06:49 AM
Hi!

I have accidentally created a part (not a document) in a wrong class. I see there is a "change class" icon in the document editor portion of the editor (bottom half of screen), but not in the part editor portion (top half of screen).

How does one change the class of a part in Work Manager?

Thanks!

Steve

ChrisE
05-12-2003, 06:44 AM
Hi Steve,

have you already checked the "Part" pulldown menu ?

If there is no entry either, simply modify (temporarily) for the moment the document button:

In the command line, enter
EDIT_MACRO
Then press the push button in question
A editor window will pop up:
DEFINE Awmc_ed_pa_doc_chclass_dlg
Awm_ed_pa_doc_chclass_dlg
END_DEFINE


In here you can modify the macro to call the part chclass dlg, so it would read:
DEFINE Awmc_ed_pa_doc_chclass_dlg
Awm_ed_pa_part_chclass_dlg
END_DEFINE