Display part / assembly properties as browser node + custom browser pane

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello guys,
First of all, the boundary conditions:
I'm using Inventor 2014 Professional 64-Bit-Edition
I am working in the assembly environment.
I am currently working on the customization of the Inventor browser.
I have already successfully created a custom browser pane and added the assembly to it. Now I wanted to add user-defined data to the parts of the assembly. My aim is to create an additional file and relate it to one part of the assembly, so that it is visible and editable as a browser node of the part. I have read that the model browser can not be edited using VBA, so I created this custom browser pane. But it still displays an error message when I try to run the script. Does anyone of you know, if there is another way to do it?
My alternative idea is to create parameters in the part iProperties and make them visible and editable as a browser node in the model tree of the part. But again I could not find a way to do it. Is it even possible?
A different approach is to create a fully individual browser pane with custom browser nodes. I created them and asked myself what I can do with these nodes once I created them. They are visible in my new browser pane, but I hoped to interact with them, e.g. by placing additional data inside them. My plan is to double-click on the custom browser node and open a new windows where I can specify different properties. Is it therefore possible to add something like a NativeObject to a browser node?
I look forward to reading your comments. Thank you very much in advance.
Best wishes
Sebastian