Author Topic: Tool Pallet help needed  (Read 1441 times)

0 Members and 1 Guest are viewing this topic.

hudster

  • Gator
  • Posts: 2848
Tool Pallet help needed
« on: May 05, 2006, 10:19:36 AM »
I have a fire detector block and it has two uses by changing the attribute, either a H for a heat or O for an optical detector.

Is it possible to set up a tool pallet so that I can have the heat and optical options already set up? I can have the general block, but then have to change the layer and attribute to suit.
Revit BDS 2017, 2016, 2015, 2014, AutoCAD 2017, 2016, Navisworks 2017, 2016, BIM360 Glue

Draftek

  • Guest
Re: Tool Pallet help needed
« Reply #1 on: May 05, 2006, 10:26:56 AM »
You could use a little lisp to do the actual insert and either set up one for each or have a global variable you read.

hudster

  • Gator
  • Posts: 2848
Re: Tool Pallet help needed
« Reply #2 on: May 05, 2006, 10:28:11 AM »
So could I do it with a custom macro command?
Revit BDS 2017, 2016, 2015, 2014, AutoCAD 2017, 2016, Navisworks 2017, 2016, BIM360 Glue

Dave R

  • Guest
Re: Tool Pallet help needed
« Reply #3 on: May 10, 2006, 12:53:27 PM »
Yes you can. Also if you set your AutoCAD background to white you can use the pngout command to export the symbol to a png file. You can then use this as the image on the tool palette for the block. If you want to get really fancy. import the png into photoshop, remove the white background, and shrink the image to 255x255 pixels. That way you'll have a transparent png file that looks like the ones on the standard tool palettes.

So could I do it with a custom macro command?