AutoCAD Inventor :: Associative Copy Object Not Updating?

Nov 13, 2011

The assembly in the attached files was working fine in 2011, then for some reason it stopped updating.  So I opened and saved in 2012 and it still doesnt update. 

Open the assembly, edit the extrusion in Copy Surface Master and change the distance to 500.  You can see that the copied faces do not update in the other parts, but there are no error warnings.

I logged with my VAR and they said use derive instead and closed the ticket.  Sure derive is another way but copy object with associativity should work so this is my way of bringing to autodesks attention.

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: Set The Drawing View To Be Associative Or Non-associative By Default?

Mar 4, 2013

Is there a way to set the drawing view to be associative or non-associative by default in my .idw template?

Inventor 2013
Windows 7 Professional 64-bit SP1
HP EliteBook 8470w
Processor: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
Memory: 16 GB
AMD FirePro M2000
3D Connexion SpacePilot

View 6 Replies View Related

AutoCAD 2010 :: Set Associative Dimensions To Be Non-associative?

Aug 20, 2009

Is there a way to set associative dimensions to be non-associative without exploding them?

I have a large drawing with a bucket load of dimensions. I did not realise until too late that my dimensions styles were set to be associative by default. Now whenever I alter the drawing such as breaking a polyline that a dimension is associated to the dimension sometimes goes haywire. If I select affected dimensions I can see in the properties window that the dimension is associative but the field is greyed out and I can't alter it.

Is there a global or per-object way to change this association? Exploding is not an option.

View 9 Replies View Related

AutoCad :: Differences Between Associative And Non-associative Hatch?

May 5, 2013

What is the concept and differences between associative and non associative hatch, dimension etc?

View 7 Replies View Related

AutoCad :: Associative Leaders Becoming Non-associative?

Jul 20, 2012

We have been having a problem with our leaders for the last few weeks. We are running Acad2009LT and Acad2009 full versions. Our leaders are becoming non-associative. I made a drawing yesterday and was the only one editing the drawing. I made some leaders with text. I know they were working fine because I had to move some text and the leaders went with it. This morning when I opened the drawing. Some, not all, of the leaders that I made yesterday have become non-associative. I made some new leaders and they are working properly. Other people in the office have been having the same issue. Nothing has changed on our systems. We have been using the same program since 2009.

View 6 Replies View Related

AutoCAD Inventor :: Restoring Associative Links?

Jun 18, 2012

is it possible to restore an associative link? I have a model that is being run by ilogic rules and everytime i run the model a invisible part in the assembly is still visible in de drawing. i can manually restore this by RM-->subassembly--> representation--> and then switch it to associative again, but i want it to just do it automatically.

ia also tried to do it with de following code but it doesn't seem to have effect.
 
''------------------------------------------------ThisApplication = InventorVb.ApplicationDim oDoc As Document = ThisDoc.DocumentDim oCompDef As Inventor.ComponentDefinition = oDoc.ComponentDefinitionDim oCompOcc As Inventor.ComponentOccurrenceFor Each oCompOcc in oCompDef.OccurrencesoCompOcc.SetDesignViewRepresentation("Default",True)NextRuleParametersOutput() ' use this before DocumentUpdateInventorVb.DocumentUpdate() ' Update now

it will run okay but the sub-assembly still doesn't switch to associative or it switches  back after the update?

there must be a way to just simply put the associative link back on.

ps: in the .idw the associative link is enabled but the subassembly is missing his link to the main assembly.

View 5 Replies View Related

AutoCAD Inventor :: Drawing View Associative Selection

May 24, 2012

In the continuing persuit to learn Inventor, of this selection in the drawing view editor?I have noticed one thing.  When it is checked it turns off the visibility of parts within an assembly view.

View 9 Replies View Related

AutoCAD Inventor :: Associative Parts Not Associating In Assembly

Feb 23, 2012

I am trying to create a fixture, and there are many components that need to be bolted on.  Rather than measuring each and every hole on many different pieces, I tried editing the components that parts will bolt to and did this:
 
