Message 1 of 2
call Qt functions from javascript
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am very new to javascript and Navisworks API.
Reading the Navisworks API documentation, I see that some functions and methods return QString or QStringList objects. You can output them to the console as strings, but you cannot split them.
Is it possible to somehow run the methods that are listed in the Qt documentation? For example here - http://doc.qt.io/qt-5/qlist.html#public-functions.
And how can you work with these objects in javascript?