Quantcast
Channel: RevitNetAddinWizard & NavisworksNetAddinWizard
Viewing all articles
Browse latest Browse all 872

Namespace Replacer of Navisworks .NET Addin Wizard (NavisworksNetAddinWizard)

$
0
0

Navisworks .NET Addin Wizard (NavisworksNetAddinWizard) build #0.9.8 has been rolled out. It has four more Navisworks Addin Coder items added, External Command Updater, External Command Updater, Namespace Replacer, and Transaction Starter.

Let’s demonstrate the Namespace Replacer coder a bit in this post. When the coder button is pressed, the namespaces of the current source file will be replaced with good .NET and Navisworks ones, as follows for VB.NET:

Imports System
Imports System.Text
Imports System.Linq
Imports System.Xml
Imports System.Reflection
Imports System.ComponentModel
Imports System.Collections
Imports System.Collections.Generic
Imports System.Windows
Imports System.Windows.Media.Imaging
Imports System.Windows.Forms
Imports System.Drawing
Imports System.IO
Imports Microsoft.Win32
Imports System.Runtime.InteropServices
Imports Autodesk.Navisworks.Api
Imports Autodesk.Navisworks.Api.Plugins
Imports Autodesk.Navisworks.Api.DocumentParts
Imports Autodesk.Navisworks.Api.ApplicationParts

The coder/widget along with a lot more other coders and widgets has been incorporated into the latest Navisworks .NET Addin Wizard (NavisworksNetAddinWizard), which can be downloaded from the following page.


Viewing all articles
Browse latest Browse all 872

Trending Articles