Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
This page has been translated for your convenience with an automatic translation service. This is not an official translation and may contain errors and inaccurate translations. Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service.Translate
Hi @lennart_mueller-wirts , I'm not sure what you mean by Object Catalog. Can you provide a link or show a screenshot of something similar? Here's the iLogic API reference.
In the first place I am wishing for some Python-like interactive window (with proper syntax highlighting and autocompletion).
By Object Catalog I mean the Object Browser (German: Objektkatalog) popping up in Excel VBA when F2 (?) is pressed. It is similar as the iLogic API mentioned by @MjDeck, but part of the UI and interactive.
It is a really old and not-so well developed UI to be fair, but functionally it can come in quite handy.
You can view an Object Browser for iLogic in Visual Studio. This is not integrated into Inventor, but if you already have Visual Studio installed then it can be useful. In VS, create a VB project and add a reference to Autodesk.iLogic.Interfaces.dll (in the Inventor bin folder). Then you can click on that reference in the Solution Explorer to see the Object Browser for iLogic interfaces.
You said that the Auto-Complete is good to have, but not yet complete. Can you give more details about what is missing, or what you would like to see?