AutoCad 2D :: Amend Block In Multiple Drawings?
Dec 5, 2013
I have amended our drawing frame (a block) in our templates so I now have a set of 82 I need to amend the frame in. So is there a easy way of redefining a block in a number of drawings or do I just do each drawing separate ?
View 3 Replies
ADVERTISEMENT
Oct 13, 2013
I have created multiple sections and produced drawings, but now need to amend the design and provide 1 additional section on the drawings. I added an additional sample line to the sample line group and then updated the secion view layout but the additional section did not show in the multiple section view. Is there a way to add the additional section to the existing multiple section view? or do I need to go through the process of deleting the current sections and creating a new multiple section view that includes the new sample line?
View 1 Replies
View Related
Feb 10, 2010
I had a set of drawings that I needed to redefine a block in and had to go into each drawing and redefine it seperately. Is there a way to redefine it once and then possibly select the drawings this block is redefined in?
View 9 Replies
View Related
Jan 29, 2013
I am trying to come up with a way to track a block or xref in multiple drawings. I have multiple drawings that have the same block in them and I was hoping that there was a way I could find out what drawings have the block without having to open up every single drawing.
View 2 Replies
View Related
May 15, 2012
I'm trying to edit a drawing I completed last month. The only thing I need to amend is in 'Layout 1'.
In this layout, scale and everything else is fine. The problem I have is that I put some text in the bottom left-hand corner (providing details/title/date etc. of the drawing) and now I need to amend that text.)
The text only appears on 'layout 1' - not on 'model' or 'layout 2', so I know it's only on that layout. However, not matter how much I zoom or increase the scale - the text obviously stays the same size.
I know this is a simple thing to change, I just can't for the life of me - remember how to do it.
View 9 Replies
View Related
Feb 12, 2012
I need to match few attribute values from one block to different block. I download a lisp file called; ca.lsp which can match the single attribute value. I modified it for more than one attribute value matching. It is ok but still wish to overcome two issues for batch prcess
1. picking up the blocks by selection
2. click the alternative block numbers of times to match the numbers of attribute values I needed.
How to modify this lisp I can run it by block name selections instead of picking selection which enable me to run batch process for numbers of drawing? That will be good...
Lisp & Demo file attached (Match attribute value, A, B & C to Attribute 1, 2 & 3).
View 3 Replies
View Related
Nov 14, 2011
I'm trying to add a block with an attribute to a drawing. The command works if there is only one drawing open, but when there are other open drawings then the block doesn't appear. Strangely if I select the block in the block editor and then close the block editor the block suddenly appears. Do you know what is causing the block to not appear when other drawings are open?
I included the code below. "s1" works but "s2" has the strange behavior of the block not being visible.
[CommandMethod("s1")]
public void AddBlockWithAttributeToDestination_WithNoOtherDrawingsOpen() {
var attributeValue = "1234";
var destination = Application.DocumentManager.MdiActiveDocument;
using (var transaction = destination.TransactionManager.StartTransaction()) {
addBlock(transaction, destination.Database, attributeValue);
transaction.Commit();
[code]....
View 9 Replies
View Related
Jan 9, 2014
I have a block that has to be update in a bunch of drawings -more than 20-. I updated in only one drawing, apply coy paste to the following but the block does not update in the drawing that I am pasting my new block. How is possible to update this block in the following 19 drawings?
View 4 Replies
View Related
Oct 22, 2013
I have done a new Title Block in our drawing templates.
It only works in New drawings if I open an old drawing I must "Copy/paste" the new Title Block into the browser to the left But I want all our old drawings to use the new Title Block.
Is there a way to have the new Title as default on all old drawings?
View 3 Replies
View Related
Jul 15, 2013
I have 20 seperate Acad drawings, which uses multiple blocks across all drawings. Is there a way i can create a block using Wblock and save seveal blocks in a folder. So when i need to make a change to a block, i make the change to the block in the folder and it automatically updates the block in all drawings? Is it possible to set this up without using xrefs, as i have hundreds of blocks.
View 2 Replies
View Related
Aug 1, 2013
I am trying to write some VBA code to print several drawings present in a folder.
I am not a VBA expert. I wrote some little macros in excel but it is the first one in Autocad.
I have a small code that opens a drawing, counts it, closes it and then loops for other drawings.
I have a code that print a drawing by defining some printing parameters.
Separately, both work. But when I call the second one into the loop, I get a error:
"Run-time error '-2147418111 (800100001)':
Automation error
Call was rejected by callee."
I'm using Windows 7 and Autocad 2012.
See my code below:
Option Explicit
Dim filename As String
Dim filepath As String
Dim full_filename As String
Dim i As Integer
Sub print_trial()
[Code] ......
View 2 Replies
View Related
Jul 6, 2011
I'm having some trouble while copying between drawings. I am attempting to merge a number of floor plans which are all saved as seperate drawings into 1 drawing. However whenever I copy the floor plan over to another drawing, some of the lines/objects seem to be displaced.
View 4 Replies
View Related
Dec 4, 2013
I am new to AutoCAD and have to export many drawings to PDF format to send them out to clients. I was wondering if their was a Macro or some other way to export drawings into pdf form without having to open each file and pressing export to pdf button?
View 9 Replies
View Related
Sep 5, 2007
I am trying to plot multiple drawings all at once. I work with many drawing sizes varies from size A to size E. What would be the best way to plot all drawings to 11 X 17 paper no matter what size the drawings are set to? These drawings are not xref or anything. They all are separated files. I tried using Set Sheet Manager; it will only plot to whatever that size is. I want all drawings to be plotted on 11 X 17. I did some research in the forums here and was not able to find what I was looking for.
View 2 Replies
View Related
Jun 5, 2012
I'm having some difficulty in deciding how to go about creating a title block for my drawings. I have attempted to create the title block with Document fields from the drawing properties custom properties tab, and creating the same fields with information from the Sheet / Sheet Set fields. Both title blocks used attributes inside the block to house the fields, and both were .dwt files.
Is there a way to take the properties from the .dwt drawing into a newly created drawing, or is there a way to link custom sheet set properties with a newly created sheet set? The main goal is to not have the user manually input multiple custom fields either in the drawing properties or the sheet set manager of the new drawing.
View 1 Replies
View Related
Feb 16, 2012
I have been given a set of drawings (300+) and I need to find where and/or if certain blocks (and other objects) are used in these drawings. Is there a utility program or does AutoCAD have the ability to search a group of drawings for a block (by name) and return a list of all the drawings where the block is found.
On that same topic, is there a utility program that will export all the CAD data from a list of drawings to a .csv file or even excel so I can filter and search several drawings for layers, blocks, xrefs etc.
View 2 Replies
View Related
May 27, 2011
I was in Block Editor and when I hit the save changes button it closed my drawing. Now when I open the drawings, the only thing in it is the block, but it is exploded. I can not find any of the information that was in the drawing. The file size is still 1.3 MB. I would have to lose the 3 hours of work I have done and go to a previous version file of the drawings I was in.
View 6 Replies
View Related
Dec 22, 2013
I have 800 files where all text fields in the drawing (about 10-20 text/block in every file) copied from the same block.
I need to delete 5 block from the all drawings and these blocks located exactly in the same xy coordinates. I cant delete these blocks by name because all 20 blocks in same drawing have same name.
I need lisp routine - delete block with name _TXT_ from location X_cord1; Y_cord1 and X_cord2; Ycord2 and so on.
View 1 Replies
View Related
Jan 28, 2013
I've started having a problem with the Publish command when publishing multiple drawings to PDF.
When I plot a drawing using the plot command, I don't have a problem.
When I publish one drawing using the Publish command it is also fine.
It is only when I try to publish multiple files that the problem occurs- the PDFs are produced, but the it is as if the drawing contents (paper space) has been shifted up by 10mm or so, cutting off the top of the drawing, and creating a larger margin at the bottom of the drawing. I use exactly the same page setup as for the single drawing plot.
There seems to be no setting that would change this, and the fact that publishing a single drawing works suggests that there is some kind of bug. At the moment i have to plot every drawing individually (or get my colleague to do it- it works fine on his machine, same page setup file!)
See attached example.
View 8 Replies
View Related
Mar 27, 2012
I have a multi sheet drawing I am creating. My BOM is on the first sheet.
I have noticed that when I place views on my subsequent sheets, the balloons restart from item 1 again. Is there a way to link them to the BOM on sheet 1?
(Colossians 3:23-25)
View 4 Replies
View Related
Dec 21, 2013
Combining multiple drawings in one go, I have 100 drawings (each has its layout) stored in 100 dwg files. I’m wondering if there is a way to combine them in one dwg file in one go assuming that they don’t overlap.
I need then to edit the title block of all of these layout knowing that this title block is an Xref.
View 5 Replies
View Related
Dec 22, 2011
Can I save multiple drawings to dxf in same time? I`m so tired to click "save copy as" with every drawigs. Autosave with flat pattern is not an option because orientation of the piece is so bad so many time of the cases
View 9 Replies
View Related
Nov 4, 2011
I'm running ACAD Map 3D 2009. I have to run ONE custom macro on a number of drawings that are stored in a particular folder.
Basically all I need is to:
open
run custom macro
close
go on to next drawing.
I just don't know how to write LISP.
View 3 Replies
View Related
Aug 18, 2008
I have multiple cad drawings (300 *dwg's)that need some items changed, is there a way to seach multiple cad drawing in my project for specific instances of text in each drawing?
Do the drawings have to be open? Can you seach just thru the project with out opening each drawing, how does this work?!
View 9 Replies
View Related
Jul 5, 2011
I'm weaning myself off of Adobe's PDFMaker and learning how to publish.
I've got everything working but I'm prompted at an Adobe prompt (Save PDF File As...) for every sheet
which is overwhelming when I have multiple drawings with multiple sheets.
I don't know how (or if it is possible) to make it just save to the default name and continue onto the next one.
View 3 Replies
View Related
Aug 26, 2013
I usually open several drawing and use"drag and drop".
But something has happened.
Now, I can only open one drawing at the time. When I try to open the second drawing, the program close down the first.
What have I done ? and what shell I do ?
View 6 Replies
View Related
Oct 26, 2013
I used to be able to hold the ctrl button down and double click a block attribute to directly change the text (_attipedit) but when I shared this drawing with another AutoCAD user who returned the drawing that double click to edit is missing.
View 2 Replies
View Related
Apr 15, 2009
Is there a way to add the sheet name to the title block of drawings with a variable?
I can add the sheet number, revision and size but not the name. Why not?
View 8 Replies
View Related
Nov 6, 2013
(setq plist (vl-directory-files (getvar "dwgprefix") "*.dwg" 1))
(foreach ins1 plist
(setvar "lispinit" 0)
(command "open" ins1)
(command "insert" "C:UsersasmoleyDesktopBSK100_BD" "0.875,0.28125")
(command "save" ins1)
);foreach
(setq plist nil)
bad variable name in SETQ and malformed string on input errors.
View 1 Replies
View Related
Aug 2, 2013
Any way to insert a block onto many different drawings quickly? I have a title block I need to insert into about 100 drawings. It seems very tedious to open each drawing and insert 100 times.
View 3 Replies
View Related
Jun 20, 2012
I'd like to batch plot 50 drawings, all of which have the same title block in the same position. This is easy with the PUBLISH command, but I'd like to be able to add a "stamp" of the customer logo to these drawings, which I have as a block in a separate file. Basically I want to easily be able to plot the same drawings for different customers, the only difference being the customer logo. Is this possible?
View 1 Replies
View Related