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
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?
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?
Quite often I will copy and paste some files out of an older project and move it to a new folder. Any file being x-ref'd is still pointing to the old location as it have saved the full path.
Is there a way to not let it save full path? When I copy and paste the files to the new folder I would like the x-ref's to default to the new location. If I cannot I need to detach several x-ref files and reattach them and rearrange it all again.
I know this. I am aware. This is why I avoid changing the reference point as much as possible if I have profile views or anything else dependent on my alignment. I also have no problem with this dialog giving me a useful reminder.
My problem is this: if I want to make my alignment longer, and I grab the grip at the end of it and drag it to a new location, the reference point moves too! Who in their right mind would want the reference point to move when adjusting the end? Personally I wouldn't want C3D to ever move my reference point automatically. I can have some sympathy with moving it if I am grip-editing the start of the alignment, or the tangent on which the reference point resides. But I'm editing at the end of the alignment, on a different tangent. Why would you move my reference point and make me have to go back and reset it to where it was? How dare you throw your warning message at me for moving the reference point back to where it should be when you secretly moved it to a wrong location with no warning whatsoever?
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.
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.
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
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?
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
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?
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.
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.
Im drawing on autocad 2008, but im having some trouble with trying to explode an 'external reference' this external reference needs to be edited.
I opened a DWT renamed it and saved it as a DWG, then i used the INSERT/EXTERNAL REFRENCES/ATTACH DWG to bring in drawing. When i select the explode button i cant select the drawing i need to edit.
I am in a IDW for an assembly file. buried deep inside , there is a part that need to be present in assembly (But in reference BOM condition)
When I insert a view with HLR option, why this part visible in dashed line. Whereas it supposed to Not Show up at all?
Example : Say I have a assembly of a spheres dia 5in & dia 3in (assembled center on center). The smaller sphere is in reference BOM mode. In the drawing view with Hidden Lines Removed option why is the smaller sphere visible in hidden line?
How to reference the drawign sheet number using iLogic? I see on the snippets on the side a way to reference the sheet name, but I only want the number. To get the name it is ActiveSheet.Name, but ActiveSheet.Number does not work. Getting the name give something like ASSM:1, so if there was a way to take that and subtract the colon and everything before it that would work also. I am not a programmer, I've just taked some programs I found online and modified them a little to do what I want to do, but this is holding me back a bit.
Overall, I'm trying to modify the drawing view label to have a project number, referenced from the drawign iProperties, a view label, and sheet number, and then save that info in an iproperty of the part, and then reference that in the BOM so it automatically labels all of the views and fills out a column of the BOM to reference which page and view to find the parts of the assembly. I have everything working except for the sheet number.
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.
This is something that I have tried to understand and find a work around since I started working with Inventor. Is there a way to insert a BOM into a part drawing that does not reference itself? When we create parts they are cut or machined from a designated material (size, shape, etc) which has it's own part number, one that we have to manually enter into the drawing BOM with it's description. Is there a way to attach this raw or base material to a part file as a subordinate part that can be seen in parent assembly's BOM's?
If there is a way to attach a raw material to a ipt's BOM that can be seen at all levels above it we could explore the option of streamlining our BOM creation process.
IV 2012 Running on: Windows 7 64 bit 12 GB Ram Intel Xeon processer
I have a VB program that auto updates the size of a door and frame assembly, and in turn, updates the shop drawings to reflect this change. I have a view on my shop drawing that I have drawn a sketch in. I start the sketch, add my dimensions, and I use 'Project Geometry' to project the edges of the actual part around the sketch to constrain my sketch and keep it in place. The problem is, as the program runs, and the door/frame changes height, the sketch loses it's dimensional references to the projected geometry. When I go back and reopen the drawing after running the program, all the dimensions that went to the projected geometry are gone.
Is there another way to anchor a sketch to a drawing view part instead of dimensioning to projected geometries? This doesn't seem to be working, and I've tried it every which way I can think of. Oddly enough, I have another sketch in a different view that is set up the same way, and it never misses a beat.
Is there a way to incude the sheet number that a drawing view has been moved to? I have an elevation tag that shows the view identifier, I am looking to have the sheet number referenced where I show "Field Text-Manual" in the attachments below. I am using inventor 2014.