I used Copy Object to copied mating surfaces of components that will bolt on, and made sure that the Associative box was checkedI started a new Sketch, and projected the object's surface into the sketchI created a Hole feature based on the sketch with projected edges from the copied objectWhen I moved the (Copy Object) part in the assembly, the cross part association failed, and the result is seen in the attached picture- the holes do not line up with the copied surface.  When the error came up, a solution was to make the feature Associative. 

In another test, not moving the part but simply changing the geometry the second part feature updated properly.

Inventor 2013 (SP2 Update 2), Windows 7 Professional (64-bit), SP1, Intel Xeon 3.07GHz CPU, 12GB RAM, NVIDIA Quadro 2000, Vault Basic 2013

View 2 Replies View Related

AutoCAD Inventor :: Clearing Associative Box Has No Affect On Visibility In IDW?

May 2, 2012

I have an .idw of an assembly.  I originally made a sub assembly invisible in the .iam and create a new base view.  The invisible assembly is not there as I would expect.  If I turn the visisbility back on in the .iam the part is now visible in the .idw even thogh I have cleared the "Associtave" box.  No matter what I do, I can't clear the assembly out of the .idw even if I go back to the .iam and make it invisible again.  This used to work in previous releases. 

Atuodesk Inverntor 2011

View 3 Replies View Related

AutoCAD Inventor :: Derived Assembly Associative Option?

Aug 31, 2012

I want to un check this associativity thru VBA

' Create Derived Assembly Definition for the file Filename
Dim oDerivedAssem As DerivedAssemblyDefinition
Set oDerivedAssem = oPartCompDef.ReferenceComponents. _
DerivedAssemblyComponents.CreateDefinition(Filename)
oDerivedAssem. ?

Config :: Intel (R) Xeon (R) CPU E31245 @ 3.30 GHz, 16.0 GB, 64bit win7
Inventor 2013 and Vault Basic 2013

View 1 Replies View Related

AutoCAD Inventor :: Create Non-associative Solid Base Feature In Second Part

Sep 19, 2013

“Associative body copy API Sample” 2013 API help.

The above code in the API help shows how to do an associative or a non-associative copy in an assembly of one part into another part. ..BUT the non-associative copy does not always work correctly....

I have been testing this sample code and notice the following limitations with the lower part entitled “Create a non-associative solid base feature in the second part”...

The code uses the proxy body for the source object but it does not use the proxybody for the target object and therefore the relative positioning is wrong for the nonparametricbasefeature when it is created in the target object if the real target body is in a different place than the targetbodyproxy (e.g. it has been rotated/moved in assembly space).

I notice that if you perform this manually using the “copy object” button the relative positioning is maintained correctly even if both target and source objects have been rotated/moved in the assembly...

View 5 Replies View Related

AutoCAD 2010 :: Fields Linked To Object (another Attribute) In Block Not Updating?

Apr 17, 2013

I'm trying to edit our titleblocks.  There is information we repeat at the top of the drawing like the drawing name, sheet number, total number of sheets, contract number, etc.  It is ridiculous to have to type this information in twice.  I tried creating both text and constant attributes at the top and insert field pointing to attributes at the bottom but all I get is ---- when inserted.  My inserted field was ->Object->(selected attribute)->Value.  I am using version 2011.  I would think it should be easy to "repeat" values of attributes inside a block.

View 5 Replies View Related

Photoshop :: CS6 Smart Object ACR Not Updating RAW Edits

Jan 15, 2013

I am working with PS CS6 and smartobjects. I do a lot of advanced batch editing.
 
I have an issue I have failed to find an answer to.
 
When working with a smartobject-image in PS, and going back again into ACR to to some adjustments on RAW file, and then back into PS, the updated adjustments I did on the RAW file shows in PS, but is NOT saved in ACR.
 
This is an issue for me, since I need to copy RAW settings and apply to many other RAW images. The way I work I may need to go back many times into ACR from PS to adjust the RAW file, I can not know the final edit the first time when opening the RAW file from ACR.
 
