Message 1 of 5
End Section view before Save. Why does it work this way and how to fix it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a ilogic run before save on assembly. but after save Inventor believe that there is a change to the file. Why?
My code look like this
'remove Endsections when save
Dim oApp As Inventor.Application = ThisApplication
oApp.CommandManager.ControlDefinitions("AssemblyEndSectionViewCmd").Execute
I would like to know a few thing....
why does it say the file even after it is save and the code is run before save ?
how is it possible to make a check if there is a Section view .. and only run the rest of the code if section view is aktive
and how does that code look like
