Node Changes
This page tracks changes to nodes in Dynamo for Revit.
Revit 2026
Removed nodes
Removed node | Recommended replacement(s) |
---|---|
AnalysisDisplay.ByViewAndFaceAnalysisData | Use FaceAnalysisDisplay.ByViewFacePointsAndValues. |
PointAnalysisDisplay.ByViewAndPointAnalysisData | Use PointAnalysisDisplay.ByViewPointsAndValues. |
VectorAnalysisDisplay.ByViewAndVectorAnalysisData | Use VectorAnalysisDisplay.ByViewPointsAndVectorValues. |
FamilyInstance.Type | Use Element.Type to get the type of a family instance. |
FamilyInstance.GetType | Use Element.GetParameterValueByName with the parameter name "Type". |
StructuralFraming.Type | Use Element.Type to get the type of structural framing. |
StructuralFraming.GetType | Use Element.GetParameterValueByName with the parameter name "Type". This will provide the type of the structural framing element. |
StructuralFraming.ByCurveLevelUpVectorAndType | Use StructuralFraming.BeamByCurve. |
Deprecated nodes
The following nodes have been marked to be deprecated in a future release of Dynamo for Revit. They will continue to function the same as in previous versions, but it is recommended to replace these nodes with the improved versions listed in the table below.
Node to be deprecated | Recommended replacement(s) |
---|---|
Parameter.CreateProjectParameterForAllCategories | Parameter.CreateSharedParameterForAllCategories |
Parameter.CreateProjectParameter | Parameter.CreateSharedParameter |
New help documentation
Help documentation was added for the following nodes. You can access it by right clicking the node in the workspace and selecting Help.
- Revit.Elements:
- Ceiling Type
- Coordinates
- Curtain Panel & Mullion
- Dimension
- Direct Shape
- Family Instance
- Filled Region
- Fill Pattern
- Floor
- Grid
- Group
- Line Pattern
- Link Element
- Material
- Reference Point
- Roof Type
- Room & Space
- Sun Settings
- Tag
- Text Note
- Toposolid
- Views/Sheets
- Visual Styles
- Wall
- FamilyType
- GlobalParameter
- Level
- LinkElements
- ModelText
- Parameter
- Revit.Application.Document
- Revit.Application.FamilyDocument
- Revit.Filter.OverrideGraphicSettings
- Revit.Transaction.Transaction.End
- ScheduleView
- Selection nodes
- Viewport
- WallType