Create Model Item using Navisworks API's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
In my case, I have my geometry in the STP file and want to create its model item and add some properties like adding name/guid, grouping them in a certain manner ..etc, and afterward add them in NW environment rather than importing this stp file directly in Navisworks environment.
In NW API ..there is no direct functionality available to create model items which is understandable.
I came across this post for the creation of a model object using nwcreate api:
https://forums.autodesk.com/t5/navisworks-api/how-to-create-new-modelitems-with-their-modelgeometry-...
https://adndevblog.typepad.com/aec/2013/07/get-started-with-nwcreate-part-1.html
However as per the above post...we can create NW model object using its geometry details...
I don't want to create NW model object from the crash(using geometry details).
I am looking for functionality in the Navisworks COM API or NWCreate API or NW other API's that allows me to pass the STP file (containing geometry details) and internally uses these details to auto-create and return the ModelItem type. ..afterward I will add some property on it and then add this model item in NW environment ...which I will use further...
Also, Could you provide some guidance and references regarding the NWCreate API to help me explore it further? Any insights or recommendations would be greatly appreciated.
Thank you for your valuable assistance.