Skip to content

Commit cf2dbf9

Browse files
author
Wawan Solihin
committed
Changes for Revit 2020 edition. This version is identical to 19.2.1.0 RC (from master)
1 parent a82c665 commit cf2dbf9

27 files changed

+28287
-138
lines changed

Install/Program Files to Install/IFC2X2_ADD1.exp

+6,139
Large diffs are not rendered by default.

Install/Program Files to Install/IFC2X3_TC1.exp

+9,570
Large diffs are not rendered by default.

Install/Program Files to Install/IFC4.exp

+12,399
Large diffs are not rendered by default.

Install/Program Files to Install/bundle/Contents/Resources/ADSKIFCExporterHelp.htm

+15-4
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
<body>
5252
<div id="heading">
5353
<div id="plugin-icon"><img width=85 height=85 id="Rectangle 3" src="IFCExporter.png"></div>
54-
<div id="plugin-name"><h1 class="separator-line">Revit IFC 2019</h1></div>
54+
<div id="plugin-name"><h1 class="separator-line">Revit IFC 2020</h1></div>
5555
<p id="plugin-description">
56-
This application seamlessly replaces the built-in IFC capabilities of Revit 2019. It contains enhancements to functionality and defect fixes provided by Autodesk and Open Source contributors that did not appear in the initial shipping version.
56+
This application seamlessly replaces the built-in IFC capabilities of Revit 2020. It contains enhancements to functionality and defect fixes provided by Autodesk and Open Source contributors that did not appear in the initial shipping version.
5757
</p>
5858
</div>
5959

@@ -65,7 +65,7 @@ <h2 id="GettingStarted" name="GettingStarted">Getting Started</h2>
6565
<div class="command name">Revit IFC</div>
6666
<div class="command description">
6767
<p>
68-
Revit IFC 2019 contains up-to-date improvements on the default IFC capabilities of Revit contributed by Autodesk and our Open
68+
Revit IFC 2020 contains up-to-date improvements on the default IFC capabilities of Revit contributed by Autodesk and our Open
6969
Source contributors. While this app is not necessary for IFC support, it is recommended that users that depend on the quality of their IFC
7070
download this app and keep it up-to-date, as new enhancements and defect fixes are added, For more information on IFC,
7171
please visit the <a href="http://buildingsmart.com/standards/ifc" target=_blank>buildingSMART website</a> or the Revit wiki.
@@ -180,7 +180,7 @@ <h2 id="AdditionalInfo" name="AdditionalInfo">Additional Information</h2>
180180
The source code for this application is available on open source, at the SourceForge project :
181181
<a href="http://sourceforge.net/p/ifcexporter/home/Home/" target=_blank>http://sourceforge.net/p/ifcexporter/home/Home/</a></p>
182182
<h3>Known Issues</h3>
183-
<p>The alternate export UI is currently provided only in English and French. The help is currently provided only in English.</p>
183+
<p>The alternate export UI is currently provided in English, French, and German. The help is currently provided only in English.</p>
184184
<p>The third party toolkit we use to write out IFC files has a limit on the maximum size of IFC file it can create.
185185
While there is no absolute metric for this, in practice it is about 1.5 GB. The toolkit provider is aware of these issues and is
186186
working on expanding and eventually removing this limit, and we will be tracking their progress on this issue.</p>
@@ -204,6 +204,17 @@ <h2 id="VersionHistory" name="VersionHistory">Version History</h2>
204204

205205
<div class="versionset">
206206

