AutoCAD Civil 3D :: Drawing X Y Shifted When Attached As Reference?
Nov 6, 2012
I have a drawing when attached into another drawing, the coordinates have an exact 500,000 shift in the X value and an exact 200,000 shift in the Y value. Directely in the drawing, the coords are correct. They just won't attach correctly.
I can tell that this drawing was not created with the dwt we use (it is missing certain styles) - I wonder if the dwt could be to blame.
Also, I have been trying to figure the Map functions out with no guidance, I wonder if I somehow changed the attach settings to cause the shift.
AutoCAD Civil 3D 2012
Windows 7
64 bit
Intel Core i5-2500K CPU @ 3.30 GHz
8.00 GB
64-bit
View 3 Replies
ADVERTISEMENT
Jul 28, 2011
I am getting this error in my production drawings.
My setup is as follows:
- EG.dwg has my existing surface in it. I create a data reference to use it in other drawings.
- Level One.dwg has the EG surface data referenced in, and I use this to create alignments, profiles, and finish surface. All of these are turned in to data references.
- Storm Sanitary.dwg has my pipe designs. I data reference in the two surfaces, profiles, and alignments, and create pipe networks. I create references for these networks.
- Plan Profile.dwg is the production sheet I'm getting this error from. Every one of my civil objects is data referenced in to this drawing. Everything is inserted correctly, the pipes show correct FG surface elevations for their rims, etc.
BUT when I open this drawing, I get this error. I assume it's because my FG surface is not directly in the storm sanitary.dwg.
How do I get rid of this error, without combining drawings, or promoting the surface to one or more drawings? Isn't this exactly what data references is made for?
View 1 Replies
View Related
Feb 13, 2013
I am trying to write a LISP that does the following:
-Open drawing
-Saveas as NEW drawing based on certain criteria from DCL menu
-Deletes old drawing
-*THEN, if drawing contain attached IMAGE FILE (.tiff in my case)
-Rename image file and repath image file based on the new file name
I have gotten it to do all of this, except I can not figure out how to change the "reference name" of the attached image file (.tiff)
Is this read-only data? I can manualy change it under xref manager, so there should be a way to do it via code...
The closest I have gotten:
;;after renaming and repath image file...
(SETQ NAME2 (substr (getvar "dwgname") 1 (- (strlen (getvar "dwgname")) 4)))
(setq item (vlax-ename->vla-object (entlast)));convert to vl object
(setq check (vlax-property-available-p item "Name" T));check if the entity can be updated
;if it can
(if check
;change value to match
(vlax-put-property item 'Name NAME2))
'Name seems to be valid w/ xref'd blocks but not xref'd/attached image files..
View 1 Replies
View Related
Oct 15, 2012
We are using Autocad Civil 3D 2010 and are also using the 2010 Vault.
We are having problems with one project in Civil 3D (project in Vault). We are trying to create a surface reference and are getting the error: "Drawing is already attached to project X."
Note: This drawing is not vaulted, only the cross section surface that has the final grade surface in it is vaulted.
When we test the same process with a new document we are able to reference the surface fine and the command shows: _AeccCreateSurfaceReference which works properly.
View 1 Replies
View Related
Jul 12, 2012
i have this drawing which i created data reference to the wrong project in the wrong coordinate system and worked off that. then now i am trying to correct it. so i copied the dtm and did coordinate transformation and got that right. now the model drawing is still linked to the original dtm from the other project folder.
if i remember right back in 2007 version there was a completely built in shortcut editor which allows you to change the path in current drawing. now it's all greyed out. there is no access. so is there a way to bypass this? probably pretty common thing to do. say you want to try different version of the same object to try your design just swap it back and forth.
They should make a right click button on the data shorts in current drawing and says "browse data reference" not show up when only broken reference occurs.
one way i can think off now is copy the files to local. disable network drive, then let it broken reference show up then browse to desktop one then delete desktop one and hopefully it get the broken reference again and not look for the very original one. i think it's probably gonna do that, there is some "hidden" thing stored in the object to point to the original path which not available to users.
Civil 3D 2012
Work: Xeon W3503, 12GB, Quadro 2000, Dell P2211H x 2
Home: 3930k, 12GB, GTX 590, U3011, QX2710
View 2 Replies
View Related
Nov 28, 2012
I have structures and alignments data referenced. If I assign the structures ref alignments in the dwg with the data refs for labeling, the next time I open the dwg the ref alignments are set back to none, causing the labels to be ?
It seems like this worked in the past?
View 1 Replies
View Related
Aug 19, 2011
I'm having an issue with JPG attachments. In this case, we are attaching a reference civil site plan drawing. The image correctly appears in the sheet, and even in the "preview" window while exporting to DWF. However, the DWF file does not show the image. Is this a hidden export setting or a view setting in Design Review?
View 3 Replies
View Related
Nov 24, 2011
I'm preparing plans for individual land owners. I know I need to filter parcels "by hand", center, zoom, scale etc. I'm using labels to get parcels numbers on the plan but I have to add name into title block. I don't want to use feature labels because concat function does not work (I need to show parcel number) plus the name I need to put on is quite long (it doesn't fit in the drawing).
My question is: Is there a way to put text into drawing / title block from attached table or from feature properties of shp or sdf files?
View 8 Replies
View Related
Mar 13, 2012
A customer of ours sent us a drawing that has a TIF file attached to it. Inside the TIF all the objects appear red (we plot with a ctb) but no matter what we do, all the TIFs objects plot with really thick lineweight.
How can we make this print legibly?
View 2 Replies
View Related
Jan 8, 2013
not sure if it a stamp plot item but I am trying to list all the x-references that are associated with a particular drawing on the plot sheet?
View 5 Replies
View Related
Jan 22, 2013
I have an issue with a profile referenced into a plan sheet that is shifted when I view it in the plan sheet viewport. The profile stationing is correct in the profile dwg file and in the plan sheet dwg it is referenced into. But when I switch from model space to paper space in my layout sheet (the file the profile dwg is referenced into) the profile moves to the wrong station within my profile view in paper space.
The profile start station is 0+00, but it shifts to -1+00 within the viewport of my layout sheet.
The scales are the same between the dwg files (50) and the Annotation scale matches the dwg scales.
View 2 Replies
View Related
Mar 11, 2013
Is there a way for xrefs to stay attached to a drawing file when using Dropbox as a network? All files are saved to the dropbox which is loaded on both computers that need to access the files. If I do work and save an xref in a file that is then opened by someone else on a different computer, the xref is not loaded and has to be re-routed. Is there a way to avoid having to reroute xrefs everytime someone different opens the file?
View 2 Replies
View Related
May 9, 2013
I have an access database attached to a blank drawing. The database is a list of existing oil wells. I want to have civil3d (or map) create a custom block (I already have the blocks created) inserted at a coordinate in the database and propagate the other fields in the database into attributes in the blocks. For instance, the first two fields in the database are the x and y. Some of the other fields in the database are the well status and company name. Is it possible for Map to read the first two fields to know where to put the block, then select the block to insert based on wells status and company name, and then complete attributes from the other fields (section, township, range, county, etc) into the block? I'm having a hard time getting my head wrapped around the map3d user's guide talking about topologies, link templates, object classifications, etc.
Dell Precision T3600 - Windows 7 64-bit
NVIDIA Quadro 600
Intel(R) Xenon(R) CPU E5-1607 0 @ 3.00GHz 3.00GHz
8 GB ram - Two 1TB raid
View 3 Replies
View Related
Jul 8, 2012
Inserting a picture with exif gps data attached
View 1 Replies
View Related
Mar 23, 2012
Is it possible to create user defined data fields that can be attached to a polygon. then be able to export the polygon and data fields to ArcMap
View 1 Replies
View Related
Mar 29, 2013
I need to get list of all block reference in a drawing without iterating through all entities in the drawing.
View 7 Replies
View Related
Sep 24, 2011
I attach x-ref in one of the drawing......and then next day i open drawing is show but xref does not not show and i gives that message..............
Error: Possible circular reference to current drawing. *Invalid*
what should i do?
View 1 Replies
View Related
Jun 21, 2012
We often have drawings with multiple sheets.Usually the first couple of sheets are devoted to identifying components and where they should be placed. The remaining sheets provide details on specific components (dimensions, tolerances, etc.).
It would be nice to be able to reference (associatively) other sheets, so it is easy to find information on a component when looking through the drawing package. For example, add a note that says "See sheet 12", and have the 12 update if that sheet (or drawing view?) changes location in the package.
View 2 Replies
View Related
Aug 27, 2012
Retrieving attached file details of drawing file.
1. Attach DWG -- db.GetHostDwgXrefGraph(true);
2. Attach Image --
3. Attach DWF --
4. Arttach DGN --
5. Attach PDF --
View 1 Replies
View Related
Sep 24, 2012
I'm having trouble showing a reference part in an assembly drawing. When said part is set to "reference" it is no longer visible on the drawing.
View 9 Replies
View Related
Feb 2, 2013
In solidworks, if I have several similar parts to draw, I can draw one part and annotate it and then to save time and effort I can save the drawing as one of the other parts and then change the part reference in the drawing as I open it up.
View 7 Replies
View Related
Dec 7, 2011
In a drawing Is there anyway to section (and show the hatch pattern) on reference components?
View 9 Replies
View Related
Mar 5, 2013
whenever I click to attach a drawing reference nothing happens. I don't get the browse to file window.
I've tried using the GUI from the View menu / Palettes panel/external palette, Also from the command prompt by typing external references and attach still no joy.
I have all SPs installed. I tried exporting another user's profile and importing it to my CAD. Do I have to reinstall the software from scratch?
View 4 Replies
View Related
Jul 29, 2011
I'm using Architecture 2011, but the problem is pretty generic.
I am working with a very complex vendor drawing and using it as an xref to my working drawing. I need to be able to freeze parts of the xref and change colors (for plotting purposes) of other parts. Under ideal circumstance this would require simple layer manipulation.
My problem is that a large percentage of the vendor drawing is made up of blocks. There are nearly 1000 different blocks. Most of these blocks were created using layers other than 0 - quite often more than one layer is used. Sometimes the block is inserted on a layer that was used in it's creation, sometimes not. The only way I can omit one of these blocks from my drawing is to figure out what layer was used in it's creation and freeze that layer. You can see how this could be a pretty tedious process.
My limited CAD knowledge only gives me: edit all 1000 blocks, changing them to layer 0
View 8 Replies
View Related
Nov 7, 2013
I wonder if it's possible to see with ilogic if a part exciste in all others view (in assembly) of the same sheet?
View 9 Replies
View Related
Aug 6, 2013
Is there a way in iLogic to iterate through all curves on a drawing. We manually apply radii labels to each drawing view but would like to automate the process with iLogic. How could I reference and cycle through all the radii on my drawing view?
View 2 Replies
View Related
May 19, 2012
I have a series of drawings created in AutoCad Electricla 2012.
Each drawing has a raster image attached with a path from a different computer.
When I try to edit the drawing or re-reference the iamge path, the program crashes.
I've tried saving the drawings down to an earlier version 2007/2010.
View 2 Replies
View Related
Jan 8, 2013
Using Inv 2013 and VB 2010. I am trying to reference a sketch within a drawing view, but I am having a hard time figuring out which view number and sketch number to use. I thought I had it figured out, but apparently I was wrong.
For example, see the 2 attached pics, Drawing A and Drawing B. For Drawing A I had the sketch reference set as
Dim oSheet1_View As DrawingView = oDrawDoc.Sheets(1).DrawingViews(3) Dim oSketch As DrawingSketch oSketch = oSheet1_View.Sketches.Item(1)
Drawing View 3, as it was the 3rd Drawing View in the list, and Sketch #1 within that Drawing View. I thought this was how it worked, because it worked with my code and it hid the sketch. However, moving on to Drawing B, I used the same code, and it does not reference that sketch at all. It did nothing to it. Even though the Flange_Holes sketch is in the same position. 3rd View down the list, 1st sketch.
So how does Inventor reference these views and sketches? Is it in order of creation? Is there a way to reference it by the what the sketch is named instead of trying to decipher the number it's assigned? I have a lot of drawings already made, and I'm not positive the views were taken and created in the same exact order each time.
View 1 Replies
View Related
Dec 26, 2013
I did some digging and found the option to replace a model reference in an entire drawing, but I'm looking to change the reference in just a view. Consider the picture I have attached. I'm depicting top down views of these layers. Each layer requires changing the view identifier each time I drop a view. This would be considerably less time consuming if I could just copy/paste the view and change which part file it was pointing to.
View 2 Replies
View Related
Jun 5, 2012
I am trying to write a function to insert a block reference of a block definition which is already stored in the same drawing.
All threads are leads me to the way of inserting another drawing to current drawing with use of database.readdwgfile & database.insert.
How to use those methods for a block definition stored in the same drawing.
View 6 Replies
View Related
Jun 4, 2013
Is there a way.....
I have a drawing that has external references bound to it. I would like to extract the bound external reference to its own drawing. Can this be done?
View 8 Replies
View Related