You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Fixed export of a user-defined structural element type.
290
+
<li>Fixed export of IfcFurnitureType.AssemblyPlace attribute.
291
+
<li>Fixed export of IFC properties associated with the top-level IfcProject entity.
292
+
<li>Fixed export of materials from hosted wall sweep.
293
+
<li>Fixed export of material layer parameters of a ceiling element.
294
+
<li>Fixed export of user defined properties for roofs.
295
+
<li>Fixed export of some assemblies to IFC that resulted in orphaned entities.
296
+
<li>Fixed export of stairs layer name.
297
+
<li>Fixed IfcExportType for ceilings.
298
+
<li>Fixed IFC Classification export.
299
+
<li>Fixed IFCMEASUREWITHUNIT.
300
+
<li>Fixed log file creation for linking.
301
+
<li>Fixed processing of IFCPostalAddress with empty AddressLine.
302
+
<li>Fixed the calculation of the height parameter for some railings in metric projects when a previous value had been calculated that wasn't applicable to this railing.
303
+
<li>Fixed the issue when IfcCovering sill's body was exported as Brep instead of SweptSolid.
304
+
<li>Fixed the processing of openings when exporting a wall as shape aspects (components).
305
+
<li>Fixed the slope common property set parameter calculation when exporting some stringers to IFC.
306
+
<li>Fixed Revit Data types export.
307
+
<li>Removed the use of several Revit built-in parameters when exporting IFC properties that have the same name but are different.
<ComponentEntryAppName="IFC For Revit 2023"Version="23.2.5"ModuleName="./Contents/2023/IFCExporterUIOverride.addin"AppDescription="IFC For Revit 2023" />
8
-
<ComponentEntryAppName="IFC For Revit 2023"Version="23.2.5"ModuleName="./Contents/2023/Revit.IFC.addin"AppDescription="IFC For Revit 2023" />
7
+
<ComponentEntryAppName="IFC For Revit 2023"Version="23.3.0"ModuleName="./Contents/2023/IFCExporterUIOverride.addin"AppDescription="IFC For Revit 2023" />
8
+
<ComponentEntryAppName="IFC For Revit 2023"Version="23.3.0"ModuleName="./Contents/2023/Revit.IFC.addin"AppDescription="IFC For Revit 2023" />
<MajorUpgradeDowngradeErrorMessage="A newer version of [ProductName] is already installed." />
@@ -112,10 +112,10 @@
112
112
<File Id ="FILE_Ifc_ExternalUI_DLL"Name="IFCExporterUIOverride.dll"Source="$(var.ProjectDir)..\Program Files to Install\IFCExporterUIOverride.dll"KeyPath="yes" />
113
113
</Component>
114
114
<Component Id = "COMP_IFC_Common_DLL"Guid="C7ED4A2C-DCB1-457E-968F-2DDE9993C1B6">
115
-
<File Id ="FILE_Ifc_Common_DLL"Name="Revit.IFC.Common.dll"Source="$(var.ProjectDir)..\Program Files to Install\Revit.IFC.Common.dll"KeyPath="yes" />
115
+
<File Id ="FILE_Ifc_Common_DLL"Name="Revit.IFC.Common.dll"Source="$(var.Revit.IFC.Common.TargetDir)Revit.IFC.Common.dll"KeyPath="yes" />
116
116
</Component>
117
117
<Component Id = "COMP_IFC_Import_Core_DLL"Guid="33DEBE0A-57D1-4BFC-BC99-FDA776B6224E">
118
-
<File Id ="FILE_Ifc_Import_Core_DLL"Name="Revit.IFC.Import.Core.dll"Source="$(var.ProjectDir)..\Program Files to Install\Revit.IFC.Import.Core.dll"KeyPath="yes" />
118
+
<File Id ="FILE_Ifc_Import_Core_DLL"Name="Revit.IFC.Import.Core.dll"Source="$(var.Revit.IFC.Import.Core.TargetDir)Revit.IFC.Import.Core.dll"KeyPath="yes" />
119
119
</Component>
120
120
<?else?>
121
121
<Component Id = "COMP_IFC_Export_DLL"Guid="D59E44AA-89A3-4CD7-AD9C-8D4D7AC6026B">
0 commit comments