BUrBaKy Posted July 16, 2010 Posted July 16, 2010 I'm trying to find the solution but with no luck so far, so i'll ask you guys. I have a drawing ("SURUBURI.dwg") with several dynamic blocks ("M12", "M16", "M18" ... an so on...). I want to insert in my current drawing, one of the blocks from SURUBURI.dwg, for instance the block named "M12". For that i tried creating a new command "INSERT_M12" that has the following script : ^C^C-INSERT; "I:/Ionut Mihaila/Goodies/SURUBURI.dwg/M12" Now obvious that doesn't work, but i think it shows clearly what i want to accomplish. So is there an other way to do this? Thanks in advance! Quote
BUrBaKy Posted July 16, 2010 Author Posted July 16, 2010 'coz the palette takes more space of my screen, an i need it as clean as posible. i have enough space for more menus but not for a new palette Quote
NBC Posted July 16, 2010 Posted July 16, 2010 Palettes have the facility to "auto-hide" themselves, thus keeping your screen as clean as you want it for the maximum amount of time without impacting too greatly on your efficiency Quote
dbroada Posted July 16, 2010 Posted July 16, 2010 I have all my palettes on auto hide. Oh well in answer to your question, not to my knowledge. Quote
BUrBaKy Posted July 16, 2010 Author Posted July 16, 2010 well, it's true that i forgot about autohide feature, so 'till i get an answer to my question, i'll use palettes. but then for the sake of knowledge how would an autocad specialist resolve the problem? Quote
benhornshaw Posted January 11, 2011 Posted January 11, 2011 Did Anyone Come up with an answer to this?? I would love to be able to insert a block from a file. Thanks Quote
ccowgill Posted January 11, 2011 Posted January 11, 2011 just insert the file, all the blocks inside it will come with. That's what we used to do before we started using palettes. you can also use the design center to insert a block from a drawing, just browse to the right dwg, click on the blocks and it will populate the design center with all the blocks in the drawing, you can even right click and create a palette from the drawing. Quote
McTodd Posted January 12, 2011 Posted January 12, 2011 OK, might not be elegant (I do not have time to write the lisp, but it would not be difficult); you could use a lisp to check for the existence of the block in your drawing already, if it exists, you then use your lisp to insert it. If it does not exist then you could "ddinsert" the file itself so that all the blocks contained therein are created in your new drawing, then explode last and erase previous. The blocks would then be in your drawing, but unreferenced. Then you could loop back to the start. Quote
MDrawings Posted January 19, 2011 Posted January 19, 2011 If you're like me and don't like the auto-hide feature, you can use the hotkey CTRL+3 to bring up the the Tool Pallette quickly, pick your block then CTRL+3 again to hide it. I use it all the time with properties: CTRL+1. Or you could just use the Deign Center (CTRL+2) to grab the block you need from your file. It will be stored in the history of the design center so you can quickly reference again if you need in the future. There is even a search function in the Design Center so you can search for that 1 off block you made a long time ago - just hope you gave it a good description or name. Quote
AlinOz Posted January 19, 2011 Posted January 19, 2011 (edited) Hey Guys... I like the Autohide comments regarding the use of palettes, but any of the palettes (check out the View Palettes in the Ribbon Menu) in the later versions of AutoCAD can be set up to use '****** all' screen space. Simply open the palette you wish to use, right mouse click, 'Anchor Right or Left' and it'll put it into a skinny bar to the right or left of the screen. If you Autohide these, they'll only pop out when you run your mouse over them. Right mouse click on the bar in an empty space and you can shrink them to Icons or show the pallet name in Text. So, no need to keep opening and closing any of the palettes... As for using the Tool Palette option for your blocks included within a drawing, try this: Open both the Designcenter Palette and the Tool Palette. In DesignCenter, locate your drawing containing the Blocks tou wish to use in the left hand pane and expand it to show Blocks, Dimstyles, etc. Right Mouse Click on the Blocks Icon in the LH Pane and choose the Create Tool Palette option... Looky, a new Tool Palette Tab with your Blocks is automatically produced ready for you to edit (allow rotation, Insert Layer,etc) as you'd like and shuffle around to suit your needs. I wouldn't consider any other way these days Edited January 19, 2011 by AlinOz Some further Info Quote
khoshravan Posted September 2, 2011 Posted September 2, 2011 Why not put them on a palette? Could you please explain how can we put blocks from a file into palette? Quote
MDrawings Posted September 2, 2011 Posted September 2, 2011 Drag and drop... Save your drawing with the blocks. Open your Tool Pallette. Drag the block from your drawing to the pallete. Done. Quote
khoshravan Posted September 2, 2011 Posted September 2, 2011 Drag and drop... Save your drawing with the blocks. Open your Tool Pallette. Drag the block from your drawing to the pallete. Done. That's so easy. I didn't expect to be so fast and easy. Thanks Quote
MDrawings Posted September 2, 2011 Posted September 2, 2011 You're welcome! So... What percentage of your $$$ do I get for improving your efficiency? Quote
khoshravan Posted September 2, 2011 Posted September 2, 2011 You're welcome!So... What percentage of your $$$ do I get for improving your efficiency? First I have to try it and become proficient at it. Second I have to make it a habit to myself by repetition not to forget, Third I have to measure my efficiency. Do you want to read Forth and ...? Quote
ccowgill Posted September 6, 2011 Posted September 6, 2011 another method that is faster than drag an drop, is in the design center, to right click on a drawing, and tell it to create a tool palette from the drawing. It will create a palette that has all the blocks that were saved within that block library drawing. Quote
Fett2oo5 Posted November 14, 2012 Posted November 14, 2012 another method that is faster than drag an drop, is in the design center, to right click on a drawing, and tell it to create a tool palette from the drawing. It will create a palette that has all the blocks that were saved within that block library drawing. Now THAT is what I call an awesome tip! Thank you! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.