Message 1 of 4
Execution of command AppIsometricViewCmd does not work with opened form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am writting addin for Inventor in VB.Net. There is a form available in assemblies which on loading opens all components inside and takes a picture. Before taking a picture I try to make the isometric view but for some reason it does not work. I use below lines:
'setting isometric view
Dim oCtrlDef As Inventor.ControlDefinition
oCtrlDef = g_inventorApplication.CommandManager.ControlDefinitions.Item("AppIsometricViewCmd")
oCtrlDef.Execute()
I suppose that it does not work because of already opened form window.
How can I make it work?