
Creating Navisworks Add-Ins
This post is to cover how to create an Autodesk® Navisworks® Add-Ins
that we will create a file-path info dialog
for the current file and the appended files. I am using Visual Studio 2017v
and Navisworks® 2020v
.
a place for BIM Programming enthusiasts
This post is to cover how to create an Autodesk® Navisworks® Add-Ins
that we will create a file-path info dialog
for the current file and the appended files. I am using Visual Studio 2017v
and Navisworks® 2020v
.
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:
This post is about previewing the worksets information of the unopened Revit Document by using IronPython in Revit Dynamo Application.
Read MoreThis post is about collecting element’s worksharing information from a central model by using Ironpython in Revit Dynamo Application.
Read MoreThis post is about how you can create sheet with custom viewports location by using Ironpython in Revit Dynamo Application.
Read MoreThis post is about how you can copy levels and grids from the linked document to the current document by using IronPython in Revit Dynamo Application.
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.
This post is about creating Revit massings elements by given rooms elements with IronPython in Revit Dynamo Application.
This post is about how you can clean up the unnecessary lines styles from the document by using IronPython in Revit Dynamo Application. And the idea is if the given keyword contains in line style’s name, the line style element will be removed from the document.
This post is about how Revit views can export as images by using IronPython in Revit Dynamo Application.
Firstly, import the necessary modules: