v1.2.141.18 - Updates and Fixes
October 30 2025 - VIM Object Model: v5.6.0, VIM SQL Schema: v5.6.0.e, VIM Ultra: v5.1.0
| Product | Content | Link |
|---|---|---|
| VIM Desktop Installer | VIM Revit Exporter 2019-2026 VIM Navisworks Exporter 2022-2026 VIM IFC Exporter VIM Desktop VIM Ultra | Download |
| VIM Enterprise Package | VIM Enterprise VIM Power BI Report Template VIM Power BI Custom Visual + Includes VIM Desktop Installer | Download |
| VIM 3ds Max Installer | VIM 3ds Max Importer 2019-2026 | Download |
VIM IFC Exporter
-
Updated to ODA SDK v26.6.
-
Improved export speed.
-
IFC files containing geometry defined as boundary representations are now correctly stored in the VIM file.
-
IFC files containing Japanese characters are now correctly encoded in the VIM file.
VIM Revit Exporter
- Built-in parameter IDs are now stored in the VIM file (this helps filter localized non-english built-in parameters from Revit).
VIM Navisworks Exporter
-
Improved export speed for large models.
-
Fixed model scaling issue.
VIM Enterprise
-
Updated maximum ACC export time to 12 hours.
-
🔼 Please update your ACC App bundles for compatibility with this release.
-
VIM SQL schema version updated to v5.6.0.e.
-
✨ New Tables
-
"ElementMeasureInfo": defines the parsed element parameter measures for Length, Width, Height, Area, Volume, Angle, Slope, ...
-
"ElementIfcInfo": contains the parsed IfcGUID parameter value. Useful for comparing raw Revit data with IFC data exported from Revit.
-
"ElementLevelInfo": defines the primary level of the element (inferred from a number of different possible parameters) as well as the geometry containment of the element between levels.
-
"LevelInfo": defines the building story as well as elevation relative to the project base point and survey point.
-
-
🔹 Updated Tables
-
"Parameter": now contains the Revit quantity in feet and meters
-
"Category": now contains the full name of each category for convenience as the combination of the parent category name and the current category name.
-
-
🔸 Updated Views
-
"vw_Element_v4"
- Added column
[Element.ElementKind]which defines whether the element is a FamilyInstance, Group, System, Room, Level, etc. - The
[Element_Class]field now contains the string representation of[Element.ElementKind].
- Added column
-
"vw_Parameter_v3"
- Added column
[Parameter_QuantityInFeetRvtOrDisplayValue]which defines the parsed Revit quantity in feet or the display value if the quantity could not be parsed. - Added column
[Parameter_QuantityInMetersRvtOrDisplayValue]which defines the parsed Revit quantity in meters or the display value if the quantity could not be parsed. - Added column
[Parameter_QuantityInMetersRvt]which contains the Revit quantity in meters. - Added column
[Element_IsInstance]which defines whether the associated element is a family instance. Useful for filtering. - Added column
[Category_NameFull]which defines the associated element's category full name. Useful for filtering.
- Added column
-
"vw_FamilyTypeParameter_v3"
- Added column
[Category_NameFull]which defines the associated element's category full name. Useful for filtering.
- Added column
-
"vw_FamilyParameter_v3"
- Added column
[Category_NameFull]which defines the associated element's category full name. Useful for filtering.
- Added column
-
-