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

Prompting sheet metal defaults to pop up in Inventor

smanionDV2GJ
Contributor

Prompting sheet metal defaults to pop up in Inventor

smanionDV2GJ
Contributor
Contributor

Hello, I am somewhat new to Ilogic and I would like to change a few of my parametrics so that the sheet metal defaults list opens as soon as I open the template in inventor. Is there a piece of code I can use to achieve this?

0 Likes
Reply
220 Views
1 Reply
Reply (1)

A.Acheson
Mentor
Mentor

Here is the command used to open that dialogue box. This code is the same as navigating and hitting the button. Here is a link to events trigger you might consider to run the command rule. If you want to change something in there that will need API access. Here is a link to locating the API help and also a good blog for ilogic. In the API help Search sheetmetal and you will find how to access there functions. 

 

 

 

 

Dim oCD AS ControlDefinition = ThisApplication.CommandManager.ControlDefinitions.Item("SheetMetalStylesCmd")
oCD.Execute

 

 

 

A quick internet search found it on this forum here.

 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
0 Likes