AutoCAD Inventor :: Reference In 2D Drawings?
Jun 5, 2013
know if we could put for example the Building of our Assembly in some 2D drawings as a "Reference" object and as a non reference object in other 2D drawings?
In some 2D drawings we don't need the whole building, and just with the references is enough, but in some other views, we need to see the building so we can represent the real obstacles we have or to show how the custumer should do the pipe implantation
View 5 Replies
ADVERTISEMENT
Dec 6, 2011
We have some serious problems by creating assembly drawings with reference geometries in inventor 2010. Our target is, to create a drawing that look the way, the attachment shows (Picture-1) The sheet metal plates Pos 10-100 are an assembly. And the assembly in the back is the reference geometry. It’s a frame consists of steel sections. What we want: 1. The frame must be phantom lined in the idw. 2.
The Sheet Metal parts must be thick lined. 3. The Partslist of the Assembly should only contain the sheet metal parts and not the frame We have some ideas to solve this case, but each of them is nor perfect (please see the attachment Box.pdf) And there’s another problem (described in part 3 of attachment), we cannot position viewports or drawing elements to each other exactly. You have no possibility to give them dependencies. Also if you want to position symbols to each other. All of them are only near to be exact, but that’s a big problem. If you change contents of a viewport, another should be aligned to it, but that doesn’t work.
View 2 Replies
View Related
Jun 17, 2012
How can you force the geometry of reference parts to print behind to print behind your visible parts. I have my reference parts print out on a light gray layer to be shown indistinct on a drawings, but it prints over my object lines in effect hiding them. This is even true if a reference part is hidden. Then hidden line will print over the object lines as well.
View 4 Replies
View Related
Jan 18, 2013
Is there a reference of the markup that is used with formatted text on drawings?
View 1 Replies
View Related
Apr 2, 2013
I already have a code below that will read a bunch of drawing filenames that will go into each drawing, save the drawing, (print the drawing but I have this disabled for now,) close it, then move onto the next one.
What I want to do is add reference brackets around every dimension on each drawing. I have managed to update part list styles before using ilogic but I am not sure if it is possible with dimensions.
question = MessageBox.Show("Are you sure you want to update multiple drawings? If so, make sure all drawings are checked out.", "Batch Drawing Update",MessageBoxButtons.YesNo,MessageBoxIcon.Question)
'set condition based on answer
If question = vbNo
Exit Sub
End If
[Code] ......
View 4 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
Jun 27, 2012
I'm working on a large infrastructure project with numerous of drawings. On quite a few layout drawings I need to have the same base set of references, however I need to change the layer settings (colors, lineweight etc.). This cannot be done in the base reference itself as it is used by others. As the layouts I work with includes other references as well, it is time consuming to filter and change layer settings on each base reference.
My concept is to have a master reference file to manage all layer settings and add/remove base references. When the master reference is referenced into the layout, all layer settings on the base references should stay as set in the master reference. In this way I can easily control all base references with one file and make sure all changes will be the same for all the layouts.
New illustration of concept:
View 9 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
Mar 20, 2012
All of the patterned parts in my assembly show up as reference parts in the BOM I have I have opened the base part for the pattern and made sure its BOM is set to normal. When I change the BOM setting in the assembly it automatically changes to reference.
View 2 Replies
View Related
Mar 30, 2005
I have Sample.ipt, SampleRev.ipt and Sample.idw. (Sample.ipt and SampleRev.ipt are the same configuration part with some different parameter value) Sample .idw is a drawing of Sample.ipt. How can I use code to change Sample.idw to be a drawing of SampleRev.ipt.
View 9 Replies
View Related
Jul 26, 2012
Let's say i want to draw a bike. In the 2D IDW of the wheel I want to see the frame as a reference. So, in the .iam of the wheel the frame subassembly is inserted and checked as reference. Also, a new level of detail is created that surpressed the frame.This level of detail is used in the overall assembly of the bike.
So, I end up with several subassembly's that contain other subassembly's just to reference them in the IDW. It would be better to have just one master assembly and create several IDW's from that assembly with different LOD and reference settings.
Inventor 2012 - 64 bit - build190 - Windows 7
View 4 Replies
View Related
Sep 27, 2011
We have some structure issues going on. Below is an example of our current structure.
1. Overall Frame Assy
2. Frame Weldment
3. Spine Weldment
3. Bracket Assy
4. Deck Brackets
4. Air Brackets
4. Hyd Brackets
The biggest problem is we have all of these level 3 and 4 subassemblies that need to reference upper level assemblies to show placement on the drawings. We have tried utilizing LOD's and view reps but still can't fix the problem. The problem comes into play when we get to upper level assemblies that become so huge because of all of the references that are happening at lower levels. It is structured this way to create small BOM's and to be able to use in multiple different structures without having to pull a new Part Number.
We need the reference geometry to be able to show on the drawing our locations of all of these lower level assemblies and how they mount to the frame in their respected locations.
View 3 Replies
View Related
Jan 7, 2014
Is there a way to identify what sketch or Solid a reference parameter (d0, d1, d2 etc) is in / on.
View 3 Replies
View Related
Oct 9, 2013
I'm having some difficulties with iLogic and reference parameters.
I have made a tube with a weird shape and I want to measure the longest length. So I have to cut the tube in a certain angle in relation with the center to measure the length.
The problem is that this angle is really hard to calculate.
So I tried making a rule where I can make my angle shift x degree and then measure the longest length. If the measurement is larger the previous measurement the angle will shift x degree again until the measurement is smaller than the previous.
So I made my starting angle 0 degree, I know this is for a fact not the longest length. And then I tried this rule. (before making a While rule).
And I noticed that on screen the measurement changes. But the reference - parameter stays the same. So it gives me the measurement on the starting angle & after rotating it again gives me the starting angle.
How can I get the parameter to update itself in between?
Dim measurement_length As DoubleDim measurement_length2 As DoubleMessageBox.Show("Start angle ", "My iLogic Dialog", MessageBoxButtons.OK, MessageBoxIcon.Asterisk, MessageBoxDefaultButton.Button1)angle_measurement_spec = 0RuleParametersOutput()InventorVb.DocumentUpdate()measurement_length = [code].....
View 1 Replies
View Related
Mar 8, 2013
I was wondering if there was a command that will get the file name of the model referenced in a drawing?
The reason I want to do this is because I have various programs to automate drawings, but I have to manually edit the code if i want to switch between using the code on assembly drawings and part drawings.
If i can get the model reference, I can then use a bit of extra programming to extract the extension. (i.e. .ipt or .iam)
Autodesk Inventor Professional 2011
Windows 7 Enterprise, 64-bit
View 5 Replies
View Related
Jun 21, 2013
I am having trouble with getting the reference parts of my assemblies to show on the IDW drawings. That is, most of them show, but some items disappear.
On the attached picture you can see what i mean... its of a circular structure with a door frame mounted. One is put in as normal assembly, one is put in as reference part.
The circular structure shows, but the door is missing (in some views). When I do a sectional view of the view where it is missing it appears.
View 9 Replies
View Related
Jul 25, 2012
Is there an automatic way to force a mesurement, to become Referenced? (driven)?
Even if sketch is not yet totally constrained?
View 4 Replies
View Related
May 22, 2012
co-workers part file. in the assembly tree the part file has
Cut-->Sketch52-->Reference38.
Now from what I understand if I adjust something in the the assembly file that this Reference38 is associated to then the cut will be adjusted accordingly. My question is, is there a way to determine what Reference 38 is referring to exactly? Which assembly file and which component/part?
View 2 Replies
View Related
Mar 23, 2009
Currently running INV 11.
Way back when we first started using INV (R5) we used a bitmap in our titleblock for our company logo. Since then, we have moved to using vault last year and this bitmap is causing major headaches since its original location was no in a library file, but stored in our template file area.
Every time we attempted to add a new IDW to the Vault, Vault would kick it back of course saying a file by that name already exists in Vault. To get around this, we have reworked our titleblocks and have used a DXF file for our logo instead of a bitmap. This works on new IDW's just fine, but editing any previous drawing now causes problems with uploading to vault.
The only way I have found to purge this bitmap from the IDW reference is to start a new IDW and copy the views while inserting the new titleblock.
So, is there a way to clear this reference from the current IDW without having to recreate new drawings?
I have tried to edit the (bad) titleblock and deleted the bitmap out of it, but when trying to then save the file to vault, the vault tree still shows a 3rd party reference which is this bitmap! Copying over the new (good) titleblock does not work either as the IDW keeps the this bitmap reference even though the file does not exist anywhere in the drawing or any of the sketched symbols.
How to get rid of this bitmap reference from our titleblocks without recreating entirely new drawings.
View 8 Replies
View Related
Mar 13, 2012
I'm trying to delete, programatically, a specific dimensions on a specific sheet of my drawing based on a model parameter. I imagine it would be pretty straightforward to refer to generaldimensions.item(?).delete but how do I know what the index number of the dimension I want is? The only samples I can find either generacially access item(1) or use a for each loop to get all dimensions.
View 3 Replies
View Related
Jun 25, 2013
I am working on an assembly and idw, and my assembly has a number of reference parts in it. Two patterns of reference parts are not appearing in the idw for some reason.
I can get them to appear by changing the view style to show hidden lines, and then the hidden lines appear and solid lines for all except the first instances also appear. When i turn off hidden lines, the hidden lines disappear leaving the solid lines of all but the first instances. Then if i change the reference data line style to try and show all the lines, they all now disappear again.
View 4 Replies
View Related
Feb 2, 2013
I'm very new to Autodesk Inventor 2013.I'm working on a small project on my laptop at school. Recently I tried to work on this project at home. So I put everything on a Memory Stick, plugged it in at home and opened the file as usual. The problem is that the file needs references to the content center parts like screws etc. and can't find them. I was looking through my whole computer for this content center files Inventor is asking me, but I can't find them.
If I open a new project and open the content center it works without problems. The problem is just that I can't tell Inventor where the parts are to which it needs to be referenced.
View 3 Replies
View Related
Sep 28, 2011
I had some parts that in BOM were checked as "referenced". Then at some point I changed them to "normal".
In the drawing environment they still act like reference parts even though I changed them to "normal" before created the view.
They are still see thru when I go Drawings View/Model State/Reference data/As parts. They act like they are reference parts but they are not anymore. How to make then really "normal"?
View 5 Replies
View Related
Feb 14, 2012
Is there a way to find out where reference dimensions originate? I have a reference dimension I would like to change, but don't know where to do go to make that happen.
View 1 Replies
View Related
Apr 5, 2012
I have text in my title block that references part properties. If I have several different part and assembly base views on a sheet, how do I control which one the title block references? It defaults to the first one that was placed. I am using 2011 Pro.
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 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
Mar 11, 2013
Is there a way to attach a reference file such as a pdf to an idw browser in R2013? There are many times we include torque specs, etc and it would be nice to include the catalog page or some reference to the original manufacturer specs.
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
Aug 14, 2011
The question I want to ask is about reference dimensions in iPart.
I can create a sketch and place reference dimensions on it, there's no problem. I can activate any configuration manually and see the reference dimensions adjusted according to configuration, no problem again.
I would like to know — is it possible to automatically populate column of the iPart table with reference dimension value, as it stands for each configuration?
I was able to find some solution for that, but it's not automatic. I can mark reference dimension of export, and add it as a column to the table, but I need to manually activate each configuration to populate the column with measured reference value. Not very good, because there can be very many configurations.
How to automatically get complete list of reference dimensions values for each configuration of the iPart?
View 1 Replies
View Related
Dec 2, 2011
how to replace a model reference in and Inventor 11 .idw file. - It seems this is something easy to do in Inventor 12 but I don't see how to do it in 11..
View 6 Replies
View Related