Releases: NeVeSpl/RevitDBExplorer
Releases · NeVeSpl/RevitDBExplorer
v1.8.0
What's new:
Compare & Pin tool:
- it allows to compare two objects of the same type
- it is possible to save the state of the object at the current moment (Freeze) and use it in the future comparison
- the list of objects is shared between all instances of RDBE, you can use it to store/pin objects, and have easy access to them
v1.7.0
What's new:
- #19 - easier integration of RDBE with other add-ons
- allow to filter the List by a member value
- ForgeTypeId.TypeId string value was replaced by the corresponding static property defined on types:
UnitTypeId
,SpecTypeId
,GroupTypeId
,ParameterTypeId
, thus for example instead ofautodesk.unit.unit:millimeters-1.0.1
we are getting nowUnitTypeId.Millimeters
v1.6.0
v1.5.1
v1.5.0
v1.4.0
What's new
- Show buttons names #11
- Configs / Info button #12
- new commands for RDQ :
workset
,owned
,selection
- RDQ - command
active
was changed tovisible
- RDQ finally is using Revit UI units in queries to parse decimal numbers
- first version of RDS (Revit Database Scripting), that allows running ad hoc C# code that operates on Revit API, right now only queries - changing state is not possible
v1.3.0
What's new
- autocompletion for RDQ (revit database query)
- an option in the context menu that allows opening RevitApi.chm file, delivered with Revit SDK, on a selected
- a few more members are exposed from Revit database e.g. :
- Units.GetFormatOptions()
- ParameterFilterUtilities.GetFilterableParametersInCommon()
- SpatialFieldManager.GetSpatialFieldManager()
- SpatialFieldManager.GetResultSchema()
- Element.GetGeometryObjectFromReference()
- TableView.GetAvailableParameters()