Skip to content

Commit 13d174c

Browse files
committed
update version and release notes
1 parent dd8c963 commit 13d174c

File tree

6 files changed

+75
-9
lines changed

6 files changed

+75
-9
lines changed
Binary file not shown.

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

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,72 @@ <h3>Support Information</h3>
237237
<h2 id="VersionHistory" name="VersionHistory">Version History</h2>
238238

239239
<div class="versionset">
240+
<div class="version">23.4.0.0</div><div class="versioninfo-bullet">
241+
<br><p>
242+
General:
243+
<ul>
244+
<li>This is the first version of IFC Exporter for Revit 2023.
245+
<li>It contains a various improvements and bug fixes for the basic Revit 2023.
246+
</ul>
247+
</p>
248+
<br>
249+
<p>
250+
Improvements:
251+
<ul>
252+
<li>Added filename to the journal when export IFC if the default is used.
253+
<li>Added information to IfcOwnerHistory when exporting to IFC.
254+
<li>Add new user defined units export.
255+
<li>Added Revit Content Identifier to IFC export.
256+
<li>Added Width as an exported quantity to IFC for some assembly-based walls.
257+
<li>Allowed export of some elements to IFC4 Reference View [Structural] that had no material assignments.
258+
<li>Allowed some old IFC configuration settings to be upgraded.
259+
<li>Changed the behavior of the warning message when exporting to IFC 4 if elements in a Revit model are far from the origin so that the warning appears only if an EPSG code is also set.
260+
<li>Implemented unique and consistent naming for IfcShapeAspect and IfcMaterialConstituent pairs.
261+
<li>Improved area and volume base quantities export for slabs as part of the roof.
262+
<li>Improved exporting all layers of some walls to IFC 4 when the option to split by level was chosen.
263+
<li>Improved stability of exporting to IFC when the Revit model has corrupted extensible storage data.
264+
<li>Improved stability when exporting files to IFC with some short, invalid IFC entity names set in the Export to IFC As and Export Type to IFC As parameters.
265+
<li>Improved support for adding properties to PSet_ZoneCommon.
266+
<li>Improved the color assignments for some elements exported to IFC 4.
267+
<li>Improved the export of current view only IFC files when the phase of the view has changed since it was first set in the IFC export settings.
268+
</ul>
269+
</p>
270+
<br>
271+
<p>
272+
Bug Fixes:
273+
<ul>
274+
<li>Added type parameter set export for Revit elements whose corresponding IFC 2x3 entity didn't have a type entity associated with it, such as ramps, stairs, and footings.
275+
<li>Corrected placement of some families inside assemblies when exporting to IFC.
276+
<li>Fixed a shifting of TriangulatedFaceSet geometry elements.
277+
<li>Fixed body representation for walls export to the IFC4RV.
278+
<li>Fixed bug with renaming IFC configuration makes the revit-session remember the old and the new IFC configuration.
279+
<li>Fixed classifications export for systems.
280+
<li>Fixed export of linked file orientation when exporting linked files to the same site.
281+
<li>Fixed export of model line placement elevation for 2D representation.
282+
<li>Fixed export of room elevation.
283+
<li>Fixed export of walls with openings placed next to clippings.
284+
<li>Fixed export of GrossArea to IFC4 QTO base quantities for Revit walls exported as IfcCovering.
285+
<li>Fixed a IsExternal parameter for windows exported to IFC.
286+
<li>Fixed a placement of beam openings.
287+
<li>Fixed the processing of the Export to IFC parameter for the assemblies.
288+
<li>Fixed Width parameter for IfcSlab and IfcCovering exported to IFC4 QTO base quantities.
289+
<li>Improved base quantities calculation for slab elements with openings.
290+
<li>Improved base quantities calculation for spatial elements.
291+
<li>Improved calculations of gross volume and gross side area when exporting some walls with openings to IFC 4.
292+
<li>Improved error handling for invalid Revit file with missing project base and survey points.
293+
<li>Improved export of some beams to IFC where the geometry was previously inverted in the IFC file.
294+
<li>Improved export of some beams with openings to IFC 4.
295+
<li>Improved export of some missing elements when exporting linked documents to IFC.
296+
<li>Improved the export of some walls that had doors or windows with multiple voids in the original family.
297+
<li>Improved performance of some elongated elements export to IFC 4.
298+
<li>Improved linking invalid IFC files with unbounded curves as part of their geometric representations.
299+
<li>Removed some IFC export configuration settings that didn't get properly renamed or deleted by Revit.
300+
</ul>
301+
</p>
302+
<br>
303+
</div>
304+
<br>
305+
240306
<div class="version">23.3.1.0</div><div class="versioninfo-bullet">
241307
<br><p>
242308
General:
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<ApplicationPackage SchemaVersion="1.0" AutodeskProduct="Revit" ProductType="Application" Name="IFC Exporter for Revit" AppVersion="23.3.1.0" Description="This application seamlessly replaces the built-in IFC export capabilities of Revit 2023. " Author="Autodesk" Icon=".\Contents\Resources\IFCExporter.png" AppNameSpace="appstore.exchange.autodesk.com" OnlineDocumentation="http://www.autodesk.com" HelpFile=".\Contents\Resources\ADSKIFCExporterHelp.htm" ProductCode="{40527B9C-60B8-407E-BF56-7AAA67F07ACA}" UpgradeCode="{A27E008E-2278-4F84-BB3B-59C605168900}" SupportedLocales="Enu">
2+
<ApplicationPackage SchemaVersion="1.0" AutodeskProduct="Revit" ProductType="Application" Name="IFC Exporter for Revit" AppVersion="23.4.0.0" Description="This application seamlessly replaces the built-in IFC export capabilities of Revit 2023. " Author="Autodesk" Icon=".\Contents\Resources\IFCExporter.png" AppNameSpace="appstore.exchange.autodesk.com" OnlineDocumentation="http://www.autodesk.com" HelpFile=".\Contents\Resources\ADSKIFCExporterHelp.htm" ProductCode="{40527B9C-60B8-407E-BF56-7AAA67F07ACA}" UpgradeCode="{A27E008E-2278-4F84-BB3B-59C605168900}" SupportedLocales="Enu">
33
<CompanyDetails Name="Autodesk, Inc." Phone=" " Url="http://www.autodesk.com" Email="[email protected]" />
44
<RuntimeRequirements OS="Win64" Platform="Revit" SeriesMin="R2023" SeriesMax="R2023" />
55
<Components Description="2023">
66
<RuntimeRequirements OS="Win64" Platform="Revit" SeriesMin="R2023" SeriesMax="R2023" />
7-
<ComponentEntry AppName="IFC For Revit 2023" Version="23.3.1" ModuleName="./Contents/2023/IFCExporterUIOverride.addin" AppDescription="IFC For Revit 2023" />
8-
<ComponentEntry AppName="IFC For Revit 2023" Version="23.3.1" ModuleName="./Contents/2023/Revit.IFC.addin" AppDescription="IFC For Revit 2023" />
7+
<ComponentEntry AppName="IFC For Revit 2023" Version="23.4.0" ModuleName="./Contents/2023/IFCExporterUIOverride.addin" AppDescription="IFC For Revit 2023" />
8+
<ComponentEntry AppName="IFC For Revit 2023" Version="23.4.0" ModuleName="./Contents/2023/Revit.IFC.addin" AppDescription="IFC For Revit 2023" />
99
</Components>
1010
</ApplicationPackage>

Install/RevitIFCSetupWix/Product.wxs

Lines changed: 1 addition & 1 deletion
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="1A9C2C21-2331-42D2-0000-992E73C12300" Name="Revit IFC 2023" Language="1033" Version="23.3.1.0" Manufacturer="Autodesk" UpgradeCode="1A9C2C21-23B8-42D2-0000-992E73C11B3F">
5+
<Product Id="1A9C2C21-2340-42D2-0000-992E73C12300" Name="Revit IFC 2023" Language="1033" Version="23.4.0.0" Manufacturer="Autodesk" UpgradeCode="1A9C2C21-23B8-42D2-0000-992E73C11B3F">
66
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
77

88
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />

Install/RevitIFCSetupWix/RevitIFCSetupWix.wixproj

Lines changed: 1 addition & 1 deletion
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>IFC for Revit 2023.3.1.0</OutputName>
9+
<OutputName>IFC for Revit 2023.4.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>

Install/RevitIFCSetupWix/buildInstaller.bat

Lines changed: 4 additions & 4 deletions
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 RevitIFC2023.3.1.msi product.wixobj -ext WixUIExtension
14+
light.exe -ext WixUtilExtension -out RevitIFC2023.4.0.msi product.wixobj -ext WixUIExtension
1515

16-
copy RevitIFC2023.3.1.msi %1..\Releasex64
17-
del RevitIFC2023.3.1.msi
16+
copy RevitIFC2023.4.0.msi %1..\Releasex64
17+
del RevitIFC2023.4.0.msi
1818

19-
echo %1..\Releasex64\RevitIFC2023.3.1.msi
19+
echo %1..\Releasex64\RevitIFC2023.4.0.msi

0 commit comments

Comments
 (0)