Releases: jeremytammik/RevitLookup
2022.0.0.12
2022.0.0.11
integrated pull request #84 by @RevitArkitek adding PlanViewRange
functionality to display view range level id and offset
2022.0.0.10
integrated pull request #83 by @RevitArkitek fixing error where element cannot be retrieved for an element id because SupportedColorFillCategoryIds
returns category ids instead
2022.0.0.9
integrated pull request #81 by @CADBIMDeveloper enhancing ElementId
and Revit 2022 extensible storage support:
- fix broken schema fields values display
- SpecTypeId.Custom is not a measurable spec (it represents double values), but requires UnitTypeId.Custom to get an entity field value
- this allows to view extensible storage schema map fields (dictionaries)
- ElementId could represent Revit model element or built-in parameter id or built-in category id. for the latter two, show id value instead of "null"
- now keyvaluepair is a truly snoopable object
- remove unused using
- show value if ElementId represents built-in parameters or built-in category
2022.0.0.8
2022.0.0.7
integrated pull request #78 by @RevitArkitek to handle TableData.GetSectionData
2022.0.0.6
integrated pull request #77 by @RevitArkitek to get end points for curves
2022.0.0.5
integrated pull request #76 by @peterhirn to fix CI for new VS 2019 Revit 2022 dotnet-core csproj
2022.0.0.4
upgraded to Visual Studio 2019 (from 2017) and adopted @peterhirn project and solution files
2022.0.0.3
integrated pull request #73 implementing temporary transaction and rollback allowing to snoop PlanTopology
, reset Revit API assembly DLL references to Copy Local
false and specified Configuration
as 2022