06-30-2022
07:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-30-2022
07:56 AM
What you can do is make a new user parameter in the default Sheet metal template. In the user parameters you add a multi value parameter with all the styles that you are using. It is importent that all the styles in the multi value parameter the text is equal to the Sheet Metal styles.
After that you can add this text in a iLogic rule:
Material1 = InputListBox("Prompt", MultiValue.List("Material"), "Test", Title := "Title", ListName := "List") SheetMetal.SetActiveStyle(Material1) InventorVb.UpdateWhenDone = True