Skip to content

Releases: NeVeSpl/RevitDBExplorer

v2.3.0

21 May 19:17
Compare
Choose a tag to compare

This release focuses on marking members:

  • the user can mark his or her favourite and most used members with color

  • members that were introduced to Revit API 2024 and 2025 are marked in UI
    d1

  • a new tool that shows all loaded assemblies into the app domain

image

v2.2.5

19 May 06:23
Compare
Choose a tag to compare
  • #25 add split volumes - by @mostafa901
  • #26 ability to navigate forward and backward using XButton1 and XButton2 - by @mostafa901
  • #27 Added Adaptive component Instance Util - by @mostafa901
  • #28 NullReferenceException Fix for BoundingBox Selection of Linked Elements - by @yk35

v2.2.4

30 Apr 07:33
Compare
Choose a tag to compare

This version adds greater support for snooping RebarBendingDetail in Revit 2025.

v2.2.3

29 Feb 16:22
Compare
Choose a tag to compare

What's new:

  • Revit 2025 version is targeting .net 8 (Revit Preview - January 2024 at least is required to use it)
  • Revit 2021 - fixed #24 - dependency conflict around System.Text.Json
  • Revit 2025 - fixed not opening URLs in the browser

v2.2.2

29 Nov 15:48
Compare
Choose a tag to compare

What's new:

  • version for Revit 2025 .net7 is now part of the setup

v2.1.0

12 Nov 15:08
Compare
Choose a tag to compare

What's new:

  • a new selector, for selecting only visible elements on the screen

v2.0.0

10 Nov 17:12
5a0e9ee
Compare
Choose a tag to compare

What's new:

  • automatically managed tabs providing single window experience
  • RDV: visualizations for: BoundingBoxXYZ, bounded Curve, Edge, Point, Soild, PlanarFace
  • RDS: improved quality of generated code for members, but still there is a lot of space for improvement here ....

A link still can be open in a new window by using SHIFT + Left Mouse Button. In configuration there is available option that controls if links should always be open in a new window or on a new tab.

2 0 easier-work-with-element-geometry

v1.10.5

01 Nov 10:20
Compare
Choose a tag to compare

What's new:

  • fixed: NullReferenceException when selected Element.GetMaterialIds() #21 by @yk35

v1.10.0

29 Oct 07:52
Compare
Choose a tag to compare

What's new:

Revit Database Visualization (RDV) for selected element/object in the tree.

Available visualizations:

  • model coordinate system displayed at (0,0,0)
  • for an Element, its bounding box with marked min and max points
  • for a Rebar, its Normal and marked start and end points
  • for an XYZ, small coordinate system at that point

a1

Visualizations are static, they are not automatically updated when element changes.

v1.9.0

15 Oct 09:49
Compare
Choose a tag to compare

What's new:

  • dedicated view for element parameters values
  • on the status bar it is displayed mouse cursor position expressed in the Revit model coordinates

3