Start a new topic

Script for Custom Plugin

I am working with a company called Kongsberg, they have developed plugins for Creator to create buoys for maritime navigation. I need to write a script to alter or copy and alter these buoys. I have no documentation from Kongsberg about their plugins. Is there a way that I can tell what the attributes and property names they are using are? And I am assuming I would use things like mgRecGetProperty or mgGetAttList to access them? Thanks,
1 Comment

If you have access to the source code for these plugins, of course you could inspect it to see what they are doing. If they have defined "extensions" to OpenFlight, they will be visible on the respective "Modify Attributes Pages". For example if they have added an extension to, say, the Group node, you will see field(s) on the Group Attribute Page for their data. If they are just using OpenFlight attributes, it is difficult (if not impossible) from the outside to see which OpenFlight attributes they are using.

If you have not done so yet, you can download the OpenFlight API (which you will need to write plug-ins or scripts) from here:
https://portal.presagis.com/support/solutions/articles/19000093777-openflight-api-18
Other versions are available depending on what version of Creator you intend to use your tools with.
Let us know if you have any specific questions.

Login to post a comment