Tag.SetLeaderElbowPosition

Tag.SetLeaderElbowPosition

Dynamo Hierarchy: Rhythm>Revit>Elements>Tag>Tag.SetLeaderElbowPosition

Description:

This will attempt to set the leader elbow position of the tag.

Inputs:

tag : Tag

point : Point

Outputs:

void : Void

Tag.SetHeadPosition

Tag.SetHeadPosition

Dynamo Hierarchy: Rhythm>Revit>Elements>Tag>Tag.SetHeadPosition

Description:

This will attempt to set the head position of the tag.

Inputs:

tag : Tag

point : Point

Outputs:

void : Void

Tag.SetLeaderEndPosition

Tag.SetLeaderEndPosition

Dynamo Hierarchy: Rhythm>Revit>Elements>Tag>Tag.SetLeaderEndPosition

Description:

This will attempt to set the leader end position of the tag.

Inputs:

tag : Tag

point : Point

Outputs:

void : Void

 

Tag.GetLeaderEnd

Tag.GetLeaderEnd

Dynamo Hierarchy: Rhythm>Revit>Elements>Tag>Tag.GetLeaderEnd

Description:

The position of the leader end for a tag using free end leader behavior.

Inputs:

tag : Tag

Outputs:

point : Point

Tag.GetHeadPosition

Tag.GetHeadPosition

Dynamo Hierarchy: Rhythm>Revit>Elements>Tag>Tag.GetHeadPosition

Description:

The position of the head of tag in model coordinates (if available).

Inputs:

tag : Tag

Outputs:

point : Point

All Elements of Model Category

All Elements of Model Category

Dynamo Hierarchy: Rhythm>Revit>Selection>All Elements of Model Category

Description: This allows you to collect all elements of a selected category. Also removes model subcategories from selection. Essentially combines Category> All Elements of Category.

Inputs:

none

Outputs:

element : Element

 

Rhythm Node Index

This will be updated as Rhythm gets updated. For a detailed list of changes visit Rhythm on GitHub

Rhythm.Animate

Element.AnimateColor

Element.AnimateNumericParameter

Element.AnimateTransparency

Rhythm.Core

List:

List.ArchitecturalAlphabeticalSequence

List.ReturnItemsPreviousToIndex

Output.Clean

OS:

OS.CurrentUser

OS.CurrentUserAppData

Rhythm.Revit

Collector:

Collector.DuctsBySystem

Collector.ModelGroupByName

Collector.OfExteriorWalls

Collector.OfInteriorWalls

Collector.OfLegendViews

Collector.OfStructuralWalls

Collector.PipesBySystem

Collector.PlacedRooms

Selection:

All Pipes at Reference Level

All Framing at Reference Level

Isolated Pick Model Elements

Isolated Pick Model Elements(ordered)

Numbered Pick Model Elements

Pick Model Element

Pick Model Elements

Select Elements By Curve

Select Grids By Curve

UI

UI.ColorPicker

Application:

BasicFileInfo.SavedInVersion

Application.CloseDocument

Application.OpenDocumentFile

Document:

Document.CopyElementsFromDocument

Elements:

Annotation:

RoomTag.Host

SpaceTag.Host

BeamSystem:

BeamSystem.DropBeamSystem

BeamSystem.Members

CurtainGrid:

CurtainGrid.AddLineByPoint

CurtainGrid.ByWallElement

CurtainGridLine:

CurtainGridLine.AllSegmentCurves

CurtainGridLine.FullCurve

CurtainGridLine.RemoveSegment

CurtainPanel:

CurtainPanel.IsolateInView

Dimension:

Dimension.IsOverridden

Dimension.LeaderEndPosition

Dimension.MultiSegmentMembers

Dimension.NumberOfSegments

Dimension.Origin

Dimension.GetCurve

Dimension.GetReferenceElements

Element:

Element.CopyFromViewToView

Element.GetJoinedElements

Element.OverrideCutColorInView

Element.OverrideCutLineweight

Element.OverrideProjectionFillColor

Element.OverrideProjectionLineColor

Element.ParentFamily

Element.SetPinnedStatus

Element.CreateParts

Element.GetIntersectingElementsOfCategory

Element.GetParameterValueByNameCaSeiNSeNSiTiVe

Element.SetParameterValueByNameCaSeiNSeNSiTiVe

Element.GetParameterValueByNameTypeOrInstance

Element.SetParameterValueByNameTypeOrInstance

ElevationMarker:

ElevationMarker.CreateElevationMarker

ElevationMarker.CreateElevationByMarkerIndex

FamilyInstance:

FamilyInstance.Room

FamilyInstance.Space

Parts:

Parts.DivideParts

Parts.GetSourceElement

Group:

Group.UngroupElements

Mullion:

Mullion.SortByDirection

ReferencePlane:

ReferencePlane.GetCurvesInView

RevitLink:

RevitLink.GetDocument

Room:

Room.CenterRoom

RoomTag:

RoomTag.CenterOnRoomLocation

RoomTag.TaggedRoom

Sheet:

Sheet.Create

Sheet.GetViewportsAndViews

Tag:

Tag.GetHeadPosition

Tag.GetLeaderEnd

Tag.GetLeaderElbow

Tag.SetLeaderEndPosition

Tag.SetHeadPosition

Tag.SetLeaderElbowPosition

TextElement:

TextElement.ToLower

TextElement.ToTitle

Viewport:

Viewport.Create

Viewport.GetView

Viewport.LabelOutline

Viewport.LocationData

Viewport.SetLocationBasedOnOther

ViewSection:

ViewSection.OverrideCrop

ViewSection.OverrideCropVersion2

ViewPlan:

ViewPlan.GetCropBox

ViewPlan.Rotate

View:

View.ConvertToIndependent

View.GetCropRegionElement

View.GetFilterVisibility

View.SetElementProjectionLineweight

Selection:

All Elements of Model Category

Design Options

Links

MEPSystemTypes

Roof Types

Sheets

SpaceTypes

ViewFamilyTypes

Collector:

ElementsOfTypeInDocument

Tools:

Batch:

Batch.UpgradeFamilies

To be documented/reviewed:

All Upper
Arrowhead Assigner
Geometry.SpaceEvenlyWithBuffer

Rhythm.3DRoomTags
Rhythm.BackupRFADeleter

Rhythm.PercentGlazingByOrientation
Rhythm.RenumberGridsByCurve
Rhythm.RenumberRoomsByCurve
Rhythm.Toggle
Rhythm.WhatTheNode
String.IndicesOfCharacter
String.RemoveAfterGivenCharacter
String.RemovePriorToCharacter
String.ToTitle

Viewport.ViewName
Workset.Create

Batch.UpgradeFamilies

Batch.UpgradeFamilies

Dynamo Hierarchy: Rhythm>Tools>Batch>Batch.UpgradeFamilies

Description: This tool with batch upgrade all the Revit families in a directory and delete the backup files that are generated. Back up your files first if you might need them after.

Inputs:

directoryPath : String

 

Outputs:

Succesfully Upgraded : FilePath

Not So Succesfully Upgraded : FilePath

Element.AnimateTransparency

Element.AnimateTransparency

Dynamo Hierarchy: Rhythm>Animate>Element>Element.AnimateTransparency

Description: Animate the transparency of an element. This will export images of the element, then revert the element back to where it was. Inspired by the Bad Monkeys team.

Inputs:

element : Element

parameterName : String

startPercentage : int

endPercentage : double

iterations : int

directoryPath : String

view : View

Outputs:

element : Element