Welcome to the seventh tutorial of Navisworks® API series, this post will be covered how to transform the selected ModelItems, we will create an add-ins which includes a WPF window for user to interact with transform’s Axis and Value.
Estimated reading time: 3 minutes
Welcome to the seventh tutorial of Navisworks® API series, this post will be covered how to add custom property to the existing category via Navisworks® COM (Component Object Model) API. This tutorial is a continuation of the third tutorial of our Navisworks API series, Navisworks API : COM Interface and Adding Custom Property.
Estimated reading time: 3 minutes
Welcome to the sixth tutorial of Navisworks® API series, this post will be covered how to manipulate Viewpoint’s Camera, we’ll create an add-ins that move and rotate the position of the camera and finally going to save the current Viewpoint.
Estimated reading time: 4 minutes
Welcome to the fifth tutorial of Navisworks® API series, this post will be covered how to subscribe/unsubscribe the Application & Document Events and another type of plugin called EventWatcherPlugin that can’t be seen from the Navisworks® user-interface. In this tutorial, we’ll create an event watcher add-ins that override the transparency of all […]
Estimated reading time: 3 minutes
Welcome to the third tutorial of Navisworks® API series, this post will be covered a new topic called Navisworks® COM (Component Object Model) Interface & how to add custom property to selected ModelItems. For adding custom property, we will implement a WPF window for user to type-in Category Name, Property Name & […]
Estimated reading time: 5 minutes
Welcome to the second tutorial of Navisworks® API series, this post will be covered how to Search ModelItem & collect ModelItem Properties. The task is ” to find a ModelItem by its Id and collect the properties data of ModelItem‘s Element category. “
Estimated reading time: 5 minutes
Welcome to the first tutorial of Navisworks® API series, in this post, we will be covered one of Navisworks® SDK exercise which task is ” to create an Add-Ins that find the items which intersect with the currently selected items and highlight the intersect items ” . Yes, correct. It […]
Estimated reading time: 5 minutes
This post will be covered how to create an Autodesk® Navisworks® Add-Ins that we will be creating a file-path info dialog for the current file and the appended files. I will be using Visual Studio 2017v and Navisworks® 2020v.
Estimated reading time: 4 minutes