RevitLookup

Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships.

MIT License

Stars
1.1K
Committers
38

Bot releases are hidden (Show)

RevitLookup - 2023.1.0-EOL

Published by Nice3point over 1 year ago

End Of Life WinForms builds

Revit Lookup (formerly known as RvtMgdDbg) was developed by Jim Awe in 2005.
However, due to advances in technology and new features and functionality, it was decided to discontinue support for the RevitLookup version based on the current engine using WinForms.
This means that there will be no more updates and bug fixes and no more user support for the classic version. Users who are still using the classic version of RevitLookup may consider upgrading to a newer, supported version of the software

Build includes versions 2015-2023

RevitLookup - 2022.0.2.4

Published by jeremytammik almost 3 years ago

integrated PR #115 by @ricaun adding support to click keyboard escape to close form

RevitLookup - 2022.0.2.3

Published by jeremytammik almost 3 years ago

@Nice3point string interpolation, object initialiser, build installer exitCode check, version property, fix issue #113 snooping family type, merge pull request #114

RevitLookup - 2022.0.2.2

Published by jeremytammik almost 3 years ago

integrated Readme.md update (#110) and created dev branch

RevitLookup - 2022.0.2.1

Published by jeremytammik almost 3 years ago

restored historical readme from 2005 by Jim Awe and converted word doc to markdown

RevitLookup - 2022.0.2.0

Published by jeremytammik almost 3 years ago

integrated pull request #108 by Roman @Nice3point to include previous versions in the installer

RevitLookup - 2022.0.1.6

Published by jeremytammik almost 3 years ago

integrated pull request #107 by Roman @Nice3point to rename Build, fix hello world version and move version number into csproj

RevitLookup - 2022.0.1.4

Published by jeremytammik almost 3 years ago

integrated pull request #105 by Roman @Nice3point to update badges, consolidate version number management, clean up builder and remove gitlab CI

RevitLookup - 2022.0.1.3

Published by jeremytammik almost 3 years ago

added issue and pr links and integrated pull request #104 by @Nice3point to fix snoop db exception due to tag and enum mismatch

RevitLookup - 2022.0.1.2

Published by jeremytammik almost 3 years ago

integrated pull request #102 by Roman @Nice3point to add changelog and remove unused files

RevitLookup - 2022.0.1.1

Published by jeremytammik almost 3 years ago

integrated pull request #101 by Roman @Nice3point implementing huge code restructuring, cleanup and build system

RevitLookup - 2022.0.1.0

Published by jeremytammik almost 3 years ago

modeless windows for RevitLookup

RevitLookup - 2022.0.0.16

Published by jeremytammik about 3 years ago

integrated pull request #91 by @mphelt to add PartUtilsStream

RevitLookup - 2022.0.0.15

Published by jeremytammik over 3 years ago

added RevitLookup.Installation

RevitLookup - 2022.0.0.14

Published by jeremytammik over 3 years ago

removed post-build copy step

RevitLookup - 2022.0.0.13

Published by jeremytammik over 3 years ago

integrated pull request #86 by Luiz Henrique Cassettari adding OnLoad to update width of snoop window value ListView last column

RevitLookup - 2022.0.0.12

Published by jeremytammik over 3 years ago

integrated pull request #85 by @ricaun Luiz Henrique Cassettari increasing width of snoop window value ListView column from 300 to 800

RevitLookup - 2022.0.0.11

Published by jeremytammik over 3 years ago

integrated pull request #84 by @RevitArkitek adding PlanViewRange functionality to display view range level id and offset

RevitLookup - 2022.0.0.10

Published by jeremytammik over 3 years ago

integrated pull request #83 by @RevitArkitek fixing error where element cannot be retrieved for an element id because SupportedColorFillCategoryIds returns category ids instead

RevitLookup - 2022.0.0.9

Published by jeremytammik over 3 years ago

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
Related Projects