As it is now, the only time ACR remembers the edits I do on the RAW file is the inital first time edit which is applied before the file is opened as a smartobject into PS.
 
How can I get ACR to remember the edits I do when re-opening the RAW file from a smartobject in PS??

View 8 Replies View Related

3ds Max :: Viewport Not Updating When Select Or Move Object

Mar 26, 2012

Have a bit of an odd problem showing up with 3ds Max 2012 64 Bit. The viewport does not update when I select or move an object. The program registers that I did make some changes, and things like object parameters and bounding boxes will change, but the meshes will remain the way they are until I delete them and undo.

Forcing the program to redraw all views does not change anything, nor does turning on/off progressive display.

View 2 Replies View Related

AutoCAD Inventor :: ILogic Design Copy Does Not Make Copy Of Content Center Parts

Jul 5, 2012

I am trying to make an assembly copy as separate project using the iLogic Design Copy feature.

Everything seems fine except I do not have my involved in assemblyContet Centerparts in this copy.

I am also have no any possibility to chose the Content Center folder in the iLogic Design Copy feature as it does not showup there.

[URL]

View 2 Replies View Related

AutoCad :: Updating Drawings With Updating Template

Mar 20, 2013

I am using Mech 2007. I have created a template to use with new drawings, and want to know if there is a way to update all the drawings at the same time when updating the template.

View 3 Replies View Related

AutoCAD Map 3D :: Copy Object Data

Aug 28, 2002

I have object data attached to some linework and I want to copy that data to some new entities.Is it possible to copy object data from one entity to another with out having to fill in the table again.

View 3 Replies View Related

AutoCAD Inventor :: Colours Are Not Updating In IDW?

Mar 28, 2013

I have just installed IV 2013 Pro  and I am having some issues with changes in the IPN transferring to the IDW. I changed the colour of a part in an assembly which transferred fine to the IPN, but the IDW did not update. I have tried turing off the visibility of the part in the browser in the IDW, then turning it on again, selecting the associative icon  in the drawing view dialogue box, but still the view will not update. I even tried re-inserting the IPN in the IDW, still the colour had not updated. This is unacceptable. I do not have time to re-create all the IPN's.

View 9 Replies View Related

AutoCAD Inventor :: Scene Not Updating

Mar 27, 2013

I am using Inventor 2013 and if I change the model of a part in the assembly, the IPN updates but the IDW views do not? Why is this happening all of a sudden? I tried unselecting and re-selecting the "associative" icon in the "Edit view" dialogue box but still no change?

View 9 Replies View Related

AutoCad :: Copy And Paste Already Dimensioned Object Into New SUD Later?

May 25, 2013

I have a project for school that I am trying to complete at home, but realized that I don't have the proper SUD file at home. Is there any way I could copy and paste the already dimensioned object into the new SUD later?

View 1 Replies View Related

AutoCad :: How To Copy And Paste Highlighted Object

May 1, 2013

I'm using AutoCad LT 2013 at work. My issue is I have always been able to highlight and object and then enter my command and perform that command. Something happened and now when I highlight then enter my command and press enter it un-highlights the object and prompts me to highlight the object again. Also if I want to copy and paste a highlighted object it wont allow me unless I type in the command first. I can't figure out what I did.

View 4 Replies View Related

AutoCAD Map 3D :: Copy Not Working - Object Not Show Up

May 30, 2013

When I use the copy tool, not copy and paste, the object that I copy doesn't show up.  I click on an object click the copy took then click in the location where I want the new object, nothing shows up.  Then if I save the drawing, close and reopen it, the object will be show up in the new location. It sometimes happens with move and rotate.  I'm using 2013 64 bit version on Windows 7.

View 2 Replies View Related

AutoCad :: Copy Object Into Certain Areas Of Island

Jan 1, 2012

I have a map of an island. I am trying to copy and object say a block or triangle into the certain areas of the island several times. How can i do this using the command.

View 4 Replies View Related

AutoCAD Inventor :: New PDF File After Updating Drawing Possible?

Aug 16, 2012

I have a drawing of a part that I want to change the dimensions many times.

