"There is no API access to the simplify command"
Before recent I was sure 'Simplify' command makes the same as create new IPT and then place 'Derived Component' to it. But I see some difference in icon (BrowserNode of 'Simplified' icon is outlined) and also they give different file-size when exported to Autocad-DWG-3D (again same export settings used) - Simplified is about 30% smaller.
Taking this to a count I'd like somebody from Autodesk comment this.
Dear @MjDeck maybe you can?
PS:
Of course I'm aware I can call the Simplify command window with line
ThisApplication.CommandManager.ControlDefinitions("AssemblySimplifyCmd").Execute
But then if can't just emulate OK-press - I need to control Style, Exclude parts by size and some other options.
Can I force some Preset settings in this scenario?