Running iLogic using Add-in using C#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hii All;
I have downloaded the template of Inventor add-in for C#
I have also worked with this by creating a Windows Form , giving the input using form and observe the output using Add-in
I have created a button in Inventor , by clicking on it the windows form should display
Now , I have a Assembly in which I have done iLogic rules and in built form by which we can see the changes according to our iLogic rules , eg to increase the height and width etc.
Now my question is can we make external Windows form and make one add-in just like I have done above , such that when I click the button the External form which I have created get display and the parameters like Height and width value get entered by my side , and I can see the change in my Assembly
In above figure I click on Door Configurator and I get the form of the same , by which I can change the height and width
Now , I want that the additional button which I have created using Add-in , should load my external form , take input from user and assign that value of height and width to the parameters in iLogic
I have tried to explain by my best way
Thankyou in Advance