Skip to content

2024.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 20:19
e6ab1ac

Features

  • Static members support

    For example, RevitLookup now supports the display of these and other properties and methods:

    Category.GetCategory();
    Document.GetDocumentVersion()
    UIDocument.GetRevitUIFamilyLoadOptions()
    Application.MinimumThickness

    image

  • Ribbon update

    SplitButton replaced by PullDownButton. Thank for voting https://github.com/jeremytammik/RevitLookup/discussions/159

    image

Improvements

  • Added DefinitionGroup support
  • Added Element.GetMaterialArea support
  • Added Element.GetMaterialVolume support
  • Added FamilyInstance.get_Room support
  • Added FamilyInstance.get_ToRoom support
  • Added FamilyInstance.get_FromRoom support
  • "Show element" is no longer available for ElementType

Bugs

  • Fixed issue when GetMaterialIds method didn't return nonPaint materials #163