Skip to content

Releases: NeVeSpl/RevitDBExplorer

v1.0.9-kappa

27 Sep 07:01
Compare
Choose a tag to compare

What's new

  • No icon on Quick Access Toolbar #3
  • RDQ : selecting all elements from a given level or room
  • RDQ : selecting all elements that pass user-defined rule-based filter
  • Tree context menu : you can Isolate in Revit selected element

v1.0.8-iota

13 Aug 06:35
Compare
Choose a tag to compare

What's new

  • tooltips with Revit help for static methods and types
  • showing not exposed members of a given type at the end of the list
  • possibility to select a whole group of elements in Revit (through group context menu)
  • RDQ : possibility to use ElementStructuralTypeFilter
  • RDQ : possibility to use string phrase with parameters which storage type is ElementId
  • RDQ : possibility to copy generated FilteredElementCollector (through query text box context menu)
  • icons for parameters defined by the user: shared/project/family
  • a few more members are exposed from Revit database e.g. :
    • StructuralSectionUtils.GetStructuralSection()
    • Document.EditFamily()
    • HostObjectUtils.GetTopFaces()
    • HostObjectUtils.GetBottomFaces()
    • HostObjectUtils.GetSideFaces()
    • WorksharingUtils.GetCheckoutStatus()
    • WorksharingUtils.GetModelUpdatesStatus()
    • WorksharingUtils.GetWorksharingTooltipInfo()

v1.0.7-theta

07 Aug 16:27
Compare
Choose a tag to compare

What's new

this time only two members were added to RDBE from Revit API:

  • Parameter.Set
  • Parameter.SetValueString

but that means you can edit parameter values directly in RDBE.

v1.0.6-eta

06 Aug 08:49
Compare
Choose a tag to compare

What's new

  • snooping Revit events
  • snooping loaded external applications (aka add-ons)
  • snooping updaters
  • information in the left-down corner if Revit is busy and cannot process asynchronous request at the moment
  • option for extensible storage Schema to erase all of its entities from a document
  • a few dozen more members are exposed from Revit database e.g. :
    • View.GetElementOverrides
    • Element.GetMaterialVolume
    • Document.GetDocumentVersion
    • BasicFileInfo.Extract

v1.0.5-zeta

30 Jul 05:42
Compare
Choose a tag to compare

What's new

  • support for Revit 2021
  • themes, with a new dark theme "Dark - be ready" for Revit 2024 Dark Theme
  • snooping Revit selection is now the default behaviour after running the command from Revit
  • fixed: #1
  • a few dozen more members are exposed from Revit database e.g. :
    • Curve.GetEndParameter
    • Element.GetMaterialIds
    • Rebar.GetOverridableHookParameters
    • RebarShapeDrivenAccessor.GetBarPositionTransform

v1.0.4-epsilon

25 Jul 05:55
Compare
Choose a tag to compare
bump version to 1.0.4

v1.0.3-delta

24 Jul 06:17
Compare
Choose a tag to compare
bump version to 1.0.3

v1.0.2-gamma

22 Jul 18:42
Compare
Choose a tag to compare
bump version to 1.0.2

v1.0.1-beta

19 Jul 17:59
Compare
Choose a tag to compare
remove unnecessary reference

v1.0.0-alpha

17 Jul 13:58
8a5f23b
Compare
Choose a tag to compare
Update Ci.yml - disable signing with cert