Jon,
Bobcad may not have what you asked for but with scripts we can make it have it. Create a new script and insert this.
unselectall
Attributes Output, Layer = currentLayer
CADLayer
XSelect Layers = currentlayer
Attributes Layer = currentLayer, Blank=TRUE
Now before running the script simply select the layer you want to blank from the drop down menu of the 'extra tools' menu bar. When you run this script (you can set this to a shortcut or blank shortcut if you like) then it will blank the selected layer.
Last edited by tjones; 01-25-2006 at 02:17 PM.
|