Search the Community
Showing results for tags 'wblock'.
-
Redefining Blocks when inserting into a drawing from a block library.
sarah.casey@ffeconsulting. posted a topic in AutoCAD Drawing Management & Output
Hi all, If I edit a block definition in one file, is it possible to update all instances of the block in another file? I have tried to insert my updated block definition into another file where the block is used multiple times, but it just inserts it as the old definition in that drawin...- 13 replies
-
- wblock
- redefine block definitions
-
(and 1 more)
Tagged with:
-
Hello there! since you're so popular I need your help. Here is my code and I need it to generate PDF only for it's job, like I have 50 pages and actually what I have here selects one page block (reads it's entity) and generates all the 50 pages, but I need to get PDF from like 25 of them n...
-
Is there a way to create a block that includes xref files? WBlock only includes the DWG and not the xref.
-
Script file to write entire set of drawings to a a new folder using WBLOCK
conradsteve posted a topic in AutoLISP, Visual LISP & DCL
Hi, I have this batch file that opens each drawing in a specific folder, does a purge on each file, then saves and closes it. What I'd like to do is add a WBLOCK command to that script file that would write the entire drawing to a designated folder, but instead of calling the new file 'new block.... -
Hey folks! Looking to confirm or debunk some assumptions I've developed after creating and testing multiple iterations of different block tool palettes. From what I've seen, user-created block tool palettes will either be fully functional (~3 seconds from clicking on the icon to insertion in...
- 1 reply
-
- lag
- block tool palette
-
(and 1 more)
Tagged with:
-
I have an AutoCAD drawing. There are 100 road cross sections in that drawing. I want to make 100 separate drawings using those 100 road cross sections. I use Wblock command for that. but it is very hard to rename one by one while using that command. If you can teach me a way to rename them automatic...
- 1 reply
-
- renaming
- multiple drawings
-
(and 1 more)
Tagged with:
-
hey guys, I am working on converting some 3d solids into usable 2D dynamic blocks and I am working on writing a quick little lisp that will help speed it up. (defun c:test (/ obj obj2 bp name) (setq obj (entsel)) (command "_-view" "_top" "flatshot" '(0 0) 1 1 0 "_erase" obj ""...
-
Lee Mac wrote this awesome lisp routine to be able to select multiple objects and wblock block them out as separate drawings, which works great. My problem i'm having is the program that i'm using for my router was written in 2010 and won't except the 2013 file's and for some reason wblock won't exc...
-
See attached dwg with a basic layer, dim style and text style template. See that there are linetypes which I can't purge. _TEMP.dwg Linetypes are for example: 4382_F_08-10 GA Elevations$0$4382_F_1000-1 Lower Ground Floor Plan$0$ceiling details - Model$0$SW-CA-ZZZZ-ZZZ-2SC-AR-063001_Section4...
-
Hi All, What i'm looking to do is block multiple objects by windowing all of them at once and have them save as sepearate blocks and using the label in the middle as the block name. I guess the big question is it even possible to do this? Brian block dwg.dwg
-
Recently starting having this problem. 1-2 months ago it was not a problem. I am not aware of any system variables being changed. When using the WBLOCK command, no thumbnail preview is being saved with the block for previewing in Windows Explorer. I have check the RASTERPREVIEW system variable i...
- 21 replies
-
- thumbnail
- rasterpreview
-
(and 3 more)
Tagged with:
-
Dear All, I've problem with Wblock command. I draw some drawings in file but when i try to save in Wblock command that does not work. This is notification about that. "Wblock operation rejected due to a proxy object that does not allow copying". What wrong with this? Any ideas for solve this p...
-
How did they do it? A Mysterious Block Locked for Editing
Wavey posted a topic in AutoCAD Drawing Management & Output
I was very intrigued by a customer/clients DWG. It had all these, 'equipment envelopes'. They were blocks that were locked from editing/exploding. There were many of them. I could REFEDIT and save/discard changes, but that changed all the blocks. I noticed that the block had two 'parts', in th... -
Hello, I'm currently taking a Basic AutoCad class at school. I just got assigned a group project where everyone draws an assigned 2D wblock and when the class is finished we're going to piece the wblocks together to make one large drawing. I know how to make the wblock but my problem is I don't unde...