AutoCAD Inventor :: Reference To Drawing Sheets?
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
ADVERTISEMENT
Aug 13, 2012
Any intelligent way of referencing the sheet with the parent view? E.g. i put a detail or section view on Sheet 2 from a parent view on Sheet 1 and want to reference from what sheet the view is taken from.
View 3 Replies
View Related
Aug 15, 2012
Working in an idw file, I have a need for two drawing sheets with the identical views of the same part. However, each sheet will need different dimensions and annotations. What I would like to do is after completing one sheet, in one step create the second identical sheet, then just edit/add dimensions and annotations. Is there a method to do this? So far, I have only been able to copy one view at a time from sheet to sheet.
View 2 Replies
View Related
Nov 5, 2012
I have an assembly drawing made with 2 parts in it. I have the assembly drawing as Sheet 1 and each part also in the file as Sheet 2 and Sheet 3. What I have a problem with is that when I change or update the original files for Sheets 2 and 3 it doesn't update the sheets in the assembly drawing. Is there a way to keep these files connected. I need to have the standard sheets for filing and part designation, but when production call for the assembly to be needed, the assembly (Sheet1) with the Attached part drawings (Sheets 2 & 3) hit the production floor. Without them linked a mistake will be made. There are to many engineers in my department and we all make production changes to parts and if they are not linked bad things will happen. I am just trying this out, we have a lot of assemblies that will be great for the production if I can get all the part and assembly files to work together and print at the same time from on file.
I am using Inventor 2012 if that matters.
View 7 Replies
View Related
Oct 21, 2011
how can I copy inventor drawing sheets? I don't want write everything again. It must be a way.
I use inventor 2012.
Autodesk inventor Design Suite Premium 2012
Windows 7 x64, 750 GB harddisk
Intel core i5 Cpu @3.2 GHz, 8 GB Ram,
nVidia Quadro 2000 D Graphics Card
View 6 Replies
View Related
Aug 28, 2012
I'm setting up drg templates for a company. I need different drawing titles for each drg sheet, is this possible in Inventor 2012?
View 9 Replies
View Related
Jan 3, 2013
Is there a way, in my drawing template, to set one field as "Part Number iProperty from parent assembly on sheet 1 base view"? I want every single sheet in my .idw to reference the same "Part Number" iProperty from the assembly in the base view of sheet 1.
View 2 Replies
View Related
Feb 14, 2013
I was wondering if there was a more efficient way to reference objects from different sheets.
Currently, I am using a method where I have a column on the left hand side of my sheet: with sheet number on top and "line" number on the bottom, as as sheet map. So when I have to reference something externally to the current sheet, I place one of those hexagons in the sheet with the corresponding location.
Is there a better, automated way to do this, as this can be frustrating to change when there is a slight shift and the line numbers have to be changed.
View 3 Replies
View Related
Jun 14, 2012
shouldn't sheets marked as "exclude from count" not be counted?
I tried this in both 2013 and 2012 to see if maybe AutoDesk broke it, but it doesn't work in either one. This is easily reproducible for me, a file shouldn't be necessary. Just open up (or create) a multi sheet drawing. Go to edit sheet on one or two of them and check the "exclude form count" box. Now create a new iLogic rule and put the following line into it:
MsgBox("This is the number of sheets in the drawing: " & ThisDoc.Document.Sheets.Count, VBOkOnly, "Number of Sheets")
View 2 Replies
View Related
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
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
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
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
Jul 18, 2013
When a drawing view is made within Inventor from a presentation file (.ipn) some of the parts sometimes donot appear as properly visible.
I have attached some screen shots which might lead to some clues.
View 5 Replies
View Related
Apr 9, 2012
I wondered if there is a way of changing view reference from one object to another.
Example.
I have two similar models but drawing done for one.
I could save it as with a different name and replace in all the views referenciing from old model to new one.
Possible?
View 3 Replies
View Related
Jun 21, 2012
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?
View 2 Replies
View Related
Dec 11, 2012
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.
View 5 Replies
View Related
Jun 28, 2012
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
View 9 Replies
View Related
Jan 14, 2013
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.
View 4 Replies
View Related
Dec 13, 2013
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.
View 1 Replies
View Related
Jun 14, 2013
I have assemblies that are comprised of reference parts - the assembly is a purchased part such as an air cylinder. I have them as reference only in the assembly (ie right click on the parts in the model tree->BOM Reference->Reference). I do it this way so I can adjust the air cylinder how I need it, but still only asign one part number to the whole assembly - as an example we'll say "cylinderX" is the part number, and filename is "cylinderX.iam"
The problem arises when I put cylinderX.iam into other assemblies and try and make drawings of those assemblies. Even though cylinderX.iam is not a reference part (but all it's sub components are), it shows up in an IDW just like reference parts. I am able to make it show up how I want by editing the view properties (Edit View->Model State Tab->Reference Data Line Style "as parts"), but I still cannot balloon cylinderX.iam. It shows up in the parts list, but I cannot attach a balloon to it.
Inventor 2013, 64-Bit
Dell Precision M6700
Windows 7 Pro
Intel Core i7-3820QM @ 2.70 GHz
16 GB Ram
NVIDIA Quadro K4000M
Space Navigator
View 4 Replies
View Related
Nov 8, 2012
In my company they draw out multiple pages of construction drawings in 1 file. They do all their sketching off to the side and then bring the finish detail onto the sheet that will be plotted out later.
They then start a new sheet below it and continue onward until they have 20 plus drawings in one DWG file.
What I want to do is print each drawing individually to whatever plotter or printer I set up. I can't batch file as I understand it because there are so many pages of a print in 1 drawing. Because all the DWG file has multiple pages I have to go thru several windows to get each page plotted out.
Is there a script or batch file that I can use that I can set up the plot and then for example highlight the page I want to send to the printer then go to the next print, highlight it and it gets sent to the printer without having to set up the plot again?
We use Autocad 2000 so I am working with a basic set up here without a lot of frills the later versions have. I am trying to get them to seperate the pages but that isn't working for the earlier drawings they have done.
View 9 Replies
View Related
May 26, 2013
Example for creating layouts for the zoomed portion in the model space.. Im able to zoom the drawing sheet but im not able to create layout for that sheet..See my attachment ..i created layouts manually(layout1,layout2,layout3)....But i dont know how to do this in .net API.
View 1 Replies
View Related
Apr 23, 2012
What I need to know is, will the drawing sheets/titleblocks attributes etc, I have created to insert in AutoCAD work in Civils 3d or will i need to create separate ones.
View 4 Replies
View Related
Dec 27, 2013
I've created a couple of programs:
One - that will start a new project file, add our standard drawing sheets
two - Insert a bunch of wblocked components based on user input
programs 3 - 6 all do the same as program 2, just different components for different sheets.
I can run all these programs and they work (i need to do a lot of "clean-up" but they work)...
I have them set-up to open the next drawing.But i have to type in the next command, and continue until all my programs and done running.
My questions is how can I accomplish this without having to continually type in commands?I can't run these as a script, but is there another method?
View 8 Replies
View Related
Apr 3, 2012
How to automatically print the layers of a drawing in separate sheets in one go?
I wanted to print the layers of a particular drawing each in separate sheet but wondering if there might be an automated way to do so. For example, if I a particular drawing comprise 15 layers then how to print each one of these layers in a separate sheet.
Sure, there might be more than one way to achieve this (like controlling the “plot” feature on the “layer properties manager” but what I’m looking for is an automated way to print all the 15 layers separately in one go.
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
View 9 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