Revit .NET API: Drag & Drop UIApplication.DoDragDrop (pt. 4 Import DWG)
Revit .NET has provided the Drag & Drop API (UIApplication.DoDragDrop) since version 2013. In this series of posts, we are going to explore the Revit Drag & Drop .NET API...
View ArticleRevit .NET API: Drag & Drop UIApplication.DoDragDrop (pt. 5 Import Image e.g....
Revit .NET has provided the Drag & Drop API (UIApplication.DoDragDrop) since version 2013. In this series of posts, we are going to explore the Revit Drag & Drop .NET API...
View ArticleRevit .NET API: Drag & Drop UIApplication.DoDragDrop (pt. 6 Import Other...
Revit .NET has provided the Drag & Drop API (UIApplication.DoDragDrop) since version 2013. In this series of posts, we are going to explore the Revit Drag & Drop .NET API...
View ArticleRevit .NET API: Drag & Drop UIApplication.DoDragDrop (pt. 7 Open Family)
Revit .NET has provided the Drag & Drop API (UIApplication.DoDragDrop) since version 2013. In this series of posts, we are going to explore the Revit Drag & Drop .NET API...
View ArticleRevit .NET API: Custom Drag & Drop - UIApplication.DoDragDrop & IDropHandler...
Revit .NET has provided the Drag & Drop API (UIApplication.DoDragDrop) since version 2013. In this series of posts, we are going to explore the Revit Drag & Drop .NET API...
View ArticleRevit .NET API: Custom Drag & Drop - UIApplication.DoDragDrop & IDropHandler...
Revit .NET has provided the Drag & Drop API (UIApplication.DoDragDrop) since version 2013. In this series of posts, we are going to explore the Revit Drag & Drop .NET API...
View ArticleRevit .NET API: Custom Drag & Drop - UIApplication.DoDragDrop & IDropHandler...
Revit .NET has provided the Drag & Drop API (UIApplication.DoDragDrop) since version 2013. In this series of posts, we are going to explore the Revit Drag & Drop .NET API...
View ArticleRevit .NET: Try to Merge Two Revit Projects (.RVT Files)
It may not be uncommon at all to merge two Revit projects (.RVT files) but we haven’t seen any code addressing it. In this post, let’s try to merge two Revit projects programmatically with the Revit...
View ArticleRevit .NET: Try to Copy Elements from an Opened Project to Another
It may not be uncommon at all to merge two Revit projects (.RVT files) but we haven’t seen any code addressing it. In the previous post, we tried to merge a side Revit document opened into memory...
View ArticleRevit .NET: Copy Some Visible Elements from an Opened Project to Another
It may not be uncommon at all to merge two Revit projects (.RVT files) but we haven’t seen any code addressing it. Before, we tried to merge a side Revit document opened into memory through the...
View ArticleRevit .NET: Copy Some Visible Elements from a Loaded Project to Current Opened
It may not be uncommon at all to merge two Revit projects (.RVT files) but we haven’t seen any code addressing it. Before, we tried to merge a side Revit document opened into memory through the...
View ArticleRevit .NET: What Might Prevent From Merging One Project with Another
It may not be uncommon at all to merge two Revit projects (.RVT files) but we haven’t seen any code addressing it. Before, we tried to merge a side Revit document opened into memory through the...
View ArticleRevit .NET: A Better Version of the Project Merge Command
Previously, we finally worked out a working version of the command merging two Revit projects. However, during its running, the Duplicate Types dialogs as follows would come up repeatedly to interrupt...
View ArticleRevit .NET: A Better Version of the Project Merge Command
Previously, we finally worked out a working version of the command which can merge two Revit projects. However, during its running the Duplicate Types dialogs would come up repeatedly to interrupt the...
View ArticleRevit .NET: Non-Filterable Revit Categories
We found out some Categories of Revit are not filterable as a side product when working on something else recently. It pretty surprised us. What about you?It’s easy to sort out what Revit categories...
View ArticleRevit .NET API: Custom Drag & Drop - UIApplication.DoDragDrop & IDropHandler...
Revit .NET has provided the Drag & Drop API (UIApplication.DoDragDrop) since version 2013. In this series of posts, we are going to explore the Revit Drag & Drop .NET API...
View ArticleRevit .NET: (External)Definition IsReadOnly vs. UserModifiable
When we were migrating Revit .NET Addin Wizard (RevitNetAddinWizard) to support more Revit API versions such as 2015 and Visual Studio ones such as (2012 and 2013), we noticed an interesting stuff. The...
View ArticleAn Inconsistency In the Major Version Number of Revit 2015
We recently spotted an inconsistency in the major version number of Revit 2015. Revit 2015 has a major version number 15 that is 2 more greater than the one of 2014 (13) instead of the common and...
View ArticleRibbon Creator of Revit .NET Addin Wizard (Standard or Pro)
The Revit Ribbon Creator of Revit .NET Addin Wizard (Standard or Pro) has been there for long time, but it may not be widely used or even known yet. The coder can help Revit programmers define and...
View ArticleRevitNetAddinWizardPro
RevitNetAddinWizardPro (Revit .NET Addin Wizard Professional) has been worked out with months of effort. The latest build of RevitNetAddinWizardPro (Revit .NET Addin Wizard Professional) can be...
View Article