Data|Shapes
  • Data-Shapes package Primer
  • Dynamo
    • Geometry.PruneDuplicates
    • Transform.OriginAndVectors
    • Export Views to NavisWorks
  • Interop
    • Excel.Worksheets
    • Export to FBX
  • Revit
    • ActiveDocument.FileSize
    • Add Shared Parameter(s) from txt
    • All Elements In View(s)
    • All Lines of LineStyle
    • Categorie(s) by ENU Name(s)
    • Categories list
    • Document.LengthDisplayUnit
    • Duplicate Element
    • Element(s) cut
    • Filter.IsApplied
    • Get All Linked Docs infos
    • GetLinkedElement.InHostView
    • GetLinkedElement.InHostViewAndCategory
    • Grid.SetVerticalExtents
    • ImportInstance.IsLinked
    • Line LineStyle
    • ModificationTracker.AllChanges
    • ModificationTracker.GeometryChanges
    • ModificationTracker.ModelComparison
    • ModificationTracker.ParameterChanges
    • ParameterGroup list
    • PerformanceAdviserRule Elements
    • PerspectiveView.ByEyePositionTarget
    • RayBounce On Link Category
    • RayBounce On Linked Model
    • Replace viewports by center
    • Room Status
    • Room.Height
    • Select Face (s) (PickObject)
    • Select Model Elements of Category
    • Set Active Family Parameter By Name
    • SharedParameters from txt file
    • SlabShape.AddPoints
    • SlabShape.AddSplitLine
    • ViewSection.ByLine
    • ViewTemplate.IsApplied
    • WallSweepOnWall
  • UI
    • UI.Boolean Data
    • UI.ColorInput Data
    • UI.ConditionalInput Data
    • UI.DataTable input
    • UI.DirectoryPath Data
    • UI.DropDown Data
    • UI.FilePath Data
    • UI.Image Data
    • UI.InputGroup Data
    • UI.Listview Data
    • UI.MultipleInputForm ++
    • UI.RadioButtons Data
    • UI.SelectEdges Data
    • UI.SelectFaces Data
    • UI.SelectLinkedElement(s) Data
    • UI.SelectModelElements Data (ordered)
    • UI.SelectModelElements Data
    • UI.SelectPointsOnFace data
    • UI.Slider Data
    • UI.TextBox Data
    • UI.TextNote Data
    • UI.TreeView input
Powered by GitBook
On this page
  • 1. Description
  • 2. Inputs
  • 3. Output
  1. Revit

PerformanceAdviserRule Elements

PreviousParameterGroup listNextPerspectiveView.ByEyePositionTarget

Last updated 6 years ago

1. Description

This node allows you to get the elements that may cause performance degradation because they don't respect the Performance Adviser Rules.

2. Inputs

  • PerformanceAdviserRule

This input takes one or several PerformanceAdviserRule(s).

  • Refresh

Refresh the input information.

3. Output

  • Elements

This output retrieves the elements involved in the warning, because they don't respect the given PerformanceAdviserRule(s). For instance, if two walls are overlapping, this node will give you the elements implied.