12-02-2021
08:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-02-2021
08:51 AM
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?
12-02-2021
09:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-02-2021
09:33 AM
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
Or if this helped you, please, click (like)
Regards
Alan