Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Acad Group command pkfstgroup??

Status
Not open for further replies.

SAIJeff

Mechanical
Joined
Aug 22, 2003
Messages
4
Location
US
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
 
view -> toolbars
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
 
Thanks, worked great.
Jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top