AutoCAD Civil 3D :: Cannot Xref Or Insert PDFs Into Drawing
Nov 4, 2013
I’m having a user profile issue on one computer. I have a user, using windows 7 and AutoCAD Civil 3D 2014 on his work station. When using Civil 3D he has two issues: one, he cannot import Dgn’s. I’ve tried everything it just won’t work. Second, he cannot xref or insert PDF’s into a drawing. Now the reason why I say this is a profile issue is because if I log on to his computer (or anyone else log’s on his computer), I can do all those things in Civil 3D, import DGN’s & insert/xref PDF’s. If this user log’s on my computer, he can do all those things in Civil 3D. Import DGN’s & insert/xref PDF’s. Something with his profile on his computer is corrupt and I’m trying to fix it without deleting and creating another user profile.
View 5 Replies
ADVERTISEMENT
Jun 24, 2013
I'm using C3D 2013. I received a survey drawing (unknown version) from a third party. I tried both xref'ing and inserting as block into my drawing and it was over 7,100' SW from my site. BUT when I copy from 0,0,0 in his drawing and paste 0,0,0 in my drawing, it lands on my site. If I xref my drawing into his drawing, it lands on his survey information. Why doesn't his drawing land on my site when I xref or insert as block?
View 6 Replies
View Related
Aug 2, 2013
I am trying to insert OS Tiles into a drawing using the insert x-ref command. I have managed to insert 192 tiles but still need to add 29 more tiles to complete. When I try to insert another x reference AutoCAD just goes into a continual loop. Have to force AutoCAD to crash after ten minutes.
I am using AutoCAD 2014 MAP and have just had a new system built (i5 processor, 8GB RAM).
View 9 Replies
View Related
May 4, 2012
I have a drawing where I have placed all of my natural gas piping. I have all of the annotative blocks set to 3/32"=1'-0" and 1/32"=1'-0" scales. They are both correctly displayed in this drawing.
When I xref this drawing into another about half of the 1/32" blocks show up correctly. The other half are shifted to the right off of the plan. All of the 3/32" blocks show up correctly.
View 9 Replies
View Related
Apr 9, 2012
is there a way to code inserting all pdfs in a multi-page pdf at once?
another one would be, say, you have several pdfs in your dwg that represent different aspects of the same space so you select them (they are on top of each other) and it puts them into a dynamic block automatically in different visualization states (maybe labeled 01,02,03 etc.) and you make one of the sheets visible with a drop down button.
i might be able to figure out the later if there is a way to do the former.
View 2 Replies
View Related
Jun 19, 2013
Is there a way to toggle visibility of a corridor in a drawing where the model has been Xref'd into? The problem I am having is that we have one Model drawing that has a corridor.This Model is xref'd into multiple drawings. Not all drawings should show the corridor.
The only way I have found so far is to go into model and toggle the corridor on and off depending on which drawing I want to print or view. It creates problems when you want to run a Publish of multiple drawings because you always have to goof with the Model file. This seems a bit of a step back from being able to toggle visibility of objects in a drawing file with an xref atached and leaving it that way and ready to be printed at any time.
View 4 Replies
View Related
Jul 30, 2012
How to do this?
Civil 3D 2012 SP2
View 9 Replies
View Related
Jul 26, 2013
I'm using Autocad 2010, and have never had this problem before. Working in plan, the traced linework over 2 xref pdfs (both on locked layers) keeps moving in model space either when I'm performing another command on different linework or when I regen. The layers that keep moving are all locked, and do the same when they're frozen. There is no consistency to where they move--usually within the same screen view--so it makes me wonder whether I xrefed these files into a different plane? They're not georeferenced though.
Or is this just a bug? I thought the file may be corrupted so started a new one, still same issue.
View 3 Replies
View Related
May 8, 2013
I have created linework using the line by object tool. I have created a surface and am trying to add breaklines by selecting some of this linework. Once I try to create the breaklines, it says that all those breaklines contain errors and have not inserted them into the drawing.
View 9 Replies
View Related
Nov 28, 2012
I am trying to xref a base drawing. But everytime I insert the drawing, the scale factor always comes up to be 12. I tried changing it, but it won't let me. I have attached an image of the problem I am getting.
View 1 Replies
View Related
May 9, 2013
I'm working on a rather large subdivision (not uncommon, certainly used to a longer-than-normal load time) but have found one of our XREF files to be bringing drawing loads to a screeching halt. We have XLOADCTL set to 2, which explains the creation of the temporary file.
I have previously gone into the file and reset the scale list, which speed things up by about 50%, but today it appears to be doing the same thing.
Is there anything I can do to prevent this from becoming a more serious problem? Can I add some sort of SCALELISTEDIT reset command to the acaddoc.lsp file?
Civil 3D 2014
Windows 7 Professional
Intel Xeon E31270 @ 3.4 GHz
8 GB, 64-bit
View 2 Replies
View Related
May 7, 2013
I am trying to XREF my C3D Design file that has my profiles and sections in it into a drawing with a title block and viewport. Everything is fine in Model Space...but when I create the viewport in Paper Space none of the annotative text of the profile/section shows up...or is microscopic.
View 8 Replies
View Related
Jan 31, 2013
Why do our feature lines all come in as the color white when xreffed into a drawing? Feature lines show up just fine in our topo drawing, so then we xref it into our design drawing and they all show as if the color is white when is is not in the layer properties. All other items (symbols, points, and lines) come in as the color they were drawn in the topo drawing.
View 3 Replies
View Related
Feb 29, 2012
Is it possible to insert a "field" instruction in the drawing template to get automatically the stations (beginning and end) of the long profile for the sheet considered ?
Example 0+700 - 1+400
View 6 Replies
View Related
Apr 11, 2012
How to insert xrefs with other ucs than world. The host drawing ucs must be in world. The different x-refs are made with different ucs according to local coordinates.
In the host drawing, the xrefs must be placed correctly according to global coordinate (world). (The xrefs are all surveys of different spaces all with marked fix points according to the physical global coordinates.)
View 3 Replies
View Related
Sep 6, 2013
I'm trying to insert a new instance of a X-Ref already present on the drawing. If i use Database.AttachXref(path, name) I receive "ref NAME has already been defined. Using existing definition." on the command bar. I've tried to retrieve the ObjectId of the X-Ref definition from the X-Ref name, but my code don't work. Where is the error?
Here's my
Private Sub AttachXRef(path As String, name As String)
Dim Doc As Document = Application.DocumentManager.MdiActiveDocument
Dim Db As Database = Doc.Database Dim pPtRes As PromptPointResult
Dim pPtOpts As PromptPointOptions = New PromptPointOptions("")
[Code] ...
View 2 Replies
View Related
Jun 25, 2009
I am trying to insert an xref into a dwg file and can not find how to do this. In AutoCADD you can insert an xref that is linked to the file so that when a change is made to the attached file the xref also updates. I am trying to do this in Inventor and have not been able to figure out how to do so.
View 9 Replies
View Related
Apr 9, 2013
As a part of a 3D Cad course I am doing I have to use the slice command to obtain a section view of my model . Wblock is then used to copy to file and then oops used to get full model back. I have to produce numerous views including 3 of these sections in paperspace .Where and how do I xattach these section views . I have tried a few different ways without success.
View 0 Replies
View Related
May 10, 2012
I can't seem to find the SYSVAR that controls insert to 0,0,0 instead of pick on screen..
Quad Core 2.3GHz Intel, 64-Bit, Win 7
16GB Ram, 2GB Graphics Card
256GB SSD
View 2 Replies
View Related
May 9, 2012
I'm looking for a field or maybe piece of rtext that can display any pdf's that are showing in a drawing, I've had no luck in finding anything that can do it.
View 4 Replies
View Related
Mar 28, 2012
I have a bit issue with inserting xrefs in model space .Basically, when I insert the xref in model space, the xref shows in an angle.
View 1 Replies
View Related
Mar 7, 2013
I want to insert another drawing layout tabs contents in current drawing.
It's easy for MODEL tab, but for LAYOUT tabs, I dont know how!?
I prepared a code for INSERTING MODEL tab in current drawing:
(defun INS_DWG (TAB path dwg P / blk)(setq blk (strcat ""*" path dwg """));(setq N (vla-get-count (vla-get-layouts)));;Number of LAYOUT TABS in dwg(if (or(= TAB 0) (= TAB nil))(command "INSERT" blk P 1 0)); TAB=0 or omitted ==>Insert MODEL;(if (= TAB 1));==>Insert the 1st LAYOUT in dwg file;(if (= TAB 2));==>Insert the 2nd LAYOUT in dwg file;and so on....);;;usage:;;(INS_DWG 0 "c:\test\" "test.dwg" '(0 0))
View 8 Replies
View Related
Jul 12, 2013
noticed that the file size of pdf's created using the publish command in C3D 2014 are much larger than files created using 2013? I'm talking twice the size in some cases. I've gone through the settings and found no differences, but there must be something I'm missing. When I use the plot command on a single layout, the file sizes are similar, so there must be something in the publish command.
C3D 2014 HF1
View 7 Replies
View Related
Jul 15, 2013
A question about ex referencing. Can it be done within a drawing. In other words, can I can Xref the plan to another part of model space to then create the elevations in UCS, and then Exref the elevations from USC to a horizontal line.
This would be very useful in the sketch plan stage.
View 9 Replies
View Related
May 25, 2012
Suppose I have a Drawing Structure like:
MasterRoot
Root1
MasterChild1
Child
MasterChild2
Child
Root2
MasterChild1
Child
MasterChild2
Child
When I use XrefGraph xg = mainDb.GetHostDwgXrefGraph(true); in Code then I get all the Files as a node including MasterRoot (say count=6).
If I want to get Only direct Children (here, Root1 and Root2)(means count=2 only), then what i have to do?
View 6 Replies
View Related
May 29, 2012
Is there any advantage when inserting someone else drawing into yours to xref it rather than copy and pasting into your drawing?
View 1 Replies
View Related
Jan 21, 2005
I have an operator here who has an XREF that he brought in and it did not line up as it should with the remainder of the drawing. He then went in to the drawing being XREF'ed and reset the origin so that it would line up properly. When he did so, the XREF did move but no to where he set the origin. The XREF is still showing the insertion point some place other than where he has the origin set on his XREF'ed drawing.
View 6 Replies
View Related
Jun 20, 2012
I have a main drawing that I want to pull into another drawing as an XRef. When I try and attach the drawing as an attachment I get then message *Invalid* in the command line.
I have taken the drawings off the network and put them directly on my computer to make sure that it is not a network issue, but I still cannot attach the drawing.
View 1 Replies
View Related
Feb 7, 2012
I'm attempting to bind an xref into a drawing. I keep getting an error message: "Some objects in the specified xref failed to bind." Any reason why some objects couldn't bind? I've thawed all layers in the drawings..
View 3 Replies
View Related
Aug 26, 2012
I've finished drawing my ground floor and now I need to draw my second floor. I read in a tutorial that the best way to do this is using the Xref command to know where is the walls, bathrooms and etc.
But I didn't get it at all. I need to draw my second floor in the same drawing. So what's the easiest way to do that?
After that I need to have a drawing with my second floor walls in dashed thin lines over my first floor. How can it be done?
View 5 Replies
View Related
Jan 30, 2013
I'm trying to get just the filename either with or without the .dwg extension for an xref given I already have its reference (BlockReference) and its model space (BlockTableRecord) all open for read; skipping accessing any BlockTable.
Im doing something like this:
Either get the XGraph and first node or prompt user for a block reference and check it's from attachmentStart active document's database transaction, get the BlockReference.Get the BlockTableRecord only with the BlockReference's BlockTableRecord-ObjectId property.At this point I can iterate through the model space and see the nuts and bolts of the xref drawing without actually changing anything after saving my drawing, even after committing a trasaction.So what I want to know is how to get the filename of the xref'ed drawing (i.e. Original_Drawing.dwg).
I'm looking at doing this without opening the referenced drawing as a side database and checking the filename.I can't debug right now, but is it. myBlockTableRecord.Database.OriginalFileName ?
View 1 Replies
View Related