When I edit the length and width in the part, the drawing updates automatically.

But is it possible to update the pdf file (of drawing) automatically after editing the dimensions in part?

 Or do I have to update (save as to pdf) everytime I create a new dimensions?

View 4 Replies View Related

AutoCAD Inventor :: Updating Of Drawing Template

Oct 5, 2010

I have crated a drawing of the part. Now I must be updating the drawing template. How I can update the drawing templates to old drawings?

View 6 Replies View Related

AutoCAD Inventor :: How To Tell When ILogic Has Finished Updating

Dec 7, 2011

I have an assembly with approx. 200 unique parts. Most of them derrived from a common skeleton-file. And some (you could say a lot) iLogic code.

Depending on how big changes one makes, it takes between 10 sec and 60 sec to update. Considering the complexity this is ok.

But the problem is that it is difficult for the user to tell if the update is complete. I have tried to have the last line in my driving rule to show a messagebox: "Updating done". But the messagebox fires to early, and pauses the remaining updating. Even if I call InventorVb.Rebuild and/or ThisDoc.Document.Rebuild in advance.

View 3 Replies View Related

AutoCAD Inventor :: Bolted Connections Not Updating

Aug 27, 2012

I've got two pieces with 11/16" diameter holes for 5/8" bolts.

When I use Bolted Connection to place nut/bolt in the hole, it detects the 11/16" hole and sizes the bolt to look for 11/16" bolts. There aren't any 11/16" bolts so the window shows no bolts. I have to manually choose 5/8" for the bolt size in order to get a list of bolts to choose from. In my reading, i was thinking this was supposed to have been fixed by 2010, is that not correct?

Also, in testing another theory, after placing the bolted connection andt then editing the bolt size to 7/16" or 1 13/16" in diameter. The bolt doesn't update it's size to reflect the change in the hole. Is there really no correlation here? Is a manual change to existing bolts, nuts, washers, etc going to be necessary if the hole size changes? If i change the thickness of the plate(s) the bolt is going through, using autosolve updates the bolt length, but nothing seems to be checking the diameter of the hole.

If true, kinda harst to be able to make a completely parametric assembly of everything but the fastners.I'm using the Hole method on the bolt connection dialog with pre-existing holes that do not have threads on them.

View 4 Replies View Related

AutoCAD Inventor :: Weight In Drawing Not Updating?

Mar 20, 2012

We have the weight inour title block tied to the mass property.It is set to populate automatically and it does very nicely.

The issue comes when I have an assembly and in the BOM I set certain components to be reference.  When I go to Iproperties and then under the Physical tab select update,

the value updates there, but not in the associated drawing title block. 

View 6 Replies View Related

AutoCAD Inventor :: Updating Existing Files

Aug 22, 2012

I have recently updated my template files in Inventor (.idw, .ipt (standard/sheet metal), .iam (standard/weldment)).I added ilogic rules and custom iproperties to them.

I would like to update all my existing files to have these changes so they would be available when we copy design new parts.Is there a way automate the process of updating these files? I have about 4924 of them.

View 1 Replies View Related

AutoCAD Inventor :: Not Updating Drawing Per 3D Model Changes

Nov 25, 2013

As this software continues to change it's behavior of function over nite.  I am assuming due to new updates in inventor.  I can no longer get my drawing to update per changes made to the model. This started about 2 weeks ago.

Change are completed perfectly, I open the drawing and it still has the old model represented.  When I right on the view and open the model.  Model contains all of my changes, but the drawing does not seem to care or notice that changes have been made and saved. I even closed inventor and reopened.

Even though I'm paid by the hour I really do not want to delete all views and start all over.

So the only answer is to delete all views replace them re dimension them and of course add any time consuming sketches.

10-15 minutes change now is going to take 3 hours.  WHY can't autodesk make a stable piece of software?

View 9 Replies View Related

AutoCAD Inventor :: List Of Changes When Updating Drawing?

Jan 10, 2014

I wounder if there is a way to see which dimensions that have been changed when you update a drawing? (after changing the model)

View 5 Replies View Related







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