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

Prompting sheet metal defaults to pop up in Inventor

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?

A.Acheson
in reply to: smanionDV2GJ

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