AutoCAD Architecture :: Drawings Used As External References Where?
May 2, 2011
Is there a procedure or command to use on an opened drawing to see if the drawing is used as an external reference anywhere else? For example, can I open Drawing A and determine whether it is used as an external reference in Drawing B without going to Drawing B and looking at the external references palette?
View 1 Replies
ADVERTISEMENT
Jul 21, 2011
I needed to use an xref so loaded up the external references box to view all available xrefs. Since i did this i cant get rid of the xref box. Its there whenever i load cad up, load a new drawing and when switching clean screen on and off. Ive tried the close button in the top corner but it still returns.
View 8 Replies
View Related
Jul 23, 2012
How to use External references?? i have worked in autocad but i dont know how to use this command, i have to do about 250 drawings of External references.
View 3 Replies
View Related
Jun 19, 2013
I want to load the external references in the drawing, how to implement this program?
I returned to the drawing path and the way I want to load it using the insertion point.The code error is probably somewhere not understand where.
[CommandMethod("TDMSXREF", CommandFlags.Session)]
publicvoid TDMSXREF()
{
Document doc = Application.DocumentManager.MdiActiveDocument;
Database db = doc.Database;
Editor ed = doc.Editor;
[code].....
View 1 Replies
View Related
Jan 31, 2012
I've been asked to create several drawings using one external reference which contains doors, bund walls, lighting etc. My question is how do I take this external reference and create several new drawings when I cant even turn layers on or off once I have inserted it onto my new page?
View 4 Replies
View Related
Nov 1, 2013
I have a DWG file with wipeouts. When I use the files as external references in another DWG and print to PDF the wipeouts do not work and all that is seen is the wipeout line. Is there a way to have the PDF have the wipeouts appear as they should?
View 3 Replies
View Related
May 4, 2012
I use this palette all the time and keep the icon displayed (in hidden form) on every session that I open. I started AutoCad this morning and "external reference" icon was not displayed on the screen. I went to the tools tab and selected the external reference palette. A box was displayed that could not be hidden and all screen function were stopped until I closed this box.
I went to customize tool palettes and compared it to the properties palette and they looked the same. I want to get my external reference palette function back to the way it was.
View 1 Replies
View Related
Feb 28, 2013
I am trying to add a list of External References to MTEXT. The diesel expression $(xrefs) works fine within RTEXT but when I enter it into MTEXT the result shows "$(XREFS)??
View 2 Replies
View Related
Jun 27, 2013
I'm trying to adjust the properties of some block objects in Mspace. When the file contains external references the function fails, when it has none it works perfectly.
Dim modelSpace As BlockTableRecord = DirectCast(M_trans.GetObject(SymbolUtilityServices.GetBlockModelSpaceId(db), OpenMode.ForRead), BlockTableRecord)
For Each id As ObjectId In modelSpace
Dim ent As Autodesk.AutoCAD.DatabaseServices.Entity = DirectCast(M_trans.GetObject(id, OpenMode.ForWrite), Autodesk.AutoCAD.DatabaseServices.Entity)
ent.Color = Color.FromColorIndex(ColorMethod.ByLayer, 256)
Using the above to get all objectid's and filter through them then using:
If TypeOf ent Is BlockReference Then
Dim br As BlockReference = DirectCast(ent, BlockReference)
Dim btr As BlockTableRecord = DirectCast(M_trans.GetObject(br.BlockTableRecord, OpenMode.ForRead), BlockTableRecord)
If Not btr.IsFromExternalReference Then
View 6 Replies
View Related
Aug 20, 2013
Here is the background.
A "MODEL" drawing exists that contains only the surface model. The surface model is data referenced into a "LABEL" drawing that contains the surface style (contours), contour labels, and spot elevations. This "LABEL" drawing is xref-ed into a "SHEET" drawing that contains the title block and some other xrefs containing the proposed layout, ex cond, etc..
When I open the "LABELS" drawing, the data reference works. My problem is that when I open the "SHEET" drawing, the contour labels and spot elevations cannot find the referenced surface and just contain a string of 20 or so characters.
I already have a workaround. If I open the "SHEET" drawing, then open the "LABELS" drawing and save it, I can reload the "LABELS" drawing within the "SHEET" drawing and the problem is solved.
HOWEVER, I have a bunch of sheets that I want to publish, and publish does not work when you have to open the file and re-reference everything. Is there anyway to get this reference working correctly so that I do not have to open multiple drawings to get my data correct?
FYI, I have already tried resetting my data shortcuts project folder, validating data shortcuts, etc. in the "LABELS" and "SHEET" drawings.
Civil 3D 2012, SP 2.1
View 2 Replies
View Related
Dec 31, 2013
[URL]........
I have a jpg file that I needed to apply some transparency to and saved it as a png file. I now want to delete the jpg file from the folder but it's being referenced in several drawings, andI don't know which ones. Is there a way to reverse the function of Reference Manager (perhaps with a different app), i.e. find all the drawing files that reference my jpg file?
View 9 Replies
View Related
Sep 20, 2011
is it possible to retrieve the names of all the nested external references, and how should it be done?
View 2 Replies
View Related
Dec 30, 2013
URL....I have a jpg file that I needed to apply some transparency to and saved it as a png file. I now want to delete the jpg file but it's being referenced in several drawings, but I don't know which ones. Is there a way to reverse the function of Reference Manager, ie find all the drawing files that reference my jpg file?
View 2 Replies
View Related
Dec 31, 2013
I searched the groups and the closest discussion I could find was here but there didn't seem to be a clear cut solution. [URL]. I have a jpg file that I needed to apply some transparency to and saved it as a png file. I now want to delete the jpg file from the folder but it's being referenced in several drawings, and I don't know which ones. Is there a way to reverse the function of Reference Manager (perhaps with a different app), ie find all the drawing files that reference my jpg file?
Intel i7 3.33Ghz, 16Gb RAM
Nvidia Quadro 2000D
C3D 2012 SP4, holding off on C3D 2014
Win 7-64
View 3 Replies
View Related
Nov 13, 2012
Is there a way to localize all external material references? For instants I created a framing square with the proper materials assigned. When merged with another file it looses its bit map image placement so have to re-fit every thing again.
View 8 Replies
View Related
Mar 5, 2013
ACA2011.I've got a construct that for some reason has 2 xrefs listed within it that I can't detach. It says that it is unresolved and when I try to detach it it says "c_Floor Plan - First" has multiple references, Not detached." This is one of two xrefs in the drawing doing this...how is it possible to have an xref of the same name in the drawing? I can't figure out how to detach it. It was causing problems in the view to which it was referenced, and I solved it by creating a bogus, blank construct called "test" and changed the path of the xref in the construct to this drawing...but I still can't detach it.
View 2 Replies
View Related
Oct 17, 2011
I'm trying to read objects on a specific layout in an external drawing.
Reading the external drawing is not a problem when the objects are in "*Modelspace".
But finding the specific layout id and throwing that in an Blocktabelrecord is.
Here is the code.
Dim NaamDwg = "C:Program FilesAutodeskAutoCAD 2011SampleDatabase Connectivitydb_samp.dwg"
Dim strLaagNaam = "FURNITURE"
Try
'' **** Contact maken met externe tekening ****
Dim Xdwg = New Database(False, True)
[code].........
View 3 Replies
View Related
Sep 26, 2012
I need to find all instances, references, etc, of a layer and change it to another layer. I'm not talking about lines and objects or even blocks, but more like properties nested inside of wall styles and cleanup definitions, anything like that. I can't use the QSELECT or any similar command because the layer in question is being referenced inside of individual styles (i'm guessing that's the only place).
We drew our interior walls and our exterior shell for our building on two different drawings so that two people could work on them at the same time. They were xref'd into each other. We got to a point where we needed to put them back into one drawing so I binded the Shell Xref into the interior drawing. This saved us a lot of time but now all the layers from the Shell drawing have this prefix to it "01Shell&0&". This isn't really a problem but I'm a bit OCD and it bothers me to have two different layers for the same thing, one regular and one with the prefix. It means everytime we change the properties of a layer, we have to do it twice. I've already changed everything I could back to the original layers but the Shell layers still show up from time to time. They are nested deep inside of wall styles and custom cleanup properties, custom encaps, and so on.
[URL]
View 5 Replies
View Related
Dec 8, 2010
I am using a pdf file as an xref however while panning/zooming and some other basic commands, the response is really slow.I have already tried using a jpg file but I loose the ability to grab the end point of a line. I am able to grab the end point of a line while using the pdf.
I have 4 GB of ram and nothing else open, so I cannot see this being the problem
View 9 Replies
View Related
Apr 8, 2012
I am working with files that somebody else did, I need to bring an external reference and it dosen't show up, then I check on the ref command and seems like the external reference of that file is there, I check also on the layers and they are not off or frezze, what could be the problem?
View 2 Replies
View Related
Dec 2, 2011
Currently once I have finished a drawing I print to PDF and send the drawing out to document control for distribution. Eventually I get some feedback that a few things on the drawings need to change.
This involves me
1.) Modifying the original dwg file
2.) Printing to PDF
3.) Opening the PDF with PDF X-Change viewer and drawing revision clouds and other notes on top of the PDF
3.1) I could also replace the PDF with DWF files, but then I would still have to make revision clouds and notes on the DWF file. But everyone uses PDF so I stick with PDF.
4.) Issuing back to document control for distribution.
Is there another way to make redlines within autocad so that changes will show up in red?
- Move a wall? Its red.
- Add a drawing and viewport to a paperspace tab? Its red.
- Add more text to an mtext or dtext object? New text is red.
I am looking for ideas other than moving those objects to a new layer, or manually coloring them red. I like the way Microsoft word has a track changes button, where everything I delete goes red and gets a line through it, and all new text is red.
View 1 Replies
View Related
Jan 21, 2013
I have three drawing constructs.I have door tags and room tags. I have schedules. All work just fine. However, I need to combine all three Finish and all three Door schedules into one multi-level schedule for each, doors and finishes. In views, I schedule the external references by selecting the YES option in the properties dialog box. The problem is that the drawing contains doors and spaces that I do not want to be part of the schedule. How do I deselect the objects that I want to be in the schedule?
The other problem is I can only select one drawing. It makes no sense to have separate schedules for each floor on a small project where there are only 10-20 rooms. As a work around I can create the schedules in constructs, import all the constructs into a view, clip all the constructs and the stitch the tables together. This is cumbersome, does not update seamlessly and results in unnecessary file sizes.
View 5 Replies
View Related
May 30, 2012
Some view-port with excel table external reference does not appear when I print
View 1 Replies
View Related
Apr 8, 2011
Several users here in my office have been having a strange issue with ACA 2011. When doing various things such as, saving, regen'ing, or manually switching between open drawings, ACA will "blink" to a completely different drawing.
For example, right now I have 4 drawings open. I'm trying to go from drawing A to drawing B. It goes to drawing B and starts to regen model space, then it blinks back to drawing A. Does the same for any of the 4 drawings. Only way to make it stop was to close drawing A.
As I said, it not only does this when switching drawings. It'll also do it after it's done saving and when I try to regen.
View 9 Replies
View Related
Oct 27, 2013
AutoCad Architecture 10, How can you copy blocks to different drawings?
View 2 Replies
View Related
Jun 3, 2011
Is there a way to copy a viewport with all its layers setup from one drawing file to another drawing file?
I can copy the viewport and activate it, but the layers setup for that viewport goes to default. So it turns everything on.
I can't make a layer state in the old file and import in new file, because the new file does not have all the same layers. So not all my layers would be turned off in the viewport.
View 4 Replies
View Related
Feb 12, 2013
How do you put photographs into a drawing using the smallest file format possible to keep the file size small?
View 5 Replies
View Related
Feb 22, 2013
I have been using autocad R14 with a 2d architecture addon for the last 15yrs.I purchased Architecture2009 and never used it because of the learning curve from R14.
Computer Crashed and forced me to update...I am adapting very slowly and need to get up to speed soon. i have a residential design business and my clients are getting a little upset with my lack of production.
I spend a bit of time yesterday changing door styles and want them available to all drawings not just the one they were created in. How do i migrate my style to the template and other drawings?
View 7 Replies
View Related
Sep 26, 2012
I cannot get this feature of 2013 to work for me. When I grab a selected item and drag it to the new drawing window, I get at round circle with a line through it or sometimes I get a command that says invalid.
View 3 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
Nov 27, 2012
Is there any way to change the msltscale variable to 1 and the scale to 1/4"=1'-0" in multiple drawings without opening each and doing it all manually?
View 9 Replies
View Related