207+
<div class="version">20.0.0.0</div><div class="versioninfo-bullet">
208+
<p>
209+
General:
210+
<ul>
211+
<li>This is the first version of IFC Export utility for Revit 2020.
212+
<li>The functionality in this version is identical to the 19.2.0.1 version
213+
</ul>
214+
</div>
215+
216+
<br>
217+
207218
<div class="version">19.2.0.1</div><div class="versioninfo-bullet">
208219
<p>
209220
Import Bug Fixes:
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ApplicationPackage SchemaVersion="1.0" AutodeskProduct="Revit" ProductType="Application" Name="IFC Exporter for Revit" AppVersion="4.0.0.0" Description="This application seamlessly replaces the built-in IFC export capabilities of Revit 2015. " Author="Autodesk" Icon=".\Contents\Resources\IFCExporter.png" AppNameSpace="appstore.exchange.autodesk.com" OnlineDocumentation="http://www.autodesk.com" HelpFile=".\Contents\Resources\ADSKIFCExporterHelp.htm" ProductCode="{254DE637-077E-4181-9404-973E2884A926}" UpgradeCode="{1EAE3C38-F8B4-4FA4-91DB-51A9D7A2B42B}" SupportedLocales="Enu">
33
<CompanyDetails Name="Autodesk, Inc." Phone=" " Url="http://www.autodesk.com" Email="[email protected]" />
4-
<RuntimeRequirements OS="Win64" Platform="Revit" SeriesMin="R2019" SeriesMax="R2019" />
5-
<Components Description="2019">
6-
<RuntimeRequirements OS="Win64" Platform="Revit" SeriesMin="R2019" SeriesMax="R2019" />
7-
<ComponentEntry AppName="IFC For Revit 2019" Version="19.2.0" ModuleName="./Contents/2019/IFCExporterUIOverride.addin" AppDescription="IFC For Revit 2019" />
8-
<ComponentEntry AppName="IFC For Revit 2019" Version="19.2.0" ModuleName="./Contents/2019/Revit.IFC.addin" AppDescription="IFC For Revit 2019" />
4+
<RuntimeRequirements OS="Win64" Platform="Revit" SeriesMin="R2020" SeriesMax="R2020" />
5+
<Components Description="2020">
6+
<RuntimeRequirements OS="Win64" Platform="Revit" SeriesMin="R2020" SeriesMax="R2020" />
7+
<ComponentEntry AppName="IFC For Revit 2020" Version="20.0.0" ModuleName="./Contents/2020/IFCExporterUIOverride.addin" AppDescription="IFC For Revit 2020" />
8+
<ComponentEntry AppName="IFC For Revit 2020" Version="20.0.0" ModuleName="./Contents/2020/Revit.IFC.addin" AppDescription="IFC For Revit 2020" />
99
</Components>
1010
</ApplicationPackage>

Install/RevitIFCSetupWix/Product.wxs

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
33
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
44

5-
<Product Id="3A997559-7A56-4E1E-BCF3-66AE63E8CBC9" Name="Revit IFC 2019" Language="1033" Version="19.2.1.0" Manufacturer="Autodesk" UpgradeCode="8C1C3E16-78F4-4908-8155-E60EB0F5362B">
5+
<Product Id="F2D04214-ECD3-4EC3-8631-DC9C7A6FD777" Name="Revit IFC 2020" Language="1033" Version="20.0.0.0" Manufacturer="Autodesk" UpgradeCode="41B38A6B-4420-4030-B635-E5F10B77EEF5">
66
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
77

88
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
@@ -19,7 +19,7 @@
1919
<WixVariable Id="WixUIDefUserDefTxt" Value="$(var.ProjectDir)..\Program Files to Install\DefaultUserDefinedParameterSets.txt"></WixVariable>
2020
<WixVariable Id="WixUICOBieUserDefTxt" Value="$(var.ProjectDir)..\Program Files to Install\IFC2x3 Extended FM HandOver View.txt"></WixVariable>
2121

22-
<Feature Id="ProductFeature" Title="Revit IFC 2019" Level="1" ConfigurableDirectory='INSTALLDIR'>
22+
<Feature Id="ProductFeature" Title="Revit IFC 2020" Level="1" ConfigurableDirectory='INSTALLDIR'>
2323
<ComponentGroupRef Id="ProductComponents" />
2424
<ComponentGroupRef Id="ProductResourceComponents" />
2525
<ComponentGroupRef Id="ProductFRFiles" />
@@ -44,7 +44,7 @@
4444
<Fragment>
4545
<Directory Id="TARGETDIR" Name="SourceDir">
4646
<Directory Id="ProgramFilesFolder">
47-
<Directory Id="INSTALLDIR" Name="Revit IFC 2019">
47+
<Directory Id="INSTALLDIR" Name="Revit IFC 2020">
4848
<Directory Id="INSTALLRESOURCE" Name="Resource" />
4949
<Directory Id="INSTALLFRUI" Name="fr" />
5050
<Directory Id="INSTALLDEUI" Name="de" />
@@ -55,12 +55,12 @@
5555
<Directory Id="DIR_ADSK" Name="Autodesk">
5656
<Directory Id="DIR_REVIT" Name="Revit">
5757
<Directory Id="DIR_ADDINS" Name="Addins">
58-
<Directory Id="DIR_Addins" Name="2019"/>
58+
<Directory Id="DIR_Addins" Name="2020"/>
5959
</Directory>
6060
</Directory>
6161
<Directory Id="DIR_REVIT_LT" Name="RevitLT">
6262
<Directory Id="DIR_ADDINS_LT" Name="Addins">
63-
<Directory Id="DIR_Addins_LT" Name="2019"/>
63+
<Directory Id="DIR_Addins_LT" Name="2020"/>
6464
</Directory>
6565
</Directory>
6666
</Directory>
@@ -73,9 +73,9 @@
7373
<Directory Id="CommonAppDataFolder" Name="MyAppDataFolder">
7474
<Directory Id="DIR_ADSK" Name="Autodesk">
7575
<Directory Id="DIR_PLUGINS" Name="ApplicationPlugins">
76-
<Directory Id="DIR_PACKAGE" Name="IFC 2019.bundle">
76+
<Directory Id="DIR_PACKAGE" Name="IFC 2020.bundle">
7777
<Directory Id="DIR_Contents" Name="Contents">
78-
<Directory Id="INSTALLDIR" Name="2019">
78+
<Directory Id="INSTALLDIR" Name="2020">
7979
<Directory Id="INSTALLRESOURCE" Name="Resource" />
8080
<Directory Id="INSTALLFRUI" Name="fr" />
8181
<Directory Id="INSTALLDEUI" Name="de" />

Install/RevitIFCSetupWix/RevitIFCSetupWix.wixproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProductVersion>3.8</ProductVersion>
77
<ProjectGuid>7dfbd495-c588-4c7b-b8f6-5b793adb06f2</ProjectGuid>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<OutputName>Revit IFC for Revit 2019.2.1</OutputName>
9+
<OutputName>Revit IFC for Revit 2020.0.0.0</OutputName>
1010
<OutputType>Package</OutputType>
1111
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
1212
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
@@ -27,7 +27,7 @@
2727
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
2828
<OutputPath>$(SolutionDir)$(Configuration)$(PlatformName)\</OutputPath>
2929
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
30-
<DefineConstants>_OfficialBuild=true; _ForNavisworks2019=true</DefineConstants>
30+
<DefineConstants>OfficialBuild=true; _ForNavisworks2019=true</DefineConstants>
3131
</PropertyGroup>
3232
<ItemGroup>
3333
<Compile Include="Product.wxs" />

Install/RevitIFCSetupWix/buildInstaller.bat

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ rem It is necessary to add the Wix bin directory to the system path temporarily
1111
SET PATH=%PATH%;%WixRoot%
1212

1313
candle.exe -dProjectDir=%2 -ext WixUtilExtension %2Product.wxs
14-
light.exe -ext WixUtilExtension -out RevitIFC2019.msi product.wixobj -ext WixUIExtension
14+
light.exe -ext WixUtilExtension -out RevitIFC2020.msi product.wixobj -ext WixUIExtension
1515

16-
copy RevitIFC2019.msi %1..\Releasex64
17-
del RevitIFC2019.msi
16+
copy RevitIFC2020.msi %1..\Releasex64
17+
del RevitIFC2020.msi
1818

19-
echo %1..\Releasex64\RevitIFC2019.msi
19+
echo %1..\Releasex64\RevitIFC2020.msi

Source/IFCExporterUIOverride/IFCAddressInformationUI.xaml

+19-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1-
<ui:ChildWindow x:Class="BIM.IFC.Export.UI.IFCAddressInformation"
2-
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:p="clr-namespace:BIM.IFC.Export.UI.Properties"
4-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
xmlns:ui="clr-namespace:Autodesk.Revit.WPFFramework;assembly=UserInterfaceUtility"
6-
Title="{x:Static p:Resources.AddressInformation}" ResizeMode ="NoResize" Name="AddressTab" Closing="Window_Closing" mc:Ignorable="d" Initialized="AddressTab_Initialized" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" d:DesignWidth="560" SizeToContent="WidthAndHeight" HorizontalAlignment="Stretch" Margin="10,5,5,1" Height="571.839" >
1+
<auiw:ChildWindow x:Class="BIM.IFC.Export.UI.IFCAddressInformation"
2+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3+
xmlns:p="clr-namespace:BIM.IFC.Export.UI.Properties"
4+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5+
xmlns:auiw="clr-namespace:Autodesk.UI.Windows;assembly=Autodesk.UI.Windows"
6+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
7+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8+
Title="{x:Static p:Resources.AddressInformation}"
9+
ResizeMode ="NoResize"
10+
Name="AddressTab"
11+
Closing="Window_Closing"
12+
mc:Ignorable="d"
13+
Initialized="AddressTab_Initialized"
14+
d:DesignWidth="560"
15+
SizeToContent="WidthAndHeight"
16+
HorizontalAlignment="Stretch"
17+
Margin="10,5,5,1"
18+
Height="571.839" >
719
<Grid Margin="0,0,1,0" HorizontalAlignment="Right" Width="551" Height="540" VerticalAlignment="Top">
820
<Grid.RowDefinitions>
921
<RowDefinition Height="499*"/>
@@ -41,4 +53,4 @@
4153
<CheckBox Content="{x:Static p:Resources.AssignAddressToBuilding}" Height="16" x:Name="Checkbox_AssignToBuilding" Margin="0,427,10,0" VerticalAlignment="Top" Grid.Column="1" HorizontalAlignment="Right" Width="175" IsChecked="True" Checked="Checkbox_AssignToBuilding_Checked" Unchecked="Checkbox_AssignToBuilding_Unchecked"/>
4254
<CheckBox Content="{x:Static p:Resources.AssignAddressToSite}" Height="16" x:Name="Checkbox_AssignToSite" Margin="0,448,10,0" VerticalAlignment="Top" Grid.Column="1" HorizontalAlignment="Right" Width="175" Checked="Checkbox_AssignToSite_Checked" Unchecked="Checkbox_AssignToSite_Unchecked"/>
4355
</Grid>
44-
</ui:ChildWindow>
56+
</auiw:ChildWindow>

Source/IFCExporterUIOverride/IFCAddressInformationUI.xaml.cs

+1-13
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,11 @@
1717
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818

1919
using System;
20-
using System.Collections.Generic;
2120
using System.Linq;
22-
using System.Text;
2321
using System.Windows;
2422
using System.Windows.Controls;
25-
using System.Windows.Data;
26-
using System.Windows.Documents;
27-
using System.Windows.Input;
28-
using System.Windows.Media;
29-
using System.Windows.Media.Imaging;
30-
using System.Windows.Shapes;
31-
using System.Runtime.InteropServices;
32-
using System.Windows.Interop;
33-
using Autodesk.Revit.WPFFramework;
3423
using Autodesk.Revit.DB;
35-
using Autodesk.Revit.UI;
36-
using Autodesk.Revit.UI.Events;
24+
using Autodesk.UI.Windows;
3725

3826
using Revit.IFC.Common.Extensions;
3927

Source/IFCExporterUIOverride/IFCClassificationUI.xaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<ui:ChildWindow x:Class="BIM.IFC.Export.UI.IFCClassificationWindow"
1+
<auiw:ChildWindow x:Class="BIM.IFC.Export.UI.IFCClassificationWindow"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:p="clr-namespace:BIM.IFC.Export.UI.Properties"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
xmlns:ui="clr-namespace:Autodesk.Revit.WPFFramework;assembly=UserInterfaceUtility"
5+
xmlns:auiw="clr-namespace:Autodesk.UI.Windows;assembly=Autodesk.UI.Windows"
66
Title="{x:Static p:Resources.ClassificationSetting}" Name="ClassificationTab" Initialized="ClassificationTab_Initialized" Loaded="Window_Loaded" mc:Ignorable="d" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" d:DesignWidth="570" SizeToContent="WidthAndHeight" HorizontalAlignment="Stretch" Margin="10,5,5,10" Height="315" >
77
<Grid Name="grid1" Width="551" Margin="6,2,6,0">
88
<Grid.RowDefinitions>
@@ -30,4 +30,4 @@
3030
<Button Content="{x:Static p:Resources.Cancel}" Height="22" Name="buttonCancel" Width="75" Click="bottonCancel_Click" RenderTransformOrigin="0.507,-4.636" Margin="348,242,13,12" Grid.Column="1"/>
3131
</Grid>
3232
</Grid>
33-
</ui:ChildWindow>
33+
</auiw:ChildWindow>

Source/IFCExporterUIOverride/IFCClassificationUI.xaml.cs

+1-17
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,9 @@
1818

1919
using System;
2020
using System.Collections.Generic;
21-
using System.Linq;
22-
using System.Text;
2321
using System.Windows;
24-
using System.Windows.Controls;
25-
using System.Windows.Data;
26-
using System.Windows.Documents;
27-
using System.Windows.Input;
28-
using System.Windows.Media;
29-
using System.Windows.Media.Imaging;
30-
using System.Windows.Shapes;
31-
using System.Runtime.InteropServices;
32-
using System.Windows.Interop;
33-
using Autodesk.Revit.WPFFramework;
34-
using Autodesk.Revit.DB;
35-
using Autodesk.Revit.UI;
36-
using Autodesk.Revit.UI.Events;
37-
3822
using Revit.IFC.Common.Extensions;
39-
23+
using Autodesk.UI.Windows;
4024

4125
namespace BIM.IFC.Export.UI
4226
{

Source/IFCExporterUIOverride/IFCExport.xaml

+19-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
<!-- TODO: use resources to govern externalized strings. (static initialization failure when loaded into Revit even though it shows perfectly well in the Dialog editor) -->
2-
<ui:ChildWindow x:Class="BIM.IFC.Export.UI.IFCExport"
3-
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4-
xmlns:p="clr-namespace:BIM.IFC.Export.UI.Properties"
5-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
6-
xmlns:ui="clr-namespace:Autodesk.Revit.WPFFramework;assembly=UserInterfaceUtility"
7-
xmlns:System="clr-namespace:System;assembly=mscorlib" Title="{x:Static p:Resources.IFCExport}" mc:Ignorable="d" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
8-
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" WindowStyle="SingleBorderWindow" ContentRendered="ChildWindow_ContentRendered" ResizeMode="NoResize" Closing="Window_Closing" Height="326" Width="731">
2+
<auiw:ChildWindow x:Class="BIM.IFC.Export.UI.IFCExport"
3+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4+
xmlns:p="clr-namespace:BIM.IFC.Export.UI.Properties"
5+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
6+
xmlns:auiw="clr-namespace:Autodesk.UI.Windows;assembly=Autodesk.UI.Windows"
7+
xmlns:System="clr-namespace:System;assembly=mscorlib"
8+
Title="{x:Static p:Resources.IFCExport}"
9+
mc:Ignorable="d"
10+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
11+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
12+
WindowStyle="SingleBorderWindow"
13+
ContentRendered="ChildWindow_ContentRendered"
14+
ResizeMode="NoResize"
15+
Closing="Window_Closing"
16+
Height="326"
17+
Width="731">
918
<Grid Margin="10,0" RenderTransformOrigin="0,0">
1019
<Label Content="{x:Static p:Resources.FileName}" HorizontalAlignment="Left" Margin="0,12,0,0" x:Name="label_FileName" Height="28" VerticalAlignment="Top" Width="202" VerticalContentAlignment="Top" RenderTransformOrigin="0.462,0.478"/>
1120
<TextBox Height="23" Margin="242,12,0,0" Name="textBoxSetupFileName" VerticalAlignment="Top" IsEnabled="True" TextWrapping="NoWrap" VerticalContentAlignment="Center" HorizontalAlignment="Left" Width="337"/>
@@ -26,11 +35,11 @@
2635
<Button Content="{x:Static p:Resources.Cancel}" Margin="616,0,0,24" Width="77" Name="buttonCancel" Click="buttonCancel_Click" Height="23" VerticalAlignment="Bottom" HorizontalAlignment="Left" />
2736
</Grid>
2837

29-
<Window.Resources>
38+
<auiw:ChildWindow.Resources>
3039
<System:String x:Key="ifcExportWindowTitle">{x:Static p:Resources.IFCExport}</System:String>
3140
<System:String x:Key="currentSelectedSetup">{x:Static p:Resources.CurrentSelectedSetup}</System:String>
3241
<System:String x:Key="next">{x:Static p:Resources.Next}</System:String>
3342
<System:String x:Key="saveSetupAndClose">{x:Static p:Resources.SaveSetupAndClose}</System:String>
3443
<System:String x:Key="cancel">{x:Static p:Resources.Cancel}</System:String>
35-
</Window.Resources>
36-
</ui:ChildWindow>
44+
</auiw:ChildWindow.Resources>
45+
</auiw:ChildWindow>

Source/IFCExporterUIOverride/IFCExport.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
using Autodesk.Revit.DB;
2828
using Autodesk.Revit.UI;
29-
using Autodesk.Revit.WPFFramework;
29+
using Autodesk.UI.Windows;
3030

3131
using SaveFileDialog = Microsoft.Win32.SaveFileDialog;
3232

0 commit comments

Comments
 (0)