AutoCAD Inventor :: Drawing Won't Update

Oct 27, 2009

I am using Inventor Pro 2010.I have a model and I am driving the dimensions from EXCEL. The model updates nicely when I change dimensions but the drawing (idw) does nothing. In the browser instead of the usual tree in the view there is this red lightning bolt and under them is a big plus (+) sign and the words Solid.... after it.I was assuming that the lightning bolt meant something needed updating, but I can't find how this is done.

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: Style Update (or Style Update Check) Upon Open Of A Drawing?

Nov 21, 2013

I am wondering if it is possible to do a style update (or style update check) upon open of a drawing? 

The example would be that I have stuff made from way back that the colors/dimension sytles ect dont match the current standard and upon opening a file where they are not current, it would either prompt to update immediatly OR update automatically with no prompting (preferred method).

I am doing a massive amount of updates from old files recently and to save myself 1 - 3 clicks per drawing would be wonderful.

View 5 Replies View Related

AutoCAD Inventor :: Idw Drawing Views Always Want To Update

Dec 5, 2002

Why is it that individual views in an .idw always need to be updated? I will highlight a view, the thunderbolt icon lights up, I choose to update it, the view in the browser turns red and then the view up dates. if I highlight the view again it tells me the view needs to be updated again.

View 6 Replies View Related

AutoCAD Inventor :: Drawing View Won't Update?

Jan 3, 2012

I've got a macro which is creating .ipt and .idw files from templates. I'm once created I'm replacing the reference in the .idw to refer to the newly created .ipt file. The problem is that the drawing view isn't updating... I've make the .ipt file dirty then udpate the drawing, but that hasn't worked. I've tried just using the drawingdocument.update function, but that hasn't worked either...

View 6 Replies View Related

AutoCAD Inventor :: Drawing (IDW) Will Not Update Upon IPT Change

Oct 1, 2013

I am having issues with this. I create the part. I create the drawing. I add the part to the drawing. I make a modification to the part and then I select update(Lighting bolt) and NOTHING HAPPENS. Even when I did the local update.

I will review the rest of the thread tomorrow as I am leaving Inventor for today but this is bugging me!!

I can only see the change when I close the drawing and re-open it as of now.

note: When I do hit the update button it does shown the change for a split second then goes back to its previous state. Why does it not stay the new updated version? Inventor 2012

View 3 Replies View Related

AutoCAD Inventor :: Update Physical Properties From Drawing?

Aug 30, 2011

how I can update the physical properties for a part or assembly, from a drawing? My drawing template is showing the total weight for the current part/assembly, and I would love if Inventor could update this using iLogic, so I don't get the "N/A" value all the time. 

View 5 Replies View Related

AutoCAD Inventor :: How To Update Drawing Template With ILogic

Oct 8, 2013

I made iLogic for assembly and drawing, now i want to update drawing template parameters thru ilogic, as i already linked Fx(parameters) & iProperties to Template, but for updating template i need to close file and open again that file,

currently m using this method.

What is the solution for updating drawing template (like Model Description, Drawing no.).

View 3 Replies View Related

AutoCAD Inventor :: Open A Part From A Drawing To See Update

Jun 12, 2013

Using the 'Run Other' rule I can run a rule to switch holes on & off in a part. The rule is in the part & the run other rule in the drawing. The drawing will only update once the part is open. I would like to see the part open when the rule is ran from the drawing, how can this be done?

View 3 Replies View Related

AutoCAD Inventor :: Button To Update Date In A Drawing

Aug 31, 2011

Button to update the date in a drawing's IProperties and print a copy of the drawing.

View 2 Replies View Related

AutoCAD Inventor :: Update And Save Assembly Through ILogic In Drawing?

Jul 10, 2013

as a part of automating manufacturing drawings, am trying to include ilogic code in the drawing , that would accept values from the user and store it as "user parameters" and make corresponding changes in the inventor drawing file.So, to replicate my issue on a smaller scale, i had created 2 parts and created an assembly out of these 2 parts. I used the assembly in my drawing.

In the Drawing i created a user parameter .. say "external_param". I am opening the drawing and changing the value of the user parameter through the (Fx) parameter table. 

doc = ThisDoc.DocumentIf external_param >= 50 And external_param <= 99 ThenParameter("block_1.ipt.d0") = 15 'change the length of the blockParameter("block_1.ipt.d14") = 3 'change the number of holes in the blockElseIf external_param >= 100 And external_param <= 199 ThenParameter("block_1.ipt.d0") = 40Parameter("block_1.ipt.d14") = 5ElseIf external_param >= 200 And external_param <= 299 ThenParameter("block_1.ipt.d0") = 80Parameter("block_1.ipt.d14") = 6ElseIf external_param >= 300 And external_param <= 399 ThenParameter("block_1.ipt.d0") = 160Parameter("block_1.ipt.d14") = 9End IfRuleParametersOutput()iLogicVb.UpdateWhenDone = True'InventorVb.DocumentUpdate()
 
As you can see, i have commented out InventorVb.DocumentUpdate() , im not quite sure what would accomplish the update and save of the assembly document in the background (without prompting for a save/update). I have also tried thisDoc.Save and thisdoc.update. Using these 2 commands along with the InventorVb.DocumentUpdate() or iLogicVb.UpdateWhenDone caused Inventor to Crash.

View 4 Replies View Related

AutoCAD Inventor :: Open And Update Drawing From Assembly Via ILogic

Nov 12, 2012

The right click context menu on the top level assembly (on the model tree in Inventor) has the option of 'Open Drawing'.

Is there a way to do that via iLogic? Unfortunately I can't figure it out if there is. I would like to open and update the relevant drawing.

Also have tried it the other way around, that is to run my rues in the assembly from the drawing since the drawing is the parent. But I am not sure how to reference the assembly.

View 1 Replies View Related

AutoCAD Inventor :: Update Table In Drawing - IPart Active Row

Feb 27, 2013

I have two tables on a drawing one showing a parts list the other changes to dimensions.

The table to show the dimension changes is a configuration table pointing to an ipart.

iLogic is used to update the ipart but you have to right click to update the Active Member in the ipart to see the drawing update.

Is there a way to automate the 'update active member'? (on the ipart table - this does update the drawing)

I just have the one row in the table, it's purpose was to pass the values onto the drawing (as the part resizes I didn't want the dimensions moving so opted to tabulate them) - hoping they would update!

or

Is there a way to have a table update parametrically i.e. I've tried .csv as a source to the table but can't force an update. This way I could scrap the ipart & just import the values to a table.

The table also includes some txt comments which change with the ipart properties.

View 1 Replies View Related

AutoCAD Inventor :: Defer Update Of Drawing AFTER Assembly Has Been Revised?

Jun 27, 2013

Sometimes I need to revise an assembly/part and I forget to open the drawing first and check a few things before I do. Inevitably my B-Hole employees (that's right, you know who you are if you are reading this! ) don't constrain their section lines and I end up losing a whole bunch of annotations that I then need to put back.

Is there a way to defer the updates to a drawing outside of the document settings for that drawing? I need to open this up, tie down their section lines, attach the detail cuts, etc. then get it to update.

Inventor Professional 2013 (SP-2.3), Product Design Suite Ultimate
Desktop: Intel Core i7 3.4GHz, 16.0 GB RAM, Windows 7 Ultimate SP-1, 64-bit OS, (2) GeForce GTX 580 (331.81), Space Pilot Pro (3.16.1)
Laptop: Intel Core i7 3.9GHz, 16.0 GB RAM, Windows 7 Pro SP-1, 64-bit OS, GeForce GTX 780 (331.81), SpaceNavigator (3.17.7)

View 8 Replies View Related

AutoCAD Inventor :: Update Drawing Properties From Model IProperties Automatically

Jul 1, 2011

I like to keep the properties of my drawing the same as those of my model. Currently I must remember to hit the "updat copied properties" button in the drawing to discard any old drawing properties and replace them with the properties from the model.

Is there any way to automate this task (perhaps on saving the drawing?) I presume an iLogic rule could be created in the drawing template, just not sure how to go about it.

View 7 Replies View Related

AutoCAD Inventor :: Custom IProperties Not Updating In Drawing When Update Assembly Model?

Nov 19, 2012

I'm using Inventor 2011 and when I go to change parameters using iLogic in an assembly model, (sometimes it is a component suppression, other times it is an iPart component change) it won't update the associated drawing file. I need to go into the BOM on the drawing and renumber the balloons, or change something else in order for the custom iProperties to update in the drawing template. If I just change the iPart component, then the BOM doesn't need to update making the renumbering of balloons redundant.

I'm using iLogic to update all of the iProperties and component references, then reattach balloons. What I would like to do is automatically update the custom iProperties drawing template fields, and renumber the drawing BOM.

View 2 Replies View Related

AutoCAD Inventor :: Projected Drawing View Doesn't Show / Design View Rep Don't Update

Sep 27, 2013

After upgrading to Inventor 2014 we notice that the graphics do not work properly, and that the overall performance in drawings and modelling bad compared to 2013. Then we installed SP1 and now drawing views are disappearing, however when we select "shaded" view the view reappears and works perfectly..

Any workaround regarding disappearing views?

View 3 Replies View Related

AutoCAD Inventor :: Material Favorites Does Not Update When Update Materials

Dec 9, 2013

I made a change to my materials library.  I changed the color (from dark grey to light grey) of one material.  I then saved this back to my library.

Now, when I start a new part, I get a warning that the material does not match the library.  So, rather than using the material in the part, I opened the template and updated the material to match the library. (Manage >Update Styles).

This is where the problems come into play. In the update styles dialog, if I compare materials against my custom materials and then compare it to my Favorites, it just a continuious circle.  It is like the favorites are stored inside the part and do not get updated to match the custom materials library. (I thought the whole idea behind using a library was to get the information out of the parts).

Here is a short video showing what it does. [URL] .....

The only way I can get the favorites to match is to delete the favorite material, update the style and the add the favorite back in.  That is a bunch of work.  The problem I got with this is that there are thousands of parts that have been created that has this favorite in it.  The only way to update these is to open each part (if I knew which one), delete the favorite, update the materials and then add the favorite back in.

I see the same thing in 2013 and 2014.

View 3 Replies View Related

AutoCAD .NET :: One By One Update Object In Drawing

Jul 22, 2011

I am creating a program place object on drawing by using loop. I may need to place 1000 object. at the moment the drawing graphic part doesn't update which placing, it update after placed them all.

I call my func from a PaletteSet, after place them all i use 

acApp.DocumentManager.MdiActiveDocument.Editor.Regen()

I would like to see object appear on the drawing while placing them, like object.update in COM

View 1 Replies View Related

AutoCAD Civil 3D :: Update Survey Points In Drawing

Jun 27, 2012

Here is my procedure.

1. Import survey point via ascii file into a new drawing call it Field-dwg.
2, Create a survey data base
3. Import all points in the the data base under import event.
4. open existing drawing, work-dwg, import points as needed from the Survey Data Base.

Problem : Survey points needs be renumber. 

I goto field-dwg, and fix the points (renumber).

open survey data base for edit, and import Event, field-dwg/points/update :  nothing happen

also try Import Event, field-dwg, survey points, update : nothing happen

so I re-import the points, all is good.

Then I goto work-dwg, and  try to update the point, nothing happen.

View 5 Replies View Related

AutoCAD 2010 :: Drawing View Fails To Update

Jun 6, 2011

When I place an Inventor 2012 part into an AutoCAD 2012 layout, the drawing view fails to update after a change is made to the Inventor file. When I click "Update View" in AutoCAD the command line says, "1 view(s) is up to date.", but the drawing does not change. Both the AutoCAD drawing and the Inventor part file are located on a server drive which is mapped as a network drive. AutoCAD displays the correct path in the drawing view properties. Running Windows 7 x64.

View 3 Replies View Related

AutoCAD 2010 :: Auto Update List Of Xrefs In Drawing?

May 3, 2012

I have been trying to get a list of xrefs contained within a drawing to auto update by using Rtext.

I have got as far as using the following diesel expression.

Xref's in this file are indicated as - Xref name [Filepath]

$(Xrefs,3,)
$(Images,3,Images in this file: )

This gives me more or less what I want but I dont want to show the file path. What changes to the expression I need to do to achieve this.

View 2 Replies View Related

AutoCAD LT :: 2008 - Update Template Which Has Custom Drawing Properties

Sep 7, 2012

I'm trying to update a template which has custom drawing properties.  In AutoCad LT 2012 (and obviously full autocad) there is an UPDATEFIELD command which updates the drawing properties.

This command is not known in my version of AutoCad LT 2008.  Is there another command I can use? 

View 1 Replies View Related

AutoCAD 2010 :: Update Block Attribute With Constant Value In Multiple Drawing?

Mar 27, 2013

I am looking for some code or something which can change the title block revisions from "01" to "02" in multiple drawings.

The title block revision block is set in attributes.

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Update Custom Drawing Properties

Oct 1, 2012

how to access custom drawing properties using LISP.  It was in a discussion initiated on 01-06-2011, subject:  Custom drawing properties.

One solution was to use the following method:

(setq  si (vla-Get-SummaryInfo (vla-Get-ActiveDocument (vlax-Get-Acad-Object))))
(vla-GetCustomByKey si  "DWGPROP1" 'pval)
(princ pval)

Now taking it a step further, using LISP, how can I "update" my custom drawing properties?

Inventor RS 2011
AutoCAD Mechanical 2011
ASD 2013
Vault Collaboration 2011
Windows 7 Pro

View 2 Replies View Related

AutoCAD 2010 :: Update Block Attributes In Drawing From Excel Spreadsheet

Oct 15, 2012

I have a basic floor plan in AutoCAD 2012 that has blocks in specific locations which contain personel data....name, phone, computer tag, desk key numbers, etc.  I extracted the data to an Excel spreadsheet and I thought set up a "data link".  But I don't know how to make the data update.

My problem...moves of staff, phone, computers are often made, but no one lets me know about it until they want a new floor plan printed and the computer and key tags get so messed up from the moves that it can take me hours to fix.

My goal is to be able to have our secretarial staff update the spreadsheet and in turn update the blocks in my AutoCAD drawing when it is opened and/or "updated".

View 3 Replies View Related

AutoCad :: Edit Per-drawing Section Of Update Title Block Menu

Sep 13, 2012

I want to edit the per-drawing section of the "Update Title Block" menu and it seems like AutoDesk has not given this option. So where I go to edit this menu or if its even possible AT ALL?

I very much dislike that AutoDesk made it so easy to edit the project wide description lines and left almost no way to customize the per-drawing section in the same way. One would think if you making a product to fill the need of many industries you would add a way to customize it from vanilla?

View 6 Replies View Related

AutoCAD Inventor :: Get The COG To Update

Dec 4, 2013

Is it possible to get the COG to update its self automatically when I change an assembly / part without having to turn it on and off again? At the moment, as soon as I change a part it just goes grey and has absolutely no use (shows where the COG was, but not is). Obviously this is a bit pointless, so is there a way to make the COG automatically update without any input from me?

View 7 Replies View Related

AutoCAD Inventor :: Update Old To New IDW Template

Feb 12, 2013

Made some minor changes / updates to our .idw template and would like to update previous .idw's to the new template.  Can this be done automatically?  Is this done in styles?  

I have opened previous .idw's and checked for updates in styles and none are shown.  The changes/updates are to the title block and revision table.  New drawings open with the new template changes, but we would like those changes to any previous drawings as well.

View 2 Replies View Related

AutoCAD Inventor :: How To Update Thumbnails

May 17, 2013

How could I update the thumbnail in the file? The view should be isometric.

View 2 Replies View Related

AutoCAD Inventor :: How To Get Extrusion To Update

Oct 27, 2012

First off if I update a sketch block in a derived part, how do I get the sketch blocks to update?  Do I have to delete derived item, and rederive it?

Also if I modify a sketch block that is used for a extrusion, how do I get the extrusion to update?  Do I have to delete extrusion and rextrude?

View 7 Replies View Related

AutoCAD Inventor :: How To Get Subs LOD To Update

May 16, 2012

I have a fuel tank assembly and created a subs lod for use in the top level assembly.

I changed the length, width and height of the tank body.  The assembly is fine but the subs LoD isn't updating properly.  I have tried rebuild all from both the tank assembly and the top level assembly.  Even if I open the subs derived part I cant get it to update. 

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved