ilogic event triggers at .step importation??

ilogic event triggers at .step importation??

mpopperWADY5
Explorer Explorer
710 Views
4 Replies
Message 1 of 5

ilogic event triggers at .step importation??

mpopperWADY5
Explorer
Explorer

Looking to sense after downloading a .step,.stp etc that it is such a file type, and perform iproperty tasks afterwards before saving. Is there such a way to event trigger ilogic upon non native file importation?? 

 
 

importing event trigger question.jpg

Thanks! 

0 Likes
Accepted solutions (1)
711 Views
4 Replies
Replies (4)
Message 2 of 5

johnsonshiue
Community Manager
Community Manager

Hi! This is a very interesting request. I don't think there is an iLogic trigger to do that. It may require Inventor API code. Let me check with the project team.

Many thanks!



Johnson Shiue (johnson.shiue@autodesk.com)
Software Test Engineer
0 Likes
Message 3 of 5

MjDeck
Autodesk
Autodesk
Accepted solution

Johnson, you're correct. There is no iLogic event trigger on file import.


However, you could have a rule run on the Before Save Document trigger. That would make sure the iProperties are set before the file is saved. The downside is that it would run on every save, instead of only running when necessary.


Mike Deck
Software Developer
Autodesk, Inc.

Message 4 of 5

mpopperWADY5
Explorer
Explorer

Thanks for your input thats too bad. I seen one to trigger at opening and at before save but figured there maybe some higher level workaround. Not familiar with API yet but maybe can make something work in the future. More or less want to force imported .steps to be given a form to fill out desciptions and other iproperties before they are even saved. Its an effort to clean up/enforce iproperty filling out protocol. If you even hear of someones workaround or API code to this please let me know. Thanks!

0 Likes
Message 5 of 5

alasdair_crawford
Contributor
Contributor

Anyone have any luck with this? I'm interested in implementing the same thing.

0 Likes