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>This version contains multiple updates and improvements over the default Revit IFC for Revit 2021 out-of-the-box.
217
217
<li>The main features are a lot of works done towards IFC4 RV 1.2 certification (currently for Architecture). It is still work in progress though most of the requirements have been implemented in this version.
218
+
<li>The shared parameter files have been consolidated to only 2 files one for the Instance and the other one for the Type (with [Type] suffix). The file contains special parameters influencing exporter behavior and automatically collected parameters from IFC property set definitions (collections from IFC2x2, IFC2x3, and IFC4)
219
+
<li>Various improvements for consistent geometry (conforming to Euler formula)
<li>IfcName can also be assigned to Revit Material that will override the name of the material upon export
226
228
<li>Pset_SiteCommon can be exported with special parameters attached top Project Information when there is no object exported as Site geometry. The parameters are prefixed with "Pset_SiteCommon."
227
229
<li>Better support for custom Ramps. Export will try to detect flights and landings for the custom Ramp. Specific property sets for the the flights and landings can be assigned to the custom Ramp or Stair object using special parameters that are prefixed with "Pset_rampFlightCommon." and "PsetSlabCommon." (for landing). The parameters can be appended with (#). # represents a number that follow sorting order from bottom up
230
+
<li>Option "Export of rooms in 3D views" in current view is now extended to support Area
231
+
<li>General improvements for IFC4 file import to Revit
232
+
<li>Support IFC4 IfcMaterialConstituentSet for export
233
+
<li>Check validity of the content of IfcGUID parameter for export
234
+
<li>Update support for IFC4-Add2-TC1 schema version
235
+
<li>Support Global Project Positioning information from Project base point and Map projection information for GIS integration
228
236
</ul>
229
237
</p>
230
238
<br>
231
239
<p>
232
240
Bug Fixes:
241
+
<p>
242
+
Export bug fixes:
233
243
<ul>
234
244
<li>Corrected issue with presentation colors in IFC4 RV export
235
245
<li>Option <strong>Include Steel Elements</strong> might not work properly in the past. It is now working.
236
246
<li>Fixed issue with copy of standard export configuration is not editable
237
247
<li>Fixed issue that export of IfcRampFlight always gets a new GUID
248
+
<li>Fixed issue related to steel elements do not respect "Export only elements in visible view" option
249
+
<li>Improved export of rebars, which in some cases were not exported
250
+
<li>Missing small pipes on export
251
+
<li>Missing Family geometry if it contains very small segments
252
+
<li>Toposurface is always exported even though it is not visible in view when exporting with "Export only elements in visible view" option
253
+
<li>Missing opening elements in facade elements
254
+
<li>Issue when Grid is exported without building storey
255
+
<li>Unable to export Slab/Mass/Structural Slab to IfcCivilElement
256
+
<li>Custom property set for Windows are not exported
257
+
<li>Fixed some general issue exporting in IFC2x2 format
258
+
<li>Corrected URL for UniFormat classifications in exported IFC files
259
+
<li>Issue on exporting a slab as IfcCivilElement with predefinedtype
260
+
<li>Room or Area is not exported when section box is active and options "Export only elements visible in view" and "Export rooms from 3D views" are selected
261
+
<li>Issue exporting edited shape as IfcCovering
262
+
<li>Fixed minor issue on FRA version of export UI due to length of the label for File Header and Project Address dialog boxes
263
+
<li>Fixed issue that GUID changes when using Steel tab
264
+
<li>Wrong placement of Rooms, Furnitures, or grids when no Level is selected to be exported as a building storey (will be exported in either IfcBuilding or IfcSite instead)
265
+
<li>Improve export of slanted walls
266
+
<li>Fixed crash issue when Steel elements are exported
267
+
<li>Wrong placement for BRep stairs and toposurfaces on export
268
+
<li>Missing Steel Connection Anchor on export
269
+
<li>Improved export for overly faceted geometries
270
+
<li>Some propertysets may be exported twice in IFC4RV export
271
+
<li>Missing NetVolume quantity in IFC4RV export
272
+
<li>Improved export of openings in some extruded families with setter placement offsets
238
273
</ul>
274
+
</p>
275
+
<p>
276
+
Import bug fixes:
277
+
<ul>
278
+
<li>Improved linking of IFC rebars that contains very small line segments in the directrix
279
+
<li>Some IFC4 data containing IfcColumns from AllPlan failed to be imported
280
+
<li>Fixed several issues related to importing IFC file from Tekla
281
+
<li>Improve text processing in import IFC class mapping table
282
+
<li>Import entities containing swept disk solid geometry
283
+
<li>More tolerant import for certain "bad" geometry, e.g. self intersecting geometry
284
+
<li>More tolerant import for geometry with very small curve segments
285
+
<li>Improve import of IFC file that is located far away from origin
286
+
</ul></p>
239
287
<br>
240
-
<p>
288
+
<p>
241
289
Known Issues:
242
290
<ul>
243
291
<li>Combination of a section box in the current view and the use of option <strong>Use active view when creating geometry</strong> may cause certain walls that are cut by the section box to fail during export resulting of missing some geometries. Workaround for this is to avoid using section box that cuts walls
0 commit comments