Navisworks API : Dockable Pane Plugin

Welcome to the eleventh tutorial of Navisworks® API series, this post is to cover a different type of plugin called “DockPanePlugin“, which can be used to add custom Dockable Panes into the Navisworks GUI system. In this tutorial, we will create a Dockable Pane with a WPF (Windows Presentation Foundation) Control to host a Web Browser.

Path of Travel and its Schedule

This post is about creating Path of Travel (a new feature introduced in 2020) and its travelled paths Schedule by using Revit Dynamo Application. To cover in a depth, post is presented into two sections: Creating Path of Travel and its Schedule with Dynamo OOTB nodes Creating Path of Travel with IronPython

Line Patterns Clean up

This post is about how you can clean up the unnecessary lines patterns from the document by using IronPython in Revit Dynamo Application. And the idea is if the given keyword contains in the line pattern’s name, the line pattern element will be removed from the document.