Derived part - automatic update.

Derived part - automatic update.

aurel_e
Collaborator Collaborator
403 Views
1 Reply
Message 1 of 2

Derived part - automatic update.

aurel_e
Collaborator
Collaborator

Hi all

Is there any possibility in Inventor to update automatically a derived part without having to press the update button?2019-02-22 08_49_07-Autodesk Inventor 2018 - [190222-b].png

 

0 Likes
404 Views
1 Reply
Reply (1)
Message 2 of 2

Sergio.D.Suárez
Mentor
Mentor

You could try to create an ilogic rule like this in the part file,

RuleParametersOutput()
Parameter.UpdateAfterChange = True
iLogicVb.UpdateWhenDone = True
InventorVb.DocumentUpdate()


and through the events control when you want it to be activated automatically , for example before saving the file, when there is any parameter change, or any change in the geometry of the part

1.jpg

 

 

This could be another form of the rule

Dim controlDef As ControlDefinition = ThisApplication.CommandManager.ControlDefinitions.Item("AppLocalUpdateCmd")
controlDef.Execute

 


Please accept as solution and give likes if applicable.

I am attaching my Upwork profile for specific queries.

Sergio Daniel Suarez
Mechanical Designer

| Upwork Profile | LinkedIn