Acad Group command pkfstgroup??
Acad Group command pkfstgroup??
(OP)
Hi, Acad 2002 LT has a command called "pkfstgroup" which creates an unnamed group of the selected object with one click. Acad 2002 does not have this command. Does anyone know how to do this? Thanks for you help.
Jeff
Jeff





RE: Acad Group command pkfstgroup??
select [new]
give name, [ok]
choose "commands" tab, highlight "user defined"
hold control and drag copy of "user defined button" to new toolbar
right click button in new toolbar, choose properties
then copy and paste below code into new button
^C^C-GROUP;;*;;\;
this will create un-named group
[G] @ command prompt = object grouping dialog box
[GR] @ command prompt = options (groups on or off)
hope this helps
Intel P4 1.7 GHZ
768 RDRAM
Win 2000 Pro
Autocad 14, 2002 with EP 2.3.1
RE: Acad Group command pkfstgroup??
Jeff