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
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.
Resizing objects is a mess in CorelDRAW X6 when objects are outlined with Scale With Object enabled to retain proportions after resizing.
None of the tools dealing with outlines (e.g. Contour or even Outline itself) continue to work properly after resizing the object.
I strongly suggest to recalculate outline property values after resizing if Scale With Object is checked. Don't just do it hidden somewhere internally in the object model by applying a temporary scaling factor. Instead actually recalculate the actual property values if Scale With Object is checked.
CorelDRAW Graphic Suite X6.4 @ Windows 7/Windows 8 - 64 Bit, Windows Server 2008 R2, Windows Server 2012
Now i enlarged holes in the source part, but there was an error message in the derived part that the export status of the source isn't on, and that i should use design doctor.
Where is the control on the export status and what is it, i didn't see anything unusual in the parameters.
Where is the design doctor.
I cannot make new holes in the derived part in the place of the old ones since it says i have first to exclude the source.
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.
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.
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...
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
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
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.
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.).
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.
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?
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.
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.
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.
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?
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)
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.
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".
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?
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.
Since updating to the 13.02 release of photoshop CS6 extended I have noticed the following modified behavior:
When changing the assigned profile of an image containing smart objects, where the smart objects have previously gone through a color profile conversion - the smart objects will get reconverted to the newly assigned profile.
This was certainly not the behavior of 13.01 and previous versions.
Is this an intentional change? If it is shouldn't it be noted in the release notes?
Working in the CC3D features, I am constantly making changes to my bump map. Every time I step-backwards, or make a significant change to the bump texture (smart object?), CC auto-saves the layer. This specific file is a very very large document (3 gigs in the bump texture layer alone), and the 3D layer has lots of lights and is very complex.
This auto-refresh/update really bogs down the time that it would take me to make my changes. I have a very fast machine (I know it's fast, I dont need to list my specs), and I have all shadows disabled.
How do I disable linked smart-object auto-update/refresh?
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..