Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: Anonymous

Hello,

 

this question is quite simple, since it is up to you.

 

You can use both ways to achieve what you want to do.

 

An easy way for the end user is to start this "form" via Inventor since he doesnt have to keep any shortcuts on the desktop.

 

That way, you can build an addin and make some Buttons to make it all easy for the user.

 

On the other hand, you can also build a standalone application, open Inventor Application and files from it, and do your work.

 

However that second option is slower than the first, since code gonna run quicker inside the Inventor Application via the addin.

 

So, if you need speed, cause you run many times through assemblies components occurrences than pick the first option, otherwise pick the second one.

 

Best regards,

 

J-S