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
We need an object browser for iLogic, just like the one that can be found in the API window. This would make complex iLogic programming much easier, especially for beginners.
ANYTHING would be helpful. even making the ilogic window non-modal so we could browse the existing object browser... or just give us a button in the ilogic window to use the browser.
It's related, but not really the same - sometimes we don't know exactly what we are looking for and need to browse. This still needs to be implemented, but thanks for the link to the updated functionality - it's very nice!
This is interesting, @MjDeck, but there seems to be a lot missing from it. On the other hand there's a lot of stuff in there that I didn't know existed. I'll definitely bookmark it as a useful resource, but it's still not a complete resource. For example: if I search for bomstructure the only result is for Autodesk.iLogic.Interfaces Namespace. When I click the link there isn't even a reference to bomstructure on the page.
@mrattray, I think this is complete for iLogic rule objects and API. Let me know if anything is missing.
BOMStructure is in the main Inventor API, so you can find it in the Programming Interface help. (Maybe we can merge iLogic with the main API help in a future release. We should at least have links in the iLogic help that point to the API help.)
If I search for "bom structure" (two separate words) in the iLogic help, I see the page you mentioned. That page contains separate occurrences of both the word "BOM" and the word "structure". But if I originally search for "bomstructure" (one word), that page is not found.
Right, except we sometimes need to access ACTUAL API from iLogic (or at least I do) and you cannot use the API browser while iLogic editor is open. THAT would be an awesome addition; and what I was aiming at with my previous comment. Access to THE API browser while the iLogic window is open.
Not just iLogic objects, the full list of Inventor objects/methods/properties/etc.
If you want to use the VBA browser, one option would be to start up another session of Inventor just to run it. That's not very efficient, but it is a workaround. In a future release, we want to make the iLogic editor non-modal. Then you would be able to do other things in the Inventor session while it's up.
Just use Visual Studio (Express / Community will work fine - free). Import a reference to Inventor Object Library, then do the following inside the forms load or consoles main() sub.
@rob_bolter Yes, that would be ideal - however I cannot install anything, ever, on pain of pain. The only reason I can even use iLogic is because no one cares about CAD here. Otherwise they'd look for some way to lock that down too.
@MjDeck yes - I have done that in the past. Making iLogic non-modal would solve everything handily. I have no idea what other complications there would be, but it would make some things nice - like copy/paste stuff that's not readily available in the iLogic window...