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

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. 

mechielvanvalen_0-1656600906686.pngmechielvanvalen_1-1656600927062.png

 

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