├── !Documentation ├── 20171106-RhythmUpdates.png ├── 20180607-RhythmUpdates.png ├── CoreNodeIcons │ ├── Rhythm.About.About.AboutRhythm.Large.png │ ├── Rhythm.About.About.AboutRhythm.Small.png │ ├── Rhythm.GenerativeDesign.GenerativeDesign.PackViewports.Large.png │ ├── Rhythm.GenerativeDesign.GenerativeDesign.PackViewports.Small.png │ ├── Rhythm.GenerativeDesign.RandomDistribution.NextGaussian.Large.png │ ├── Rhythm.GenerativeDesign.RandomDistribution.NextGaussian.Small.png │ ├── Rhythm.Helpers.Helpers.ThisOrThat.Large.png │ ├── Rhythm.Helpers.Helpers.ThisOrThat.Small.png │ ├── Rhythm.Helpers.Helpers.Toggle.Large.png │ ├── Rhythm.Helpers.Helpers.Toggle.Small.png │ ├── Rhythm.Helpers.ImportExport.ScreenshotMainWindow.Large.png │ ├── Rhythm.Helpers.ImportExport.ScreenshotMainWindow.Small.png │ ├── Rhythm.Helpers.System.CurrentUserAppData.Large.png │ ├── Rhythm.Helpers.System.CurrentUserAppData.Small.png │ ├── Rhythm.Helpers.System.CurrentUserDomainName.Large.png │ ├── Rhythm.Helpers.System.CurrentUserDomainName.Small.png │ ├── Rhythm.Helpers.System.CurrentUserName.Large.png │ ├── Rhythm.Helpers.System.CurrentUserName.Small.png │ ├── Rhythm.Helpers.System.CurrentUserTempFolder.Large.png │ ├── Rhythm.Helpers.System.CurrentUserTempFolder.Small.png │ ├── Rhythm.Helpers.System.JiggleMouse.Large.png │ ├── Rhythm.Helpers.System.JiggleMouse.Small.png │ ├── Rhythm.Helpers.System.MachineName.Large.png │ ├── Rhythm.Helpers.System.MachineName.Small.png │ ├── Rhythm.Helpers.System.SendToClipboard.Large.png │ ├── Rhythm.Helpers.System.SendToClipboard.Small.png │ ├── Rhythm.Math.MarkovChain.PredictNext.Large.png │ ├── Rhythm.Math.MarkovChain.PredictNext.Small.png │ ├── Rhythm.Numbers.Numbers.ToHeading.Large.png │ ├── Rhythm.Numbers.Numbers.ToHeading.Small.png │ ├── Rhythm.Numbers.Numbers.ToHeadingArrow.Large.png │ ├── Rhythm.Numbers.Numbers.ToHeadingArrow.Small.png │ ├── Rhythm.Numbers.Numbers.ToOrdinalWords.Large.png │ ├── Rhythm.Numbers.Numbers.ToOrdinalWords.Small.png │ ├── Rhythm.Numbers.Numbers.ToRoman.Large.png │ ├── Rhythm.Numbers.Numbers.ToRoman.Small.png │ ├── Rhythm.Numbers.Numbers.ToWords.Large.png │ ├── Rhythm.Numbers.Numbers.ToWords.Small.png │ ├── Rhythm.String.Inspect.LongestCommonSubstring.Large.png │ ├── Rhythm.String.Inspect.LongestCommonSubstring.Small.png │ ├── Rhythm.String.Modify.Camelize.Large.png │ ├── Rhythm.String.Modify.Camelize.Small.png │ ├── Rhythm.String.Modify.Dasherize.Large.png │ ├── Rhythm.String.Modify.Dasherize.Small.png │ ├── Rhythm.String.Modify.FormatWith.Large.png │ ├── Rhythm.String.Modify.FormatWith.Small.png │ ├── Rhythm.String.Modify.Humanize.Large.png │ ├── Rhythm.String.Modify.Humanize.Small.png │ ├── Rhythm.String.Modify.MOcKtExt.Large.png │ ├── Rhythm.String.Modify.MOcKtExt.Small.png │ ├── Rhythm.String.Modify.ParseRegularExpression.Large.png │ ├── Rhythm.String.Modify.ParseRegularExpression.Small.png │ ├── Rhythm.String.Modify.Pascalize.Large.png │ ├── Rhythm.String.Modify.Pascalize.Small.png │ ├── Rhythm.String.Modify.Pluralize.Large.png │ ├── Rhythm.String.Modify.Pluralize.Small.png │ ├── Rhythm.String.Modify.Singularize.Large.png │ ├── Rhythm.String.Modify.Singularize.Small.png │ ├── Rhythm.String.Modify.Titleize.Large.png │ ├── Rhythm.String.Modify.Titleize.Small.png │ ├── Rhythm.String.Modify.ToQuantity.Large.png │ ├── Rhythm.String.Modify.ToQuantity.Small.png │ ├── Rhythm.String.Modify.ToSentence.Large.png │ ├── Rhythm.String.Modify.ToSentence.Small.png │ ├── Rhythm.String.Modify.ToTitle.Large.png │ ├── Rhythm.String.Modify.ToTitle.Small.png │ ├── Rhythm.String.Modify.Truncate.Large.png │ ├── Rhythm.String.Modify.Truncate.Small.png │ ├── Rhythm.String.Modify.Underscore.Large.png │ ├── Rhythm.String.Modify.Underscore.Small.png │ ├── Rhythm.System.System.Compress.Large.png │ └── Rhythm.System.System.Compress.Small.png ├── CreateResx.dyn ├── Logo │ ├── ProfileImage.svg │ ├── RhythmLogo.png │ ├── RhythmLogo.svg │ ├── bitmap.png │ ├── image.png │ ├── profileImage.png │ ├── sixtysecondrevit.com.svg │ └── sixtysecondrevit.png ├── NodeIconCreator.dyn ├── NodeIconGenerator.dyn ├── Nodes │ ├── Core │ │ ├── About │ │ │ └── About.AboutRhythm.png │ │ ├── Helpers │ │ │ ├── Helpers │ │ │ │ ├── Helpers.ThisOrThat-Example.dyn │ │ │ │ ├── Helpers.ThisOrThat.png │ │ │ │ ├── Helpers.Toggle-Example.dyn │ │ │ │ ├── Helpers.Toggle.png │ │ │ │ ├── ThisOrThat-Example.gif │ │ │ │ └── Toggle-Example.gif │ │ │ ├── ImportExport │ │ │ │ └── ImportExport.ScreenshotMainWindow.png │ │ │ └── System │ │ │ │ ├── System.CurrentUserAppData.png │ │ │ │ ├── System.CurrentUserDomainName.png │ │ │ │ ├── System.CurrentUserName.png │ │ │ │ ├── System.CurrentUserTempFolder.png │ │ │ │ ├── System.JiggleMouse.png │ │ │ │ └── System.SendToClipboard.png │ │ ├── Numbers │ │ │ └── Numbers │ │ │ │ ├── Numbers.ToHeading.png │ │ │ │ ├── Numbers.ToHeadingArrow.png │ │ │ │ ├── Numbers.ToOrdinalWords.png │ │ │ │ ├── Numbers.ToRoman.png │ │ │ │ └── Numbers.ToWords.png │ │ └── String │ │ │ ├── Modify.Camelize.png │ │ │ ├── Modify.Dasherize.png │ │ │ ├── Modify.FormatWith-Example.dyn │ │ │ ├── Modify.FormatWith-Example.png │ │ │ ├── Modify.FormatWith.png │ │ │ ├── Modify.Humanize.png │ │ │ ├── Modify.MOcKtExt-Example.dyn │ │ │ ├── Modify.MOcKtExt-Example.png │ │ │ ├── Modify.MOcKtExt.png │ │ │ ├── Modify.Pascalize.png │ │ │ ├── Modify.Pluralize.png │ │ │ ├── Modify.Singularize.png │ │ │ ├── Modify.Titleize.png │ │ │ ├── Modify.ToQuantity-Example.dyn │ │ │ ├── Modify.ToQuantity-Example.png │ │ │ ├── Modify.ToQuantity.png │ │ │ ├── Modify.ToTitle-Example.dyn │ │ │ ├── Modify.ToTitle-Example.png │ │ │ ├── Modify.ToTitle.png │ │ │ ├── Modify.Truncate.png │ │ │ └── Modify.Underscore.png │ └── Revit │ │ ├── Application │ │ ├── Applications │ │ │ ├── Applications.CloseDocument.png │ │ │ ├── Applications.GetOpenDocuments.png │ │ │ └── Applications.OpenDocumentFile.png │ │ └── Documents │ │ │ ├── Documents.CopyDraftingViewsFromDocument.png │ │ │ ├── Documents.CopyElementsFromDocument.png │ │ │ ├── Documents.CopyElementsFromLinkedDocument.png │ │ │ ├── Documents.SaveAs.png │ │ │ └── Documents.SetStartingView.png │ │ ├── ElementFilter │ │ ├── ElementFilter.ByCategory.png │ │ ├── ElementFilter.ByName.png │ │ ├── ElementFilter.ByParameterNumericValue.png │ │ └── ElementFilter.ByParameterStringValue.png │ │ ├── Elements │ │ ├── AreaTag │ │ │ └── AreaTag.TaggedArea.png │ │ ├── Areas │ │ │ ├── Areas.AreaAtPoint.png │ │ │ ├── Areas.AreaScheme.png │ │ │ ├── Areas.Boundaries.png │ │ │ ├── Areas.ContainsPoint.png │ │ │ ├── Areas.GetAreaAtPoint.png │ │ │ ├── Areas.OuterBoundary.png │ │ │ └── Areas.Solid.png │ │ ├── BeamSystem │ │ │ ├── BeamSystem.DropBeamSystem-Example.png │ │ │ ├── BeamSystem.DropBeamSystem.png │ │ │ ├── BeamSystem.Members-Examples.png │ │ │ └── BeamSystem.Members.png │ │ ├── Categories │ │ │ ├── Categories.CutLineweight.png │ │ │ ├── Categories.LineColor.png │ │ │ ├── Categories.LinePattern.png │ │ │ ├── Categories.Material.png │ │ │ └── Categories.ProjectionLineweight.png │ │ ├── CurtainGrid │ │ │ ├── CurtainGrid.AddGridLineByPoint-Example.gif │ │ │ ├── CurtainGrid.AddGridLineByPoint.png │ │ │ ├── CurtainGrid.ByCurtainSystem.png │ │ │ ├── CurtainGrid.ByWallElement-Example.png │ │ │ ├── CurtainGrid.ByWallElement.png │ │ │ ├── CurtainGrid.UGrids.png │ │ │ └── CurtainGrid.VGrids.png │ │ ├── CurtainGridLine │ │ │ ├── CurtainGridLine.AllSegmentCurves-Example(1).png │ │ │ ├── CurtainGridLine.AllSegmentCurves-Example.png │ │ │ ├── CurtainGridLine.AllSegmentCurves.png │ │ │ ├── CurtainGridLine.ExistingSegmentCurves.png │ │ │ ├── CurtainGridLine.FullCurve-Example.png │ │ │ ├── CurtainGridLine.FullCurve.png │ │ │ ├── CurtainGridLine.RemoveSegment-Example.gif │ │ │ ├── CurtainGridLine.RemoveSegment.png │ │ │ ├── CurtainGridLine.SetLocation.png │ │ │ └── CurtainGridLine.SkippedSegmentCurves.png │ │ ├── CurtainPanel │ │ │ ├── CurtainPanel.IsolateInView-Example.gif │ │ │ └── CurtainPanels.IsolateInView.png │ │ ├── DimensionTypes │ │ │ └── DimensionTypes.UsesProjectSettings.png │ │ ├── Dimensions │ │ │ ├── Dimensions.AboveValue.png │ │ │ ├── Dimensions.Accuracy.png │ │ │ ├── Dimensions.BelowValue.png │ │ │ ├── Dimensions.CenterTextOnLine.png │ │ │ ├── Dimensions.Color.png │ │ │ ├── Dimensions.DisplayUnits.png │ │ │ ├── Dimensions.DisplayValueString.png │ │ │ ├── Dimensions.GetCurve.png │ │ │ ├── Dimensions.GetReferenceElements.png │ │ │ ├── Dimensions.IsOverriden.png │ │ │ ├── Dimensions.NumberOfSegments.png │ │ │ ├── Dimensions.Origin.png │ │ │ ├── Dimensions.Segments.png │ │ │ ├── Dimensions.SetAboveValue.png │ │ │ ├── Dimensions.SetBelowValue.png │ │ │ ├── Dimensions.SetTextLocation.png │ │ │ ├── Dimensions.TextPosition.png │ │ │ └── Dimensions.ValueString.png │ │ ├── Element │ │ │ ├── Element.CreateParts-Example.png │ │ │ ├── Element.GetInteresectingElementsOfCategory-Example.png │ │ │ ├── Element.GetParameterValueByNameCaSeiNSeNSiTiVe-Example.png │ │ │ ├── Element.GetParameterValueByNameTypeOrInstance-Example.png │ │ │ ├── Element.SetParameterValueByNameCaSeiNSeNSiTiVe-Example.png │ │ │ ├── Element.SetParameterValueByNameTypeOrInstance-Example.png │ │ │ ├── Elements.AreaLocation.png │ │ │ ├── Elements.CreateParts.png │ │ │ ├── Elements.DependentElements.png │ │ │ ├── Elements.DependentElementsOfCategory.png │ │ │ ├── Elements.GetIntersectingElementsOfCategory.png │ │ │ ├── Elements.GetIntersectingElementsOfCategoryLinkOption.png │ │ │ ├── Elements.GetParameterByNameInDocument.png │ │ │ ├── Elements.GetParameterValueByNameCaSeiNSeNSiTiVe.png │ │ │ ├── Elements.GetParameterValueByNameTypeOrInstance.png │ │ │ ├── Elements.IsHiddenInView.png │ │ │ ├── Elements.JoinedElements.png │ │ │ ├── Elements.SetParameterByNameTypeOrInstance.png │ │ │ ├── Elements.SetParameterValueByNameCaSeiNSeNSiTiVe.png │ │ │ ├── Elements.SetPinnedStatus.png │ │ │ └── Elements.ViewFinder.png │ │ ├── ElevationMarker │ │ │ ├── ElevationMarker.CreateElevationByMarkerIndex-Example.dyn │ │ │ ├── ElevationMarker.CreateElevationByMarkerIndex-Example.png │ │ │ ├── ElevationMarker.CreateElevationByMarkerIndex.png │ │ │ ├── ElevationMarker.CreateElevationMarker-Example.png │ │ │ └── ElevationMarker.CreateElevationMarker.png │ │ ├── FamilyInstance │ │ │ ├── FamilyInstance.Room-Example.png │ │ │ ├── FamilyInstance.Space-Example.png │ │ │ ├── FamilyInstances.ByRoom.png │ │ │ ├── FamilyInstances.RetrieveNestedComponents.png │ │ │ ├── FamilyInstances.Room.png │ │ │ └── FamilyInstances.Space.png │ │ ├── FilledRegion │ │ │ └── FilledRegions.ByMultipleLoops.png │ │ ├── HostObject │ │ │ ├── HostObject.BottomSurface.png │ │ │ ├── HostObject.ExteriorSurface.png │ │ │ ├── HostObject.InteriorSurface.png │ │ │ └── HostObject.TopSurface.png │ │ ├── Leaders │ │ │ ├── Leaders.GetLeaderElbow.png │ │ │ ├── Leaders.GetLeaderEnd.png │ │ │ ├── Leaders.SetLeaderElbowPosition.png │ │ │ └── Leaders.SetLeaderEndPosition.png │ │ ├── Level │ │ │ └── Levels.HasView.png │ │ ├── Mullion │ │ │ └── Mullions.ByDirection.png │ │ ├── Parts │ │ │ ├── Parts.DivideParts-Example.gif │ │ │ ├── Parts.DivideParts.png │ │ │ ├── Parts.GetSourceElement-Example.png │ │ │ └── Parts.GetSourceElement.png │ │ ├── ReferencePlane │ │ │ ├── ReferencePlane..GetCurvesInView-Example.png │ │ │ ├── ReferencePlanes.ByLine.png │ │ │ └── ReferencePlanes.GetCurvesInView.png │ │ ├── RevitLink │ │ │ ├── RevitLink.GetDocument-Example.png │ │ │ └── RevitLink.GetDocument.png │ │ ├── RevitLinkType │ │ │ └── RevitLinkType.ReloadFrom.png │ │ ├── Roofs │ │ │ ├── Roofs.AddPoint.png │ │ │ └── Roofs.AddSplitLineWithElevation.png │ │ ├── Room │ │ │ ├── Room.CenterRoom-Example.gif │ │ │ ├── Rooms.CenterRoom.png │ │ │ ├── Rooms.CenterRoom2.png │ │ │ ├── Rooms.IntersectWithCurve.png │ │ │ └── Rooms.IntersectingElementsInRoom.png │ │ ├── RoomTag │ │ │ ├── RoomTag.CenterOnRoomLocation-Example.gif │ │ │ ├── RoomTag.CenterOnRoomLocation.png │ │ │ ├── RoomTag.TaggedRoom-Example.png │ │ │ └── RoomTag.TaggedRoom.png │ │ ├── Sheet │ │ │ ├── Sheet.Create.png │ │ │ ├── Sheet.GetViewportsAndViews.png │ │ │ └── Sheet.Titleblock.png │ │ ├── Tags │ │ │ ├── Tags.GetHeadPosition.png │ │ │ ├── Tags.GetLeaderElbow.png │ │ │ ├── Tags.GetLeaderEnd.png │ │ │ ├── Tags.SetHeadPosition.png │ │ │ ├── Tags.SetLeaderElbowPosition.png │ │ │ ├── Tags.SetLeaderEndPosition.png │ │ │ └── Tags.TagText.png │ │ ├── TextNotes │ │ │ ├── TextNotes.GetLeaders.png │ │ │ ├── TextNotes.ToLower.png │ │ │ └── TextNotes.ToUpper.png │ │ ├── Viewport │ │ │ ├── Viewport.BoxCenter.png │ │ │ ├── Viewport.Create-Example.png │ │ │ ├── Viewport.Create.png │ │ │ ├── Viewport.GetView-Example.png │ │ │ ├── Viewport.GetView.png │ │ │ ├── Viewport.LabelOutline-Example.png │ │ │ ├── Viewport.LabelOutline.png │ │ │ ├── Viewport.LocationData-Example.png │ │ │ ├── Viewport.LocationData.png │ │ │ ├── Viewport.SetBoxCenter.png │ │ │ ├── Viewport.SetLocationBasedOnOther-Example.gif │ │ │ └── Viewport.SetLocationBasedOnOther.png │ │ └── Walls │ │ │ ├── Walls.Direction.png │ │ │ ├── Walls.EditedProfile.png │ │ │ └── Walls.HasEditedProfile.png │ │ ├── Helpers │ │ ├── Helpers.CurrentRevitVersion-Example..dyn │ │ ├── Helpers.CurrentRevitVersion-Example.png │ │ ├── Helpers.CurrentRevitVersion.png │ │ ├── Helpers.SimpleUserMessage.png │ │ ├── Helpers.ToggleElementBinder.png │ │ └── Helpers.UserMessage.png │ │ ├── Rhythm.Geometry.Tessellation.ConvexHull.FromPoints.png │ │ ├── Ribbon │ │ └── Modifiers │ │ │ ├── Modifiers.Rotate.png │ │ │ ├── Modifiers.SetColor.png │ │ │ └── Modifiers.SetFont.png │ │ ├── RibbonTab │ │ ├── RibbonTab.GetTabs.png │ │ ├── RibbonTab.Name.png │ │ ├── RibbonTab.SetEnabled.png │ │ ├── RibbonTab.SetName.png │ │ ├── RibbonTab.SetVisibility.png │ │ └── RibbonTab.Visibility.png │ │ ├── Selection │ │ ├── Collector │ │ │ ├── Collector.ElementsOfCategoryInDocument.png │ │ │ └── Collector.ElementsOfTypeInDocument.png │ │ └── Select │ │ │ ├── Selection.All Elements of Model Category.png │ │ │ ├── Selection.Design Options.png │ │ │ ├── Selection.Isolated Select Model Elements.png │ │ │ ├── Selection.Links.png │ │ │ ├── Selection.Model Categories.png │ │ │ ├── Selection.Pick-Example.dyn │ │ │ ├── Selection.Pick-Example.gif │ │ │ ├── Selection.Pick.png │ │ │ ├── Selection.Roof Types.png │ │ │ ├── Selection.Schedule Views.png │ │ │ ├── Selection.Scope Boxes.png │ │ │ ├── Selection.Sheets.png │ │ │ ├── Selection.Titleblock Types.png │ │ │ ├── Selection.ViewFamilyTypes.png │ │ │ └── Selection.Views++.png │ │ ├── Tools │ │ ├── Animate │ │ │ ├── Tools.Element.AnimateColor.png │ │ │ ├── Tools.Element.AnimateNumericParameter.png │ │ │ └── Tools.Element.AnimateTransparency.png │ │ └── Batch │ │ │ └── Tools.Batch.UpgradeFamilies.png │ │ ├── Views │ │ ├── Sheet │ │ │ └── Sheet.PackViews.png │ │ ├── View │ │ │ ├── View.ConvertToIndependent.png │ │ │ ├── View.GetCropRegionElement-Example.png │ │ │ ├── View.GetCropRegionElement.png │ │ │ ├── View.GetFilterVisibility-Example.png │ │ │ ├── View.GetFilterVisibility.png │ │ │ ├── View.GetOrderedFilters.png │ │ │ ├── View.GetWorksetVisibility.png │ │ │ ├── View.IsFilterEnabled.png │ │ │ ├── View.Origin.png │ │ │ ├── View.ParentView.png │ │ │ ├── View.SetCropRegion.png │ │ │ ├── View.SetElementProjectionLineweight-Example.gif │ │ │ ├── View.SetElementProjectionLineweight.png │ │ │ └── View.ToggleFilterInView.png │ │ ├── View3D │ │ │ ├── View3D.SetSectionBox-Example.gif │ │ │ ├── View3D.SetSectionBox-Example2.gif │ │ │ └── View3D.SetSectionBox.png │ │ ├── ViewPlan │ │ │ ├── ViewPlan.GetCropBox-Example.png │ │ │ ├── ViewPlan.GetCropBox.png │ │ │ ├── ViewPlan.GetOutline.png │ │ │ ├── ViewPlan.Rotate-Example.gif │ │ │ └── ViewPlan.Rotate.png │ │ └── ViewSection │ │ │ ├── ViewSection.CreateReferenceSection.png │ │ │ ├── ViewSection.LocationPoint.png │ │ │ ├── ViewSection.OverrideCrop-Example.gif │ │ │ ├── ViewSection.OverrideCrop.png │ │ │ ├── ViewSection.OverrideCropVersion2-Example.gif │ │ │ └── ViewSection.OverrideCropVersion2.png │ │ └── Worksharing │ │ └── Element │ │ ├── Element.Creator.png │ │ └── Element.LastChangedBy.png ├── RevitNodeIcons │ ├── DefaultCustomNode.Large.png │ ├── DefaultCustomNode.Small.png │ ├── Rhythm.About.About.AboutRhythm.Large.png │ ├── Rhythm.About.About.AboutRhythm.Small.png │ ├── Rhythm.Revit.Application.Applications.ActivateSuppressors.Large.png │ ├── Rhythm.Revit.Application.Applications.ActivateSuppressors.Small.png │ ├── Rhythm.Revit.Application.Applications.CloseDocument.Large.png │ ├── Rhythm.Revit.Application.Applications.CloseDocument.Small.png │ ├── Rhythm.Revit.Application.Applications.DeactivateSuppressors.Large.png │ ├── Rhythm.Revit.Application.Applications.DeactivateSuppressors.Small.png │ ├── Rhythm.Revit.Application.Applications.DismissAllDialogs.Large.png │ ├── Rhythm.Revit.Application.Applications.DismissAllDialogs.Small.png │ ├── Rhythm.Revit.Application.Applications.DismissAllWarnings.Large.png │ ├── Rhythm.Revit.Application.Applications.DismissAllWarnings.Small.png │ ├── Rhythm.Revit.Application.Applications.GetOpenDocuments.Large.png │ ├── Rhythm.Revit.Application.Applications.GetOpenDocuments.Small.png │ ├── Rhythm.Revit.Application.Applications.OpenDocumentFile.Large.png │ ├── Rhythm.Revit.Application.Applications.OpenDocumentFile.Small.png │ ├── Rhythm.Revit.Application.Applications.SwapDocument.Large.png │ ├── Rhythm.Revit.Application.Applications.SwapDocument.Small.png │ ├── Rhythm.Revit.Application.Applications.UnloadRevitLinks.Large.png │ ├── Rhythm.Revit.Application.Applications.UnloadRevitLinks.Small.png │ ├── Rhythm.Revit.Application.Applications.UpgradeFile.Large.png │ ├── Rhythm.Revit.Application.Applications.UpgradeFile.Small.png │ ├── Rhythm.Revit.Application.Documents.CopyDraftingViewsFromDocument.Large.png │ ├── Rhythm.Revit.Application.Documents.CopyDraftingViewsFromDocument.Small.png │ ├── Rhythm.Revit.Application.Documents.CopyElementsFromDocument.Large.png │ ├── Rhythm.Revit.Application.Documents.CopyElementsFromDocument.Small.png │ ├── Rhythm.Revit.Application.Documents.CopyElementsFromDocuments.Large.png │ ├── Rhythm.Revit.Application.Documents.CopyElementsFromDocuments.Small.png │ ├── Rhythm.Revit.Application.Documents.CopyElementsFromLinkedDocument.Large.png │ ├── Rhythm.Revit.Application.Documents.CopyElementsFromLinkedDocument.Small.png │ ├── Rhythm.Revit.Application.Documents.CopyElementsFromLinkedDocuments.Large.png │ ├── Rhythm.Revit.Application.Documents.CopyElementsFromLinkedDocuments.Small.png │ ├── Rhythm.Revit.Application.Documents.DbDocumentToDynamoDocument.Large.png │ ├── Rhythm.Revit.Application.Documents.DbDocumentToDynamoDocument.Small.png │ ├── Rhythm.Revit.Application.Documents.DynamoDocumentToDbDocument.Large.png │ ├── Rhythm.Revit.Application.Documents.DynamoDocumentToDbDocument.Small.png │ ├── Rhythm.Revit.Application.Documents.SaveAs.Large.png │ ├── Rhythm.Revit.Application.Documents.SaveAs.Small.png │ ├── Rhythm.Revit.Application.Documents.SetStartingView.Large.png │ ├── Rhythm.Revit.Application.Documents.SetStartingView.Small.png │ ├── Rhythm.Revit.Application.HideAndAcceptDuplicateTypeNamesHandler.OnDuplicateTypeNamesFound.Large.png │ ├── Rhythm.Revit.Application.HideAndAcceptDuplicateTypeNamesHandler.OnDuplicateTypeNamesFound.Small.png │ ├── Rhythm.Revit.Application.HidePasteDuplicateTypesPreprocessor.PreprocessFailures.Large.png │ ├── Rhythm.Revit.Application.HidePasteDuplicateTypesPreprocessor.PreprocessFailures.Small.png │ ├── Rhythm.Revit.ElementFilter.ElementFilter.ByCategory.Large.png │ ├── Rhythm.Revit.ElementFilter.ElementFilter.ByCategory.Small.png │ ├── Rhythm.Revit.ElementFilter.ElementFilter.ByName.Large.png │ ├── Rhythm.Revit.ElementFilter.ElementFilter.ByName.Small.png │ ├── Rhythm.Revit.ElementFilter.ElementFilter.ByParameterNumericValue.Large.png │ ├── Rhythm.Revit.ElementFilter.ElementFilter.ByParameterNumericValue.Small.png │ ├── Rhythm.Revit.ElementFilter.ElementFilter.ByParameterStringValue.Large.png │ ├── Rhythm.Revit.ElementFilter.ElementFilter.ByParameterStringValue.Small.png │ ├── Rhythm.Revit.Elements.AreaTag.TaggedArea.Large.png │ ├── Rhythm.Revit.Elements.AreaTag.TaggedArea.Small.png │ ├── Rhythm.Revit.Elements.Areas.AreaAtPoint.Large.png │ ├── Rhythm.Revit.Elements.Areas.AreaAtPoint.Small.png │ ├── Rhythm.Revit.Elements.Areas.AreaScheme.Large.png │ ├── Rhythm.Revit.Elements.Areas.AreaScheme.Small.png │ ├── Rhythm.Revit.Elements.Areas.Boundaries.Large.png │ ├── Rhythm.Revit.Elements.Areas.Boundaries.Small.png │ ├── Rhythm.Revit.Elements.Areas.ContainsPoint.Large.png │ ├── Rhythm.Revit.Elements.Areas.ContainsPoint.Small.png │ ├── Rhythm.Revit.Elements.Areas.GetAreaAtPoint.Large.png │ ├── Rhythm.Revit.Elements.Areas.GetAreaAtPoint.Small.png │ ├── Rhythm.Revit.Elements.Areas.GetAreasAtPoint.Large.png │ ├── Rhythm.Revit.Elements.Areas.GetAreasAtPoint.Small.png │ ├── Rhythm.Revit.Elements.Areas.OuterBoundary.Large.png │ ├── Rhythm.Revit.Elements.Areas.OuterBoundary.Small.png │ ├── Rhythm.Revit.Elements.Areas.Solid.Large.png │ ├── Rhythm.Revit.Elements.Areas.Solid.Small.png │ ├── Rhythm.Revit.Elements.BeamSystem.DropBeamSystem.Large.png │ ├── Rhythm.Revit.Elements.BeamSystem.DropBeamSystem.Small.png │ ├── Rhythm.Revit.Elements.BeamSystem.Members.Large.png │ ├── Rhythm.Revit.Elements.BeamSystem.Members.Small.png │ ├── Rhythm.Revit.Elements.Categories.BuiltInCategoryName.Large.png │ ├── Rhythm.Revit.Elements.Categories.BuiltInCategoryName.Small.png │ ├── Rhythm.Revit.Elements.Categories.CollectHatchPatternCategories.Large.png │ ├── Rhythm.Revit.Elements.Categories.CollectHatchPatternCategories.Small.png │ ├── Rhythm.Revit.Elements.Categories.CutLineweight.Large.png │ ├── Rhythm.Revit.Elements.Categories.CutLineweight.Small.png │ ├── Rhythm.Revit.Elements.Categories.LineColor.Large.png │ ├── Rhythm.Revit.Elements.Categories.LineColor.Small.png │ ├── Rhythm.Revit.Elements.Categories.LinePattern.Large.png │ ├── Rhythm.Revit.Elements.Categories.LinePattern.Small.png │ ├── Rhythm.Revit.Elements.Categories.Material.Large.png │ ├── Rhythm.Revit.Elements.Categories.Material.Small.png │ ├── Rhythm.Revit.Elements.Categories.ProjectionLineweight.Large.png │ ├── Rhythm.Revit.Elements.Categories.ProjectionLineweight.Small.png │ ├── Rhythm.Revit.Elements.Categories.SetCutLineweight.Large.png │ ├── Rhythm.Revit.Elements.Categories.SetCutLineweight.Small.png │ ├── Rhythm.Revit.Elements.Categories.SetProjectionLineweight.Large.png │ ├── Rhythm.Revit.Elements.Categories.SetProjectionLineweight.Small.png │ ├── Rhythm.Revit.Elements.Ceiling.ByCurveLoops.Large.png │ ├── Rhythm.Revit.Elements.Ceiling.ByCurveLoops.Small.png │ ├── Rhythm.Revit.Elements.CurtainGrid.AddGridLineByPoint.Large.png │ ├── Rhythm.Revit.Elements.CurtainGrid.AddGridLineByPoint.Small.png │ ├── Rhythm.Revit.Elements.CurtainGrid.ByCurtainSystem.Large.png │ ├── Rhythm.Revit.Elements.CurtainGrid.ByCurtainSystem.Small.png │ ├── Rhythm.Revit.Elements.CurtainGrid.ByRoofElement.Large.png │ ├── Rhythm.Revit.Elements.CurtainGrid.ByRoofElement.Small.png │ ├── Rhythm.Revit.Elements.CurtainGrid.ByWallElement.Large.png │ ├── Rhythm.Revit.Elements.CurtainGrid.ByWallElement.Small.png │ ├── Rhythm.Revit.Elements.CurtainGrid.UGrids.Large.png │ ├── Rhythm.Revit.Elements.CurtainGrid.UGrids.Small.png │ ├── Rhythm.Revit.Elements.CurtainGrid.VGrids.Large.png │ ├── Rhythm.Revit.Elements.CurtainGrid.VGrids.Small.png │ ├── Rhythm.Revit.Elements.CurtainGridLine.AllSegmentCurves.Large.png │ ├── Rhythm.Revit.Elements.CurtainGridLine.AllSegmentCurves.Small.png │ ├── Rhythm.Revit.Elements.CurtainGridLine.ExistingSegmentCurves.Large.png │ ├── Rhythm.Revit.Elements.CurtainGridLine.ExistingSegmentCurves.Small.png │ ├── Rhythm.Revit.Elements.CurtainGridLine.FullCurve.Large.png │ ├── Rhythm.Revit.Elements.CurtainGridLine.FullCurve.Small.png │ ├── Rhythm.Revit.Elements.CurtainGridLine.RemoveSegment.Large.png │ ├── Rhythm.Revit.Elements.CurtainGridLine.RemoveSegment.Small.png │ ├── Rhythm.Revit.Elements.CurtainGridLine.SetLocation.Large.png │ ├── Rhythm.Revit.Elements.CurtainGridLine.SetLocation.Small.png │ ├── Rhythm.Revit.Elements.CurtainGridLine.SkippedSegmentCurves.Large.png │ ├── Rhythm.Revit.Elements.CurtainGridLine.SkippedSegmentCurves.Small.png │ ├── Rhythm.Revit.Elements.CurtainPanels.IsolateInView.Large.png │ ├── Rhythm.Revit.Elements.CurtainPanels.IsolateInView.Small.png │ ├── Rhythm.Revit.Elements.DimensionSegment.QueryData.Large.png │ ├── Rhythm.Revit.Elements.DimensionSegment.QueryData.Small.png │ ├── Rhythm.Revit.Elements.DimensionSegment.SetData.Large.png │ ├── Rhythm.Revit.Elements.DimensionSegment.SetData.Small.png │ ├── Rhythm.Revit.Elements.DimensionType.UsesProjectSettings.Large.png │ ├── Rhythm.Revit.Elements.DimensionType.UsesProjectSettings.Small.png │ ├── Rhythm.Revit.Elements.DimensionTypes.UsesProjectSettings.Large.png │ ├── Rhythm.Revit.Elements.DimensionTypes.UsesProjectSettings.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.AboveValue.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.AboveValue.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.Accuracy.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.Accuracy.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.BelowValue.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.BelowValue.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.CenterTextOnLine.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.CenterTextOnLine.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.Color.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.Color.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.DisplayUnits.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.DisplayUnits.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.DisplayValueString.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.DisplayValueString.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.GetCurve.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.GetCurve.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.GetReferenceElements.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.GetReferenceElements.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.IsOverriden.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.IsOverriden.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.NumberOfSegments.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.NumberOfSegments.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.Origin.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.Origin.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.Segments.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.Segments.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.SetAboveValue.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.SetAboveValue.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.SetBelowValue.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.SetBelowValue.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.SetFormat.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.SetFormat.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.SetTextLocation.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.SetTextLocation.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.TextPosition.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.TextPosition.Small.png │ ├── Rhythm.Revit.Elements.Dimensions.ValueString.Large.png │ ├── Rhythm.Revit.Elements.Dimensions.ValueString.Small.png │ ├── Rhythm.Revit.Elements.Elements.AreaLocation.Large.png │ ├── Rhythm.Revit.Elements.Elements.AreaLocation.Small.png │ ├── Rhythm.Revit.Elements.Elements.CreateParts.Large.png │ ├── Rhythm.Revit.Elements.Elements.CreateParts.Small.png │ ├── Rhythm.Revit.Elements.Elements.DependentElements.Large.png │ ├── Rhythm.Revit.Elements.Elements.DependentElements.Small.png │ ├── Rhythm.Revit.Elements.Elements.DependentElementsOfCategory.Large.png │ ├── Rhythm.Revit.Elements.Elements.DependentElementsOfCategory.Small.png │ ├── Rhythm.Revit.Elements.Elements.GetIntersectingElementsOfCategory.Large.png │ ├── Rhythm.Revit.Elements.Elements.GetIntersectingElementsOfCategory.Small.png │ ├── Rhythm.Revit.Elements.Elements.GetIntersectingElementsOfCategoryLinkOption.Large.png │ ├── Rhythm.Revit.Elements.Elements.GetIntersectingElementsOfCategoryLinkOption.Small.png │ ├── Rhythm.Revit.Elements.Elements.GetNull.Large.png │ ├── Rhythm.Revit.Elements.Elements.GetNull.Small.png │ ├── Rhythm.Revit.Elements.Elements.GetParameterByNameInDocument.Large.png │ ├── Rhythm.Revit.Elements.Elements.GetParameterByNameInDocument.Small.png │ ├── Rhythm.Revit.Elements.Elements.GetParameterValueByNameCaSeiNSeNSiTiVe.Large.png │ ├── Rhythm.Revit.Elements.Elements.GetParameterValueByNameCaSeiNSeNSiTiVe.Small.png │ ├── Rhythm.Revit.Elements.Elements.GetParameterValueByNameTypeOrInstance.Large.png │ ├── Rhythm.Revit.Elements.Elements.GetParameterValueByNameTypeOrInstance.Small.png │ ├── Rhythm.Revit.Elements.Elements.IsHiddenInView.Large.png │ ├── Rhythm.Revit.Elements.Elements.IsHiddenInView.Small.png │ ├── Rhythm.Revit.Elements.Elements.JoinedElements.Large.png │ ├── Rhythm.Revit.Elements.Elements.JoinedElements.Small.png │ ├── Rhythm.Revit.Elements.Elements.SetParameterByNameTypeOrInstance.Large.png │ ├── Rhythm.Revit.Elements.Elements.SetParameterByNameTypeOrInstance.Small.png │ ├── Rhythm.Revit.Elements.Elements.SetParameterValueByNameCaSeiNSeNSiTiVe.Large.png │ ├── Rhythm.Revit.Elements.Elements.SetParameterValueByNameCaSeiNSeNSiTiVe.Small.png │ ├── Rhythm.Revit.Elements.Elements.SetPinnedStatus.Large.png │ ├── Rhythm.Revit.Elements.Elements.SetPinnedStatus.Small.png │ ├── Rhythm.Revit.Elements.Elements.ViewFinder.Large.png │ ├── Rhythm.Revit.Elements.Elements.ViewFinder.Small.png │ ├── Rhythm.Revit.Elements.ElevationMarker.CreateElevationByMarkerIndex.Large.png │ ├── Rhythm.Revit.Elements.ElevationMarker.CreateElevationByMarkerIndex.Small.png │ ├── Rhythm.Revit.Elements.ElevationMarker.CreateElevationMarker.Large.png │ ├── Rhythm.Revit.Elements.ElevationMarker.CreateElevationMarker.Small.png │ ├── Rhythm.Revit.Elements.FamilyInstances.ArrayInterrogator.Large.png │ ├── Rhythm.Revit.Elements.FamilyInstances.ArrayInterrogator.Small.png │ ├── Rhythm.Revit.Elements.FamilyInstances.ByRoom.Large.png │ ├── Rhythm.Revit.Elements.FamilyInstances.ByRoom.Small.png │ ├── Rhythm.Revit.Elements.FamilyInstances.RetrieveNestedComponents.Large.png │ ├── Rhythm.Revit.Elements.FamilyInstances.RetrieveNestedComponents.Small.png │ ├── Rhythm.Revit.Elements.FamilyInstances.Room.Large.png │ ├── Rhythm.Revit.Elements.FamilyInstances.Room.Small.png │ ├── Rhythm.Revit.Elements.FamilyInstances.RoomInPhase.Large.png │ ├── Rhythm.Revit.Elements.FamilyInstances.RoomInPhase.Small.png │ ├── Rhythm.Revit.Elements.FamilyInstances.Space.Large.png │ ├── Rhythm.Revit.Elements.FamilyInstances.Space.Small.png │ ├── Rhythm.Revit.Elements.FamilyInstances.SpaceInPhase.Large.png │ ├── Rhythm.Revit.Elements.FamilyInstances.SpaceInPhase.Small.png │ ├── Rhythm.Revit.Elements.FilledRegions.ByMultipleLoops.Large.png │ ├── Rhythm.Revit.Elements.FilledRegions.ByMultipleLoops.Small.png │ ├── Rhythm.Revit.Elements.Floor.ByCurveLoops.Large.png │ ├── Rhythm.Revit.Elements.Floor.ByCurveLoops.Small.png │ ├── Rhythm.Revit.Elements.Grids.GetLeaderEnds.Large.png │ ├── Rhythm.Revit.Elements.Grids.GetLeaderEnds.Small.png │ ├── Rhythm.Revit.Elements.Group.ByElementsAndOrigin.Large.png │ ├── Rhythm.Revit.Elements.Group.ByElementsAndOrigin.Small.png │ ├── Rhythm.Revit.Elements.GroupTypes.ReloadGroupType.Large.png │ ├── Rhythm.Revit.Elements.GroupTypes.ReloadGroupType.Small.png │ ├── Rhythm.Revit.Elements.HostObject.BottomSurface.Large.png │ ├── Rhythm.Revit.Elements.HostObject.BottomSurface.Small.png │ ├── Rhythm.Revit.Elements.HostObject.ExteriorSurface.Large.png │ ├── Rhythm.Revit.Elements.HostObject.ExteriorSurface.Small.png │ ├── Rhythm.Revit.Elements.HostObject.InteriorSurface.Large.png │ ├── Rhythm.Revit.Elements.HostObject.InteriorSurface.Small.png │ ├── Rhythm.Revit.Elements.HostObject.TopSurface.Large.png │ ├── Rhythm.Revit.Elements.HostObject.TopSurface.Small.png │ ├── Rhythm.Revit.Elements.Leaders.GetLeaderElbow.Large.png │ ├── Rhythm.Revit.Elements.Leaders.GetLeaderElbow.Small.png │ ├── Rhythm.Revit.Elements.Leaders.GetLeaderEnd.Large.png │ ├── Rhythm.Revit.Elements.Leaders.GetLeaderEnd.Small.png │ ├── Rhythm.Revit.Elements.Leaders.SetLeaderElbowPosition.Large.png │ ├── Rhythm.Revit.Elements.Leaders.SetLeaderElbowPosition.Small.png │ ├── Rhythm.Revit.Elements.Leaders.SetLeaderEndPosition.Large.png │ ├── Rhythm.Revit.Elements.Leaders.SetLeaderEndPosition.Small.png │ ├── Rhythm.Revit.Elements.Levels.HasView.Large.png │ ├── Rhythm.Revit.Elements.Levels.HasView.Small.png │ ├── Rhythm.Revit.Elements.Mullions.ByDirection.Large.png │ ├── Rhythm.Revit.Elements.Mullions.ByDirection.Small.png │ ├── Rhythm.Revit.Elements.Parts.DivideParts.Large.png │ ├── Rhythm.Revit.Elements.Parts.DivideParts.Small.png │ ├── Rhythm.Revit.Elements.Parts.GetSourceElement.Large.png │ ├── Rhythm.Revit.Elements.Parts.GetSourceElement.Small.png │ ├── Rhythm.Revit.Elements.ReferencePlanes.ByLine.Large.png │ ├── Rhythm.Revit.Elements.ReferencePlanes.ByLine.Small.png │ ├── Rhythm.Revit.Elements.ReferencePlanes.GetCurvesInView.Large.png │ ├── Rhythm.Revit.Elements.ReferencePlanes.GetCurvesInView.Small.png │ ├── Rhythm.Revit.Elements.ReferencePlanes.XAxis.Large.png │ ├── Rhythm.Revit.Elements.ReferencePlanes.XAxis.Small.png │ ├── Rhythm.Revit.Elements.RevitLink.GetDocument.Large.png │ ├── Rhythm.Revit.Elements.RevitLink.GetDocument.Small.png │ ├── Rhythm.Revit.Elements.RevitLinkType.ReloadFrom.Large.png │ ├── Rhythm.Revit.Elements.RevitLinkType.ReloadFrom.Small.png │ ├── Rhythm.Revit.Elements.Roofs.AddPoint.Large.png │ ├── Rhythm.Revit.Elements.Roofs.AddPoint.Small.png │ ├── Rhythm.Revit.Elements.Roofs.AddSplitLineWithElevation.Large.png │ ├── Rhythm.Revit.Elements.Roofs.AddSplitLineWithElevation.Small.png │ ├── Rhythm.Revit.Elements.Roofs.Footprint.Large.png │ ├── Rhythm.Revit.Elements.Roofs.Footprint.Small.png │ ├── Rhythm.Revit.Elements.RoomTag.CenterOnRoomLocation.Large.png │ ├── Rhythm.Revit.Elements.RoomTag.CenterOnRoomLocation.Small.png │ ├── Rhythm.Revit.Elements.RoomTag.PlaceOrUpdate.Large.png │ ├── Rhythm.Revit.Elements.RoomTag.PlaceOrUpdate.Small.png │ ├── Rhythm.Revit.Elements.RoomTag.TaggedRoom.Large.png │ ├── Rhythm.Revit.Elements.RoomTag.TaggedRoom.Small.png │ ├── Rhythm.Revit.Elements.Rooms.ApproximateDimensions.Large.png │ ├── Rhythm.Revit.Elements.Rooms.ApproximateDimensions.Small.png │ ├── Rhythm.Revit.Elements.Rooms.CenterRoom.Large.png │ ├── Rhythm.Revit.Elements.Rooms.CenterRoom.Small.png │ ├── Rhythm.Revit.Elements.Rooms.CenterRoom2.Large.png │ ├── Rhythm.Revit.Elements.Rooms.CenterRoom2.Small.png │ ├── Rhythm.Revit.Elements.Rooms.CenterRooms.Large.png │ ├── Rhythm.Revit.Elements.Rooms.CenterRooms.Small.png │ ├── Rhythm.Revit.Elements.Rooms.CenterRooms2.Large.png │ ├── Rhythm.Revit.Elements.Rooms.CenterRooms2.Small.png │ ├── Rhythm.Revit.Elements.Rooms.IntersectWithCurve.Large.png │ ├── Rhythm.Revit.Elements.Rooms.IntersectWithCurve.Small.png │ ├── Rhythm.Revit.Elements.Rooms.IntersectingElementsInRoom.Large.png │ ├── Rhythm.Revit.Elements.Rooms.IntersectingElementsInRoom.Small.png │ ├── Rhythm.Revit.Elements.Rooms.IntersectingElementsInRooms.Large.png │ ├── Rhythm.Revit.Elements.Rooms.IntersectingElementsInRooms.Small.png │ ├── Rhythm.Revit.Elements.Rooms.RoomTagsInView.Large.png │ ├── Rhythm.Revit.Elements.Rooms.RoomTagsInView.Small.png │ ├── Rhythm.Revit.Elements.Sheet.Create.Large.png │ ├── Rhythm.Revit.Elements.Sheet.Create.Small.png │ ├── Rhythm.Revit.Elements.Sheet.CurrentDocument.Large.png │ ├── Rhythm.Revit.Elements.Sheet.CurrentDocument.Small.png │ ├── Rhythm.Revit.Elements.Sheet.GetViewportsAndViews.Large.png │ ├── Rhythm.Revit.Elements.Sheet.GetViewportsAndViews.Small.png │ ├── Rhythm.Revit.Elements.Sheet.Titleblock.Large.png │ ├── Rhythm.Revit.Elements.Sheet.Titleblock.Small.png │ ├── Rhythm.Revit.Elements.SlopedGlazing.SetAnglesAndOffsets.Large.png │ ├── Rhythm.Revit.Elements.SlopedGlazing.SetAnglesAndOffsets.Small.png │ ├── Rhythm.Revit.Elements.SpaceTag.PlaceOrUpdate.Large.png │ ├── Rhythm.Revit.Elements.SpaceTag.PlaceOrUpdate.Small.png │ ├── Rhythm.Revit.Elements.Spaces.SpaceTagsInView.Large.png │ ├── Rhythm.Revit.Elements.Spaces.SpaceTagsInView.Small.png │ ├── Rhythm.Revit.Elements.Tags.GetHeadPosition.Large.png │ ├── Rhythm.Revit.Elements.Tags.GetHeadPosition.Small.png │ ├── Rhythm.Revit.Elements.Tags.GetLeaderElbow.Large.png │ ├── Rhythm.Revit.Elements.Tags.GetLeaderElbow.Small.png │ ├── Rhythm.Revit.Elements.Tags.GetLeaderEnd.Large.png │ ├── Rhythm.Revit.Elements.Tags.GetLeaderEnd.Small.png │ ├── Rhythm.Revit.Elements.Tags.SetHeadPosition.Large.png │ ├── Rhythm.Revit.Elements.Tags.SetHeadPosition.Small.png │ ├── Rhythm.Revit.Elements.Tags.SetLeaderElbowPosition.Large.png │ ├── Rhythm.Revit.Elements.Tags.SetLeaderElbowPosition.Small.png │ ├── Rhythm.Revit.Elements.Tags.SetLeaderEndPosition.Large.png │ ├── Rhythm.Revit.Elements.Tags.SetLeaderEndPosition.Small.png │ ├── Rhythm.Revit.Elements.Tags.TagText.Large.png │ ├── Rhythm.Revit.Elements.Tags.TagText.Small.png │ ├── Rhythm.Revit.Elements.TextNotes.GetLeaders.Large.png │ ├── Rhythm.Revit.Elements.TextNotes.GetLeaders.Small.png │ ├── Rhythm.Revit.Elements.TextNotes.ToLower.Large.png │ ├── Rhythm.Revit.Elements.TextNotes.ToLower.Small.png │ ├── Rhythm.Revit.Elements.TextNotes.ToUpper.Large.png │ ├── Rhythm.Revit.Elements.TextNotes.ToUpper.Small.png │ ├── Rhythm.Revit.Elements.Viewport.AlignViewTitle.Large.png │ ├── Rhythm.Revit.Elements.Viewport.AlignViewTitle.Small.png │ ├── Rhythm.Revit.Elements.Viewport.BoxCenter.Large.png │ ├── Rhythm.Revit.Elements.Viewport.BoxCenter.Small.png │ ├── Rhythm.Revit.Elements.Viewport.Create.Large.png │ ├── Rhythm.Revit.Elements.Viewport.Create.Small.png │ ├── Rhythm.Revit.Elements.Viewport.GetView.Large.png │ ├── Rhythm.Revit.Elements.Viewport.GetView.Small.png │ ├── Rhythm.Revit.Elements.Viewport.GetViewTitleLocation.Large.png │ ├── Rhythm.Revit.Elements.Viewport.GetViewTitleLocation.Small.png │ ├── Rhythm.Revit.Elements.Viewport.LabelOutline.Large.png │ ├── Rhythm.Revit.Elements.Viewport.LabelOutline.Small.png │ ├── Rhythm.Revit.Elements.Viewport.LocationData.Large.png │ ├── Rhythm.Revit.Elements.Viewport.LocationData.Small.png │ ├── Rhythm.Revit.Elements.Viewport.SetBoxCenter.Large.png │ ├── Rhythm.Revit.Elements.Viewport.SetBoxCenter.Small.png │ ├── Rhythm.Revit.Elements.Viewport.SetLocationBasedOnOther.Large.png │ ├── Rhythm.Revit.Elements.Viewport.SetLocationBasedOnOther.Small.png │ ├── Rhythm.Revit.Elements.Viewport.SetViewTitleLength.Large.png │ ├── Rhythm.Revit.Elements.Viewport.SetViewTitleLength.Small.png │ ├── Rhythm.Revit.Elements.Viewport.SetViewTitleLocation.Large.png │ ├── Rhythm.Revit.Elements.Viewport.SetViewTitleLocation.Small.png │ ├── Rhythm.Revit.Elements.Walls.Direction.Large.png │ ├── Rhythm.Revit.Elements.Walls.Direction.Small.png │ ├── Rhythm.Revit.Elements.Walls.EditedProfile.Large.png │ ├── Rhythm.Revit.Elements.Walls.EditedProfile.Small.png │ ├── Rhythm.Revit.Elements.Walls.GetFacingDirection.Large.png │ ├── Rhythm.Revit.Elements.Walls.GetFacingDirection.Small.png │ ├── Rhythm.Revit.Elements.Walls.GetWallDirection.Large.png │ ├── Rhythm.Revit.Elements.Walls.GetWallDirection.Small.png │ ├── Rhythm.Revit.Elements.Walls.HasEditedProfile.Large.png │ ├── Rhythm.Revit.Elements.Walls.HasEditedProfile.Small.png │ ├── Rhythm.Revit.Helpers.Helpers.CurrentRevitVersion.Large.png │ ├── Rhythm.Revit.Helpers.Helpers.CurrentRevitVersion.Small.png │ ├── Rhythm.Revit.Helpers.Helpers.PurgeBindings.Large.png │ ├── Rhythm.Revit.Helpers.Helpers.PurgeBindings.Small.png │ ├── Rhythm.Revit.Helpers.Helpers.SimpleUserMessage.Large.png │ ├── Rhythm.Revit.Helpers.Helpers.SimpleUserMessage.Small.png │ ├── Rhythm.Revit.Helpers.Helpers.ToggleElementBinder.Large.png │ ├── Rhythm.Revit.Helpers.Helpers.ToggleElementBinder.Small.png │ ├── Rhythm.Revit.Helpers.Helpers.UserMessage.Large.png │ ├── Rhythm.Revit.Helpers.Helpers.UserMessage.Small.png │ ├── Rhythm.Revit.Ribbon.Modifiers.Rotate.Large.png │ ├── Rhythm.Revit.Ribbon.Modifiers.Rotate.Small.png │ ├── Rhythm.Revit.Ribbon.Modifiers.SetColor.Large.png │ ├── Rhythm.Revit.Ribbon.Modifiers.SetColor.Small.png │ ├── Rhythm.Revit.Ribbon.Modifiers.SetFont.Large.png │ ├── Rhythm.Revit.Ribbon.Modifiers.SetFont.Small.png │ ├── Rhythm.Revit.Ribbon.RibbonTab.CreateTab.Large.png │ ├── Rhythm.Revit.Ribbon.RibbonTab.CreateTab.Small.png │ ├── Rhythm.Revit.Ribbon.RibbonTab.GetTabs.Large.png │ ├── Rhythm.Revit.Ribbon.RibbonTab.GetTabs.Small.png │ ├── Rhythm.Revit.Ribbon.RibbonTab.Name.Large.png │ ├── Rhythm.Revit.Ribbon.RibbonTab.Name.Small.png │ ├── Rhythm.Revit.Ribbon.RibbonTab.SetEnabled.Large.png │ ├── Rhythm.Revit.Ribbon.RibbonTab.SetEnabled.Small.png │ ├── Rhythm.Revit.Ribbon.RibbonTab.SetName.Large.png │ ├── Rhythm.Revit.Ribbon.RibbonTab.SetName.Small.png │ ├── Rhythm.Revit.Ribbon.RibbonTab.SetVisibility.Large.png │ ├── Rhythm.Revit.Ribbon.RibbonTab.SetVisibility.Small.png │ ├── Rhythm.Revit.Ribbon.RibbonTab.Visibility.Large.png │ ├── Rhythm.Revit.Ribbon.RibbonTab.Visibility.Small.png │ ├── Rhythm.Revit.Selection.Collector.CurrentUserDomainName.Large.png │ ├── Rhythm.Revit.Selection.Collector.CurrentUserDomainName.Small.png │ ├── Rhythm.Revit.Selection.Collector.ElementsOfCategoryInDocument.Large.png │ ├── Rhythm.Revit.Selection.Collector.ElementsOfCategoryInDocument.Small.png │ ├── Rhythm.Revit.Selection.Collector.ElementsOfTypeInDocument.Large.png │ ├── Rhythm.Revit.Selection.Collector.ElementsOfTypeInDocument.Small.png │ ├── Rhythm.Revit.Selection.Collector.GroupByName.Large.png │ ├── Rhythm.Revit.Selection.Collector.GroupByName.Small.png │ ├── Rhythm.Revit.Selection.ElementSelection.InLinkDoc.Large.png │ ├── Rhythm.Revit.Selection.ElementSelection.InLinkDoc.Small.png │ ├── Rhythm.Revit.Selection.Selection.FromLink.Large.png │ ├── Rhythm.Revit.Selection.Selection.FromLink.Small.png │ ├── Rhythm.Revit.Selection.Selection.GetNull.Large.png │ ├── Rhythm.Revit.Selection.Selection.GetNull.Small.png │ ├── Rhythm.Revit.Selection.Selection.IntersectingGridsByModelCurve.Large.png │ ├── Rhythm.Revit.Selection.Selection.IntersectingGridsByModelCurve.Small.png │ ├── Rhythm.Revit.Selection.Selection.Pick.Large.png │ ├── Rhythm.Revit.Selection.Selection.Pick.Small.png │ ├── Rhythm.Revit.Tools.Batch.UpgradeFamilies.Large.png │ ├── Rhythm.Revit.Tools.Batch.UpgradeFamilies.Small.png │ ├── Rhythm.Revit.Tools.Element.AnimateColor.Large.png │ ├── Rhythm.Revit.Tools.Element.AnimateColor.Small.png │ ├── Rhythm.Revit.Tools.Element.AnimateNumericParameter.Large.png │ ├── Rhythm.Revit.Tools.Element.AnimateNumericParameter.Small.png │ ├── Rhythm.Revit.Tools.Element.AnimateTransparency.Large.png │ ├── Rhythm.Revit.Tools.Element.AnimateTransparency.Small.png │ ├── Rhythm.Revit.Tools.Tools.ThreeDeeRoomTags.Large.png │ ├── Rhythm.Revit.Tools.Tools.ThreeDeeRoomTags.Small.png │ ├── Rhythm.Revit.Tools.Tools.ThreeDeeSpaceTags.Large.png │ ├── Rhythm.Revit.Tools.Tools.ThreeDeeSpaceTags.Small.png │ ├── Rhythm.Revit.Views.Sheet.PackViews.Large.png │ ├── Rhythm.Revit.Views.Sheet.PackViews.Small.png │ ├── Rhythm.Revit.Views.View.ConvertToIndependent.Large.png │ ├── Rhythm.Revit.Views.View.ConvertToIndependent.Small.png │ ├── Rhythm.Revit.Views.View.GetCropRegionElement.Large.png │ ├── Rhythm.Revit.Views.View.GetCropRegionElement.Small.png │ ├── Rhythm.Revit.Views.View.GetFilterVisibility.Large.png │ ├── Rhythm.Revit.Views.View.GetFilterVisibility.Small.png │ ├── Rhythm.Revit.Views.View.GetOrderedFilters.Large.png │ ├── Rhythm.Revit.Views.View.GetOrderedFilters.Small.png │ ├── Rhythm.Revit.Views.View.GetWorksetVisibility.Large.png │ ├── Rhythm.Revit.Views.View.GetWorksetVisibility.Small.png │ ├── Rhythm.Revit.Views.View.IsFilterEnabled.Large.png │ ├── Rhythm.Revit.Views.View.IsFilterEnabled.Small.png │ ├── Rhythm.Revit.Views.View.Origin.Large.png │ ├── Rhythm.Revit.Views.View.Origin.Small.png │ ├── Rhythm.Revit.Views.View.ParentView.Large.png │ ├── Rhythm.Revit.Views.View.ParentView.Small.png │ ├── Rhythm.Revit.Views.View.SetCropRegion.Large.png │ ├── Rhythm.Revit.Views.View.SetCropRegion.Small.png │ ├── Rhythm.Revit.Views.View.SetElementProjectionLineweight.Large.png │ ├── Rhythm.Revit.Views.View.SetElementProjectionLineweight.Small.png │ ├── Rhythm.Revit.Views.View.ToggleFilterInView.Large.png │ ├── Rhythm.Revit.Views.View.ToggleFilterInView.Small.png │ ├── Rhythm.Revit.Views.View.Viewport.Large.png │ ├── Rhythm.Revit.Views.View.Viewport.Small.png │ ├── Rhythm.Revit.Views.View3D.SetSectionBox.Large.png │ ├── Rhythm.Revit.Views.View3D.SetSectionBox.Small.png │ ├── Rhythm.Revit.Views.ViewPlan.GetCropBox.Large.png │ ├── Rhythm.Revit.Views.ViewPlan.GetCropBox.Small.png │ ├── Rhythm.Revit.Views.ViewPlan.GetOutline.Large.png │ ├── Rhythm.Revit.Views.ViewPlan.GetOutline.Small.png │ ├── Rhythm.Revit.Views.ViewPlan.Rotate.Large.png │ ├── Rhythm.Revit.Views.ViewPlan.Rotate.Small.png │ ├── Rhythm.Revit.Views.ViewSection.CreateReferenceSection.Large.png │ ├── Rhythm.Revit.Views.ViewSection.CreateReferenceSection.Small.png │ ├── Rhythm.Revit.Views.ViewSection.LocationPoint.Large.png │ ├── Rhythm.Revit.Views.ViewSection.LocationPoint.Small.png │ ├── Rhythm.Revit.Views.ViewSection.OverrideCrop.Large.png │ ├── Rhythm.Revit.Views.ViewSection.OverrideCrop.Small.png │ ├── Rhythm.Revit.Views.ViewSection.OverrideCropVersion2.Large.png │ ├── Rhythm.Revit.Views.ViewSection.OverrideCropVersion2.Small.png │ ├── Rhythm.Revit.Worksharing.Element.Creator.Large.png │ ├── Rhythm.Revit.Worksharing.Element.Creator.Small.png │ ├── Rhythm.Revit.Worksharing.Element.LastChangedBy.Large.png │ ├── Rhythm.Revit.Worksharing.Element.LastChangedBy.Small.png │ ├── Rhythm.resources │ ├── RhythmImages.resources │ ├── RhythmRevitImages.resources │ ├── [beta].Large.png │ ├── [beta].Small.png │ ├── [replace22].Large.png │ ├── [replace22].Small.png │ ├── [replace].Large.png │ └── [replace].Small.png └── Rhythm-Watermark.zip ├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── workflows │ └── tweetRelease.yml ├── .gitignore ├── LICENSE ├── README.md ├── RhythmPython ├── FileSystem │ └── zipDirectories.py └── Revit │ ├── Application │ ├── docIsFamilyDoc.py │ └── unloadLinksFromFile.py │ ├── Elements │ ├── Element │ │ ├── Element.IsTagged.py │ │ └── Element.SetWorkset.py │ ├── FamilyInstance │ │ ├── FamilyInstance.RetrieveNestedComponents.py │ │ └── FamilyInstance.RoomInPhase.py │ ├── Select │ │ └── getAllViewportsAndViews.py │ ├── SpatialElementTag │ │ └── SpatialElementTag.SetLeaderElbow.py │ └── Viewport │ │ └── centerViewTitle.py │ ├── Revit │ └── Elements │ │ └── AdaptiveComponent │ │ └── AdaptiveComponent.ByPoints.py │ └── Selection │ └── Collector │ └── elementsOfCategoryInDocument.py ├── deploy ├── 2020 │ ├── Humanizer.dll │ ├── Markov.dll │ ├── RhythmCore.customization.dll │ ├── RhythmCore.dll │ ├── RhythmCore.xml │ ├── RhythmCore_DynamoCustomization.xml │ ├── RhythmRevit.customization.dll │ ├── RhythmRevit.dll │ ├── RhythmRevit.xml │ ├── RhythmRevit_DynamoCustomization.xml │ ├── RhythmUI.dll │ └── RhythmUI.xml ├── 2021 │ ├── Humanizer.dll │ ├── Markov.dll │ ├── RhythmCore.customization.dll │ ├── RhythmCore.dll │ ├── RhythmCore.xml │ ├── RhythmCore_DynamoCustomization.xml │ ├── RhythmRevit.customization.dll │ ├── RhythmRevit.dll │ ├── RhythmRevit.xml │ ├── RhythmRevit_DynamoCustomization.xml │ ├── RhythmUI.dll │ └── RhythmUI.xml ├── 2022 │ ├── Humanizer.dll │ ├── Markov.dll │ ├── RhythmCore.customization.dll │ ├── RhythmCore.dll │ ├── RhythmCore.xml │ ├── RhythmCore_DynamoCustomization.xml │ ├── RhythmRevit.customization.dll │ ├── RhythmRevit.dll │ ├── RhythmRevit.xml │ ├── RhythmRevit_DynamoCustomization.xml │ ├── RhythmUI.dll │ └── RhythmUI.xml ├── 2023 │ ├── Humanizer.dll │ ├── Markov.dll │ ├── RhythmCore.customization.dll │ ├── RhythmCore.dll │ ├── RhythmCore.xml │ ├── RhythmCore_DynamoCustomization.xml │ ├── RhythmRevit.customization.dll │ ├── RhythmRevit.dll │ ├── RhythmRevit.xml │ ├── RhythmRevit_DynamoCustomization.xml │ ├── RhythmUI.dll │ └── RhythmUI.xml ├── 2024 │ ├── Humanizer.dll │ ├── Markov.dll │ ├── RhythmCore.customization.dll │ ├── RhythmCore.dll │ ├── RhythmCore.xml │ ├── RhythmCore_DynamoCustomization.xml │ ├── RhythmRevit.customization.dll │ ├── RhythmRevit.dll │ ├── RhythmRevit.xml │ ├── RhythmRevit_DynamoCustomization.xml │ ├── RhythmUI.dll │ └── RhythmUI.xml ├── 2025 │ ├── Humanizer.dll │ ├── Markov.dll │ ├── RhythmCore.customization.dll │ ├── RhythmCore.dll │ ├── RhythmCore.xml │ ├── RhythmCore_DynamoCustomization.xml │ ├── RhythmRevit.customization.dll │ ├── RhythmRevit.dll │ ├── RhythmRevit.xml │ ├── RhythmRevit_DynamoCustomization.xml │ ├── RhythmUI.dll │ └── RhythmUI.xml ├── 2026 │ ├── Humanizer.dll │ ├── Markov.dll │ ├── RhythmCore.customization.dll │ ├── RhythmCore.dll │ ├── RhythmCore.xml │ ├── RhythmCore_DynamoCustomization.xml │ ├── RhythmRevit.customization.dll │ ├── RhythmRevit.dll │ ├── RhythmRevit.xml │ ├── RhythmRevit_DynamoCustomization.xml │ ├── RhythmUI.dll │ └── RhythmUI.xml ├── 2027 │ ├── Humanizer.dll │ ├── Markov.dll │ ├── RhythmCore.customization.dll │ ├── RhythmCore.dll │ ├── RhythmCore.xml │ ├── RhythmCore_DynamoCustomization.xml │ ├── RhythmRevit.customization.dll │ ├── RhythmRevit.dll │ ├── RhythmRevit.xml │ ├── RhythmRevit_DynamoCustomization.xml │ ├── RhythmUI.dll │ └── RhythmUI.xml ├── Rhythm │ ├── extra │ │ ├── 3dSpatialElementTag.rfa │ │ ├── Rhythm_ViewExtensionDefinition.xml │ │ └── changelog.txt │ └── pkg.json ├── RhythmExtension.dll ├── RhythmRevit_DynamoCustomization.xml ├── RhythmViewExtension.dll ├── Rhythm_ExtensionDefinition.xml ├── Rhythm_ViewExtensionDefinition.xml ├── dynamo_to_revit_mapping.json └── pkg.json └── src ├── RhythmCore ├── About │ └── About.cs ├── GenerativeDesign │ ├── CygonRectanglePacker.cs │ ├── GenerativeDesign.cs │ ├── OutOfSpaceException.cs │ └── RectanglePacker.cs ├── Geometry │ ├── Point.cs │ └── Polygon.cs ├── Helpers │ └── Helpers.cs ├── Image │ └── Image.cs ├── ML │ └── ML.cs ├── Math │ └── MarkovChain.cs ├── Numbers │ └── Numbers.cs ├── Polylabel │ ├── Cell.cs │ └── Polylabel.cs ├── Properties │ └── AssemblyInfo.cs ├── RhythmCore.csproj ├── RhythmCore.sln ├── RhythmCoreImages.resources ├── RhythmCoreImages.resx ├── String │ └── String.cs ├── System │ └── System.cs └── app.config ├── RhythmExtension ├── Global.cs ├── Properties │ └── AssemblyInfo.cs ├── Revit │ ├── 20 │ │ ├── RhythmRevit.dll │ │ └── RhythmUI.dll │ ├── 21 │ │ ├── RhythmRevit.dll │ │ └── RhythmUI.dll │ ├── 22 │ │ ├── RhythmRevit.dll │ │ └── RhythmUI.dll │ ├── 23 │ │ ├── RhythmRevit.dll │ │ └── RhythmUI.dll │ ├── 24 │ │ ├── RhythmRevit.dll │ │ └── RhythmUI.dll │ └── 25 │ │ ├── RhythmRevit.dll │ │ └── RhythmUI.dll ├── RhythmExtension.cs ├── RhythmExtension.csproj ├── RhythmExtension.sln └── app.config ├── RhythmRevit ├── Forms │ ├── DefaultProgressForm.cs │ ├── DefaultProgressForm.designer.cs │ ├── FamilyUpgradeForm.cs │ └── FamilyUpgradeForm.designer.cs ├── Geometry │ ├── Geometry.cs │ └── Tessellation │ │ └── ConvexHull.cs ├── Properties │ └── AssemblyInfo.cs ├── Revit │ ├── Application │ │ ├── Applications.cs │ │ └── Document.cs │ ├── ElementFIlter │ │ └── ElementFilter.cs │ ├── Elements │ │ ├── Area.cs │ │ ├── AreaTag.cs │ │ ├── BeamSystem.cs │ │ ├── Category.cs │ │ ├── Ceiling.cs │ │ ├── CurtainGrid.cs │ │ ├── CurtainGridLine.cs │ │ ├── CurtainPanel.cs │ │ ├── Dimension.cs │ │ ├── DimensionSegment.cs │ │ ├── DimensionType.cs │ │ ├── Element.cs │ │ ├── Elevation Marker.cs │ │ ├── FamilyInstance.cs │ │ ├── FilledRegion.cs │ │ ├── Floor.cs │ │ ├── Grid.cs │ │ ├── Group.cs │ │ ├── GroupType.cs │ │ ├── HostObject.cs │ │ ├── Leaders.cs │ │ ├── Level.cs │ │ ├── Mullion.cs │ │ ├── Parts.cs │ │ ├── ReferencePlane.cs │ │ ├── RevitLink.cs │ │ ├── RevitLinkGraphicOverrides.cs │ │ ├── RevitLinkType.cs │ │ ├── Roof.cs │ │ ├── Room.cs │ │ ├── RoomTag.cs │ │ ├── Sheet.cs │ │ ├── SlopedGlazing.cs │ │ ├── Space.cs │ │ ├── SpaceTag.cs │ │ ├── Tag.cs │ │ ├── TextNote.cs │ │ ├── Viewport.cs │ │ └── Wall.cs │ ├── Fabrication │ │ └── Fabrication.cs │ ├── Helpers │ │ └── Helpers.cs │ ├── Ribbon │ │ ├── Modifiers.cs │ │ └── RibbonTab.cs │ ├── Selection │ │ ├── Collector.cs │ │ ├── ElementSelection.cs │ │ └── Selection.cs │ ├── Tools │ │ ├── Animate.cs │ │ ├── Batch.cs │ │ └── Tools.cs │ ├── Views │ │ ├── CygonRectanglePacker.cs │ │ ├── OutOfSpaceException.cs │ │ ├── RectanglePacker.cs │ │ ├── Sheet.cs │ │ ├── View.cs │ │ ├── View3D.cs │ │ ├── ViewPlan.cs │ │ ├── ViewSchedule.cs │ │ └── ViewSection.cs │ └── Worksharing │ │ └── Element.cs ├── RhythmRevit.csproj ├── RhythmRevit.sln ├── RhythmRevitImages.resources ├── RhythmRevitImages.resx ├── ShortestWalk │ └── Geometry │ │ ├── AStar.cs │ │ ├── CurvesTopology.cs │ │ ├── Dijkstra.cs │ │ ├── EdgeAddress.cs │ │ ├── ListByPattern.cs │ │ ├── NodeAddress.cs │ │ ├── PathMethod.cs │ │ └── SearchMode.cs └── Utilities │ ├── Converters.cs │ ├── PointInPoly.cs │ ├── PointInPolyExtensions.cs │ ├── Polylabel.cs │ ├── ShortestWalkUtils.cs │ ├── Utilities.cs │ └── ViewUtils.cs ├── RhythmUI ├── DesignOptionsUI.cs ├── Extensions.cs ├── LinksUI.cs ├── Properties │ └── AssemblyInfo.cs ├── RhythmUI - Backup.csproj ├── RhythmUI.csproj ├── RhythmUI.sln ├── RoofTypeUI.cs ├── ScopeBoxes.cs ├── Selection │ ├── LinkSelectionMethods.cs │ └── SelectRoomInLinkNodeViewCustomization.cs ├── SheetsUI.cs ├── TitleBlocksUi.cs ├── Utilities │ ├── IElementSelectionFilter.cs │ ├── ILogicalCombinationFilter.cs │ ├── IReferenceSelectionFilter.cs │ └── SelFilter.cs ├── ViewFamilyTypeUI.cs ├── ViewTemplatesUI.cs └── app.config └── RhythmViewExtension ├── FodyWeavers.xml ├── FodyWeavers.xsd ├── Global.cs ├── Properties ├── AssemblyInfo.cs └── launchSettings.json ├── Resources ├── System.Runtime.dll ├── bailey-dog-meme-2.jpg └── sadDog.jpg ├── RhythmMessageBox.xaml ├── RhythmMessageBox.xaml.cs ├── RhythmMessageBoxViewModel.cs ├── RhythmViewExtension.cs ├── RhythmViewExtension.csproj ├── RhythmViewExtension.sln ├── Utilities └── VersionUtils.cs ├── app.config └── sadDog.jpg /!Documentation/20171106-RhythmUpdates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/20171106-RhythmUpdates.png -------------------------------------------------------------------------------- /!Documentation/20180607-RhythmUpdates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/20180607-RhythmUpdates.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.About.About.AboutRhythm.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.About.About.AboutRhythm.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.About.About.AboutRhythm.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.About.About.AboutRhythm.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.Helpers.ThisOrThat.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.Helpers.ThisOrThat.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.Helpers.ThisOrThat.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.Helpers.ThisOrThat.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.Helpers.Toggle.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.Helpers.Toggle.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.Helpers.Toggle.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.Helpers.Toggle.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserAppData.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserAppData.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserAppData.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserAppData.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserDomainName.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserDomainName.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserDomainName.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserDomainName.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserName.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserName.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserName.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserName.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserTempFolder.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserTempFolder.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserTempFolder.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.System.CurrentUserTempFolder.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.System.JiggleMouse.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.System.JiggleMouse.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.System.JiggleMouse.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.System.JiggleMouse.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.System.MachineName.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.System.MachineName.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.System.MachineName.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.System.MachineName.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.System.SendToClipboard.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.System.SendToClipboard.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Helpers.System.SendToClipboard.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Helpers.System.SendToClipboard.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Math.MarkovChain.PredictNext.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Math.MarkovChain.PredictNext.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Math.MarkovChain.PredictNext.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Math.MarkovChain.PredictNext.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToHeading.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToHeading.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToHeading.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToHeading.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToHeadingArrow.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToHeadingArrow.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToHeadingArrow.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToHeadingArrow.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToOrdinalWords.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToOrdinalWords.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToOrdinalWords.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToOrdinalWords.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToRoman.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToRoman.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToRoman.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToRoman.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToWords.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToWords.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToWords.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.Numbers.Numbers.ToWords.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Camelize.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Camelize.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Camelize.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Camelize.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Dasherize.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Dasherize.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Dasherize.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Dasherize.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.FormatWith.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.FormatWith.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.FormatWith.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.FormatWith.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Humanize.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Humanize.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Humanize.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Humanize.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.MOcKtExt.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.MOcKtExt.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.MOcKtExt.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.MOcKtExt.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.ParseRegularExpression.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.ParseRegularExpression.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.ParseRegularExpression.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.ParseRegularExpression.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Pascalize.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Pascalize.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Pascalize.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Pascalize.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Pluralize.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Pluralize.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Pluralize.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Pluralize.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Singularize.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Singularize.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Singularize.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Singularize.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Titleize.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Titleize.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Titleize.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Titleize.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.ToQuantity.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.ToQuantity.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.ToQuantity.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.ToQuantity.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.ToSentence.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.ToSentence.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.ToSentence.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.ToSentence.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.ToTitle.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.ToTitle.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.ToTitle.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.ToTitle.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Truncate.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Truncate.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Truncate.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Truncate.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Underscore.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Underscore.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.String.Modify.Underscore.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.String.Modify.Underscore.Small.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.System.System.Compress.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.System.System.Compress.Large.png -------------------------------------------------------------------------------- /!Documentation/CoreNodeIcons/Rhythm.System.System.Compress.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CoreNodeIcons/Rhythm.System.System.Compress.Small.png -------------------------------------------------------------------------------- /!Documentation/CreateResx.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/CreateResx.dyn -------------------------------------------------------------------------------- /!Documentation/Logo/ProfileImage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Logo/ProfileImage.svg -------------------------------------------------------------------------------- /!Documentation/Logo/RhythmLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Logo/RhythmLogo.png -------------------------------------------------------------------------------- /!Documentation/Logo/RhythmLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Logo/RhythmLogo.svg -------------------------------------------------------------------------------- /!Documentation/Logo/bitmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Logo/bitmap.png -------------------------------------------------------------------------------- /!Documentation/Logo/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Logo/image.png -------------------------------------------------------------------------------- /!Documentation/Logo/profileImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Logo/profileImage.png -------------------------------------------------------------------------------- /!Documentation/Logo/sixtysecondrevit.com.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Logo/sixtysecondrevit.com.svg -------------------------------------------------------------------------------- /!Documentation/Logo/sixtysecondrevit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Logo/sixtysecondrevit.png -------------------------------------------------------------------------------- /!Documentation/NodeIconCreator.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/NodeIconCreator.dyn -------------------------------------------------------------------------------- /!Documentation/NodeIconGenerator.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/NodeIconGenerator.dyn -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/About/About.AboutRhythm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/About/About.AboutRhythm.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Helpers/Helpers/Helpers.ThisOrThat-Example.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Helpers/Helpers/Helpers.ThisOrThat-Example.dyn -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Helpers/Helpers/Helpers.ThisOrThat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Helpers/Helpers/Helpers.ThisOrThat.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Helpers/Helpers/Helpers.Toggle-Example.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Helpers/Helpers/Helpers.Toggle-Example.dyn -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Helpers/Helpers/Helpers.Toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Helpers/Helpers/Helpers.Toggle.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Helpers/Helpers/ThisOrThat-Example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Helpers/Helpers/ThisOrThat-Example.gif -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Helpers/Helpers/Toggle-Example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Helpers/Helpers/Toggle-Example.gif -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Helpers/System/System.CurrentUserAppData.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Helpers/System/System.CurrentUserAppData.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Helpers/System/System.CurrentUserDomainName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Helpers/System/System.CurrentUserDomainName.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Helpers/System/System.CurrentUserName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Helpers/System/System.CurrentUserName.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Helpers/System/System.CurrentUserTempFolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Helpers/System/System.CurrentUserTempFolder.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Helpers/System/System.JiggleMouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Helpers/System/System.JiggleMouse.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Helpers/System/System.SendToClipboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Helpers/System/System.SendToClipboard.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Numbers/Numbers/Numbers.ToHeading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Numbers/Numbers/Numbers.ToHeading.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Numbers/Numbers/Numbers.ToHeadingArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Numbers/Numbers/Numbers.ToHeadingArrow.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Numbers/Numbers/Numbers.ToOrdinalWords.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Numbers/Numbers/Numbers.ToOrdinalWords.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Numbers/Numbers/Numbers.ToRoman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Numbers/Numbers/Numbers.ToRoman.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/Numbers/Numbers/Numbers.ToWords.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/Numbers/Numbers/Numbers.ToWords.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.Camelize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.Camelize.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.Dasherize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.Dasherize.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.FormatWith-Example.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.FormatWith-Example.dyn -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.FormatWith-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.FormatWith-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.FormatWith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.FormatWith.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.Humanize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.Humanize.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.MOcKtExt-Example.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.MOcKtExt-Example.dyn -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.MOcKtExt-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.MOcKtExt-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.MOcKtExt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.MOcKtExt.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.Pascalize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.Pascalize.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.Pluralize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.Pluralize.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.Singularize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.Singularize.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.Titleize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.Titleize.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.ToQuantity-Example.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.ToQuantity-Example.dyn -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.ToQuantity-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.ToQuantity-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.ToQuantity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.ToQuantity.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.ToTitle-Example.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.ToTitle-Example.dyn -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.ToTitle-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.ToTitle-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.ToTitle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.ToTitle.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.Truncate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.Truncate.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Core/String/Modify.Underscore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Core/String/Modify.Underscore.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Application/Applications/Applications.CloseDocument.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Application/Applications/Applications.CloseDocument.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Application/Documents/Documents.SaveAs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Application/Documents/Documents.SaveAs.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Application/Documents/Documents.SetStartingView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Application/Documents/Documents.SetStartingView.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/ElementFilter/ElementFilter.ByCategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/ElementFilter/ElementFilter.ByCategory.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/ElementFilter/ElementFilter.ByName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/ElementFilter/ElementFilter.ByName.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/ElementFilter/ElementFilter.ByParameterNumericValue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/ElementFilter/ElementFilter.ByParameterNumericValue.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/ElementFilter/ElementFilter.ByParameterStringValue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/ElementFilter/ElementFilter.ByParameterStringValue.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/AreaTag/AreaTag.TaggedArea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/AreaTag/AreaTag.TaggedArea.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Areas/Areas.AreaAtPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Areas/Areas.AreaAtPoint.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Areas/Areas.AreaScheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Areas/Areas.AreaScheme.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Areas/Areas.Boundaries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Areas/Areas.Boundaries.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Areas/Areas.ContainsPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Areas/Areas.ContainsPoint.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Areas/Areas.GetAreaAtPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Areas/Areas.GetAreaAtPoint.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Areas/Areas.OuterBoundary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Areas/Areas.OuterBoundary.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Areas/Areas.Solid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Areas/Areas.Solid.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/BeamSystem/BeamSystem.DropBeamSystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/BeamSystem/BeamSystem.DropBeamSystem.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/BeamSystem/BeamSystem.Members-Examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/BeamSystem/BeamSystem.Members-Examples.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/BeamSystem/BeamSystem.Members.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/BeamSystem/BeamSystem.Members.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Categories/Categories.CutLineweight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Categories/Categories.CutLineweight.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Categories/Categories.LineColor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Categories/Categories.LineColor.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Categories/Categories.LinePattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Categories/Categories.LinePattern.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Categories/Categories.Material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Categories/Categories.Material.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Categories/Categories.ProjectionLineweight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Categories/Categories.ProjectionLineweight.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/CurtainGrid/CurtainGrid.AddGridLineByPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/CurtainGrid/CurtainGrid.AddGridLineByPoint.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/CurtainGrid/CurtainGrid.ByCurtainSystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/CurtainGrid/CurtainGrid.ByCurtainSystem.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/CurtainGrid/CurtainGrid.ByWallElement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/CurtainGrid/CurtainGrid.ByWallElement.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/CurtainGrid/CurtainGrid.UGrids.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/CurtainGrid/CurtainGrid.UGrids.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/CurtainGrid/CurtainGrid.VGrids.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/CurtainGrid/CurtainGrid.VGrids.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/CurtainGridLine/CurtainGridLine.FullCurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/CurtainGridLine/CurtainGridLine.FullCurve.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/CurtainPanel/CurtainPanels.IsolateInView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/CurtainPanel/CurtainPanels.IsolateInView.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.AboveValue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.AboveValue.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.Accuracy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.Accuracy.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.BelowValue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.BelowValue.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.CenterTextOnLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.CenterTextOnLine.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.Color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.Color.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.DisplayUnits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.DisplayUnits.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.DisplayValueString.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.DisplayValueString.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.GetCurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.GetCurve.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.GetReferenceElements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.GetReferenceElements.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.IsOverriden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.IsOverriden.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.NumberOfSegments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.NumberOfSegments.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.Origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.Origin.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.Segments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.Segments.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.SetAboveValue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.SetAboveValue.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.SetBelowValue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.SetBelowValue.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.SetTextLocation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.SetTextLocation.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.TextPosition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.TextPosition.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.ValueString.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Dimensions/Dimensions.ValueString.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Element/Element.CreateParts-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Element/Element.CreateParts-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Element/Elements.AreaLocation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Element/Elements.AreaLocation.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Element/Elements.CreateParts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Element/Elements.CreateParts.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Element/Elements.DependentElements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Element/Elements.DependentElements.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Element/Elements.IsHiddenInView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Element/Elements.IsHiddenInView.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Element/Elements.JoinedElements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Element/Elements.JoinedElements.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Element/Elements.SetPinnedStatus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Element/Elements.SetPinnedStatus.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Element/Elements.ViewFinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Element/Elements.ViewFinder.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/FamilyInstance/FamilyInstance.Room-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/FamilyInstance/FamilyInstance.Room-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/FamilyInstance/FamilyInstances.ByRoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/FamilyInstance/FamilyInstances.ByRoom.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/FamilyInstance/FamilyInstances.Room.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/FamilyInstance/FamilyInstances.Room.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/FamilyInstance/FamilyInstances.Space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/FamilyInstance/FamilyInstances.Space.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/FilledRegion/FilledRegions.ByMultipleLoops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/FilledRegion/FilledRegions.ByMultipleLoops.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/HostObject/HostObject.BottomSurface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/HostObject/HostObject.BottomSurface.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/HostObject/HostObject.ExteriorSurface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/HostObject/HostObject.ExteriorSurface.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/HostObject/HostObject.InteriorSurface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/HostObject/HostObject.InteriorSurface.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/HostObject/HostObject.TopSurface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/HostObject/HostObject.TopSurface.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Leaders/Leaders.GetLeaderElbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Leaders/Leaders.GetLeaderElbow.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Leaders/Leaders.GetLeaderEnd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Leaders/Leaders.GetLeaderEnd.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Leaders/Leaders.SetLeaderElbowPosition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Leaders/Leaders.SetLeaderElbowPosition.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Leaders/Leaders.SetLeaderEndPosition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Leaders/Leaders.SetLeaderEndPosition.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Level/Levels.HasView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Level/Levels.HasView.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Mullion/Mullions.ByDirection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Mullion/Mullions.ByDirection.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Parts/Parts.DivideParts-Example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Parts/Parts.DivideParts-Example.gif -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Parts/Parts.DivideParts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Parts/Parts.DivideParts.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Parts/Parts.GetSourceElement-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Parts/Parts.GetSourceElement-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Parts/Parts.GetSourceElement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Parts/Parts.GetSourceElement.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/ReferencePlane/ReferencePlanes.ByLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/ReferencePlane/ReferencePlanes.ByLine.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/RevitLink/RevitLink.GetDocument-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/RevitLink/RevitLink.GetDocument-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/RevitLink/RevitLink.GetDocument.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/RevitLink/RevitLink.GetDocument.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/RevitLinkType/RevitLinkType.ReloadFrom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/RevitLinkType/RevitLinkType.ReloadFrom.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Roofs/Roofs.AddPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Roofs/Roofs.AddPoint.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Roofs/Roofs.AddSplitLineWithElevation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Roofs/Roofs.AddSplitLineWithElevation.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Room/Room.CenterRoom-Example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Room/Room.CenterRoom-Example.gif -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Room/Rooms.CenterRoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Room/Rooms.CenterRoom.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Room/Rooms.CenterRoom2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Room/Rooms.CenterRoom2.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Room/Rooms.IntersectWithCurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Room/Rooms.IntersectWithCurve.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Room/Rooms.IntersectingElementsInRoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Room/Rooms.IntersectingElementsInRoom.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/RoomTag/RoomTag.CenterOnRoomLocation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/RoomTag/RoomTag.CenterOnRoomLocation.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/RoomTag/RoomTag.TaggedRoom-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/RoomTag/RoomTag.TaggedRoom-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/RoomTag/RoomTag.TaggedRoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/RoomTag/RoomTag.TaggedRoom.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Sheet/Sheet.Create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Sheet/Sheet.Create.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Sheet/Sheet.GetViewportsAndViews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Sheet/Sheet.GetViewportsAndViews.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Sheet/Sheet.Titleblock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Sheet/Sheet.Titleblock.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Tags/Tags.GetHeadPosition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Tags/Tags.GetHeadPosition.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Tags/Tags.GetLeaderElbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Tags/Tags.GetLeaderElbow.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Tags/Tags.GetLeaderEnd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Tags/Tags.GetLeaderEnd.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Tags/Tags.SetHeadPosition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Tags/Tags.SetHeadPosition.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Tags/Tags.SetLeaderElbowPosition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Tags/Tags.SetLeaderElbowPosition.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Tags/Tags.SetLeaderEndPosition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Tags/Tags.SetLeaderEndPosition.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Tags/Tags.TagText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Tags/Tags.TagText.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/TextNotes/TextNotes.GetLeaders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/TextNotes/TextNotes.GetLeaders.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/TextNotes/TextNotes.ToLower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/TextNotes/TextNotes.ToLower.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/TextNotes/TextNotes.ToUpper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/TextNotes/TextNotes.ToUpper.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Viewport/Viewport.BoxCenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Viewport/Viewport.BoxCenter.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Viewport/Viewport.Create-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Viewport/Viewport.Create-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Viewport/Viewport.Create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Viewport/Viewport.Create.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Viewport/Viewport.GetView-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Viewport/Viewport.GetView-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Viewport/Viewport.GetView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Viewport/Viewport.GetView.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Viewport/Viewport.LabelOutline-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Viewport/Viewport.LabelOutline-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Viewport/Viewport.LabelOutline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Viewport/Viewport.LabelOutline.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Viewport/Viewport.LocationData-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Viewport/Viewport.LocationData-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Viewport/Viewport.LocationData.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Viewport/Viewport.LocationData.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Viewport/Viewport.SetBoxCenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Viewport/Viewport.SetBoxCenter.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Viewport/Viewport.SetLocationBasedOnOther.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Viewport/Viewport.SetLocationBasedOnOther.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Walls/Walls.Direction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Walls/Walls.Direction.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Walls/Walls.EditedProfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Walls/Walls.EditedProfile.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Elements/Walls/Walls.HasEditedProfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Elements/Walls/Walls.HasEditedProfile.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Helpers/Helpers.CurrentRevitVersion-Example..dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Helpers/Helpers.CurrentRevitVersion-Example..dyn -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Helpers/Helpers.CurrentRevitVersion-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Helpers/Helpers.CurrentRevitVersion-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Helpers/Helpers.CurrentRevitVersion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Helpers/Helpers.CurrentRevitVersion.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Helpers/Helpers.SimpleUserMessage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Helpers/Helpers.SimpleUserMessage.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Helpers/Helpers.ToggleElementBinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Helpers/Helpers.ToggleElementBinder.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Helpers/Helpers.UserMessage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Helpers/Helpers.UserMessage.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Rhythm.Geometry.Tessellation.ConvexHull.FromPoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Rhythm.Geometry.Tessellation.ConvexHull.FromPoints.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Ribbon/Modifiers/Modifiers.Rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Ribbon/Modifiers/Modifiers.Rotate.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Ribbon/Modifiers/Modifiers.SetColor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Ribbon/Modifiers/Modifiers.SetColor.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Ribbon/Modifiers/Modifiers.SetFont.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Ribbon/Modifiers/Modifiers.SetFont.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/RibbonTab/RibbonTab.GetTabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/RibbonTab/RibbonTab.GetTabs.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/RibbonTab/RibbonTab.Name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/RibbonTab/RibbonTab.Name.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/RibbonTab/RibbonTab.SetEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/RibbonTab/RibbonTab.SetEnabled.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/RibbonTab/RibbonTab.SetName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/RibbonTab/RibbonTab.SetName.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/RibbonTab/RibbonTab.SetVisibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/RibbonTab/RibbonTab.SetVisibility.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/RibbonTab/RibbonTab.Visibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/RibbonTab/RibbonTab.Visibility.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Selection/Select/Selection.Design Options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Selection/Select/Selection.Design Options.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Selection/Select/Selection.Links.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Selection/Select/Selection.Links.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Selection/Select/Selection.Model Categories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Selection/Select/Selection.Model Categories.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Selection/Select/Selection.Pick-Example.dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Selection/Select/Selection.Pick-Example.dyn -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Selection/Select/Selection.Pick-Example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Selection/Select/Selection.Pick-Example.gif -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Selection/Select/Selection.Pick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Selection/Select/Selection.Pick.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Selection/Select/Selection.Roof Types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Selection/Select/Selection.Roof Types.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Selection/Select/Selection.Schedule Views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Selection/Select/Selection.Schedule Views.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Selection/Select/Selection.Scope Boxes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Selection/Select/Selection.Scope Boxes.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Selection/Select/Selection.Sheets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Selection/Select/Selection.Sheets.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Selection/Select/Selection.Titleblock Types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Selection/Select/Selection.Titleblock Types.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Selection/Select/Selection.ViewFamilyTypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Selection/Select/Selection.ViewFamilyTypes.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Selection/Select/Selection.Views++.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Selection/Select/Selection.Views++.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Tools/Animate/Tools.Element.AnimateColor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Tools/Animate/Tools.Element.AnimateColor.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Tools/Animate/Tools.Element.AnimateNumericParameter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Tools/Animate/Tools.Element.AnimateNumericParameter.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Tools/Animate/Tools.Element.AnimateTransparency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Tools/Animate/Tools.Element.AnimateTransparency.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Tools/Batch/Tools.Batch.UpgradeFamilies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Tools/Batch/Tools.Batch.UpgradeFamilies.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/Sheet/Sheet.PackViews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/Sheet/Sheet.PackViews.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View/View.ConvertToIndependent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View/View.ConvertToIndependent.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View/View.GetCropRegionElement-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View/View.GetCropRegionElement-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View/View.GetCropRegionElement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View/View.GetCropRegionElement.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View/View.GetFilterVisibility-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View/View.GetFilterVisibility-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View/View.GetFilterVisibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View/View.GetFilterVisibility.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View/View.GetOrderedFilters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View/View.GetOrderedFilters.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View/View.GetWorksetVisibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View/View.GetWorksetVisibility.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View/View.IsFilterEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View/View.IsFilterEnabled.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View/View.Origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View/View.Origin.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View/View.ParentView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View/View.ParentView.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View/View.SetCropRegion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View/View.SetCropRegion.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View/View.SetElementProjectionLineweight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View/View.SetElementProjectionLineweight.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View/View.ToggleFilterInView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View/View.ToggleFilterInView.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View3D/View3D.SetSectionBox-Example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View3D/View3D.SetSectionBox-Example.gif -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View3D/View3D.SetSectionBox-Example2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View3D/View3D.SetSectionBox-Example2.gif -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/View3D/View3D.SetSectionBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/View3D/View3D.SetSectionBox.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/ViewPlan/ViewPlan.GetCropBox-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/ViewPlan/ViewPlan.GetCropBox-Example.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/ViewPlan/ViewPlan.GetCropBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/ViewPlan/ViewPlan.GetCropBox.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/ViewPlan/ViewPlan.GetOutline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/ViewPlan/ViewPlan.GetOutline.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/ViewPlan/ViewPlan.Rotate-Example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/ViewPlan/ViewPlan.Rotate-Example.gif -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/ViewPlan/ViewPlan.Rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/ViewPlan/ViewPlan.Rotate.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/ViewSection/ViewSection.LocationPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/ViewSection/ViewSection.LocationPoint.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/ViewSection/ViewSection.OverrideCrop-Example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/ViewSection/ViewSection.OverrideCrop-Example.gif -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/ViewSection/ViewSection.OverrideCrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/ViewSection/ViewSection.OverrideCrop.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Views/ViewSection/ViewSection.OverrideCropVersion2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Views/ViewSection/ViewSection.OverrideCropVersion2.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Worksharing/Element/Element.Creator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Worksharing/Element/Element.Creator.png -------------------------------------------------------------------------------- /!Documentation/Nodes/Revit/Worksharing/Element/Element.LastChangedBy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Nodes/Revit/Worksharing/Element/Element.LastChangedBy.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/DefaultCustomNode.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/DefaultCustomNode.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/DefaultCustomNode.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/DefaultCustomNode.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.About.About.AboutRhythm.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.About.About.AboutRhythm.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.About.About.AboutRhythm.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.About.About.AboutRhythm.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Application.Documents.SaveAs.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Application.Documents.SaveAs.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Application.Documents.SaveAs.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Application.Documents.SaveAs.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.AreaTag.TaggedArea.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.AreaTag.TaggedArea.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.AreaTag.TaggedArea.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.AreaTag.TaggedArea.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.AreaAtPoint.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.AreaAtPoint.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.AreaAtPoint.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.AreaAtPoint.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.AreaScheme.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.AreaScheme.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.AreaScheme.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.AreaScheme.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.Boundaries.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.Boundaries.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.Boundaries.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.Boundaries.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.ContainsPoint.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.ContainsPoint.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.ContainsPoint.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.ContainsPoint.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.GetAreaAtPoint.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.GetAreaAtPoint.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.Solid.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.Solid.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.Solid.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Areas.Solid.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.BeamSystem.Members.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.BeamSystem.Members.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.BeamSystem.Members.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.BeamSystem.Members.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.CurtainGrid.UGrids.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.CurtainGrid.UGrids.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.CurtainGrid.UGrids.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.CurtainGrid.UGrids.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.CurtainGrid.VGrids.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.CurtainGrid.VGrids.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.CurtainGrid.VGrids.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.CurtainGrid.VGrids.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Dimensions.Color.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Dimensions.Color.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Dimensions.Color.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Dimensions.Color.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Dimensions.Origin.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Dimensions.Origin.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Dimensions.Origin.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Dimensions.Origin.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Elements.GetNull.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Elements.GetNull.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Elements.GetNull.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Elements.GetNull.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Floor.ByCurveLoops.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Floor.ByCurveLoops.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Floor.ByCurveLoops.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Floor.ByCurveLoops.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Levels.HasView.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Levels.HasView.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Levels.HasView.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Levels.HasView.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Parts.DivideParts.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Parts.DivideParts.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Parts.DivideParts.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Parts.DivideParts.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Roofs.AddPoint.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Roofs.AddPoint.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Roofs.AddPoint.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Roofs.AddPoint.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Roofs.Footprint.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Roofs.Footprint.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Roofs.Footprint.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Roofs.Footprint.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.RoomTag.TaggedRoom.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.RoomTag.TaggedRoom.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.RoomTag.TaggedRoom.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.RoomTag.TaggedRoom.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRoom.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRoom.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRoom.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRoom.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRoom2.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRoom2.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRoom2.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRoom2.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRooms.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRooms.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRooms.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRooms.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRooms2.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRooms2.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRooms2.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Rooms.CenterRooms2.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Sheet.Create.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Sheet.Create.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Sheet.Create.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Sheet.Create.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Sheet.Titleblock.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Sheet.Titleblock.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Sheet.Titleblock.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Sheet.Titleblock.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Tags.GetLeaderEnd.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Tags.GetLeaderEnd.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Tags.GetLeaderEnd.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Tags.GetLeaderEnd.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Tags.TagText.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Tags.TagText.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Tags.TagText.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Tags.TagText.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.TextNotes.ToLower.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.TextNotes.ToLower.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.TextNotes.ToLower.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.TextNotes.ToLower.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.TextNotes.ToUpper.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.TextNotes.ToUpper.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.TextNotes.ToUpper.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.TextNotes.ToUpper.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Viewport.BoxCenter.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Viewport.BoxCenter.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Viewport.BoxCenter.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Viewport.BoxCenter.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Viewport.Create.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Viewport.Create.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Viewport.Create.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Viewport.Create.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Viewport.GetView.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Viewport.GetView.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Viewport.GetView.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Viewport.GetView.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Walls.Direction.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Walls.Direction.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Walls.Direction.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Elements.Walls.Direction.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Helpers.Helpers.UserMessage.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Helpers.Helpers.UserMessage.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Helpers.Helpers.UserMessage.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Helpers.Helpers.UserMessage.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.Modifiers.Rotate.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.Modifiers.Rotate.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.Modifiers.Rotate.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.Modifiers.Rotate.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.Modifiers.SetColor.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.Modifiers.SetColor.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.Modifiers.SetColor.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.Modifiers.SetColor.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.Modifiers.SetFont.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.Modifiers.SetFont.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.Modifiers.SetFont.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.Modifiers.SetFont.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.CreateTab.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.CreateTab.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.CreateTab.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.CreateTab.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.GetTabs.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.GetTabs.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.GetTabs.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.GetTabs.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.Name.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.Name.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.Name.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.Name.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.SetEnabled.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.SetEnabled.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.SetEnabled.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.SetEnabled.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.SetName.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.SetName.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.SetName.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.SetName.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.Visibility.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.Visibility.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.Visibility.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Ribbon.RibbonTab.Visibility.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Selection.Selection.GetNull.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Selection.Selection.GetNull.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Selection.Selection.GetNull.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Selection.Selection.GetNull.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Selection.Selection.Pick.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Selection.Selection.Pick.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Selection.Selection.Pick.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Selection.Selection.Pick.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Tools.Batch.UpgradeFamilies.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Tools.Batch.UpgradeFamilies.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Tools.Batch.UpgradeFamilies.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Tools.Batch.UpgradeFamilies.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Tools.Element.AnimateColor.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Tools.Element.AnimateColor.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Tools.Element.AnimateColor.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Tools.Element.AnimateColor.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.Sheet.PackViews.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.Sheet.PackViews.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.Sheet.PackViews.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.Sheet.PackViews.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.IsFilterEnabled.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.IsFilterEnabled.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.IsFilterEnabled.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.IsFilterEnabled.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.Origin.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.Origin.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.Origin.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.Origin.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.ParentView.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.ParentView.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.ParentView.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.ParentView.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.SetCropRegion.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.SetCropRegion.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.SetCropRegion.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.SetCropRegion.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.Viewport.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.Viewport.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.Viewport.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View.Viewport.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View3D.SetSectionBox.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View3D.SetSectionBox.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View3D.SetSectionBox.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.View3D.SetSectionBox.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.ViewPlan.GetCropBox.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.ViewPlan.GetCropBox.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.ViewPlan.GetCropBox.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.ViewPlan.GetCropBox.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.ViewPlan.GetOutline.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.ViewPlan.GetOutline.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.ViewPlan.GetOutline.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.ViewPlan.GetOutline.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.ViewPlan.Rotate.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.ViewPlan.Rotate.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Views.ViewPlan.Rotate.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Views.ViewPlan.Rotate.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Worksharing.Element.Creator.Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Worksharing.Element.Creator.Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.Revit.Worksharing.Element.Creator.Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.Revit.Worksharing.Element.Creator.Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/Rhythm.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/Rhythm.resources -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/RhythmImages.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/RhythmImages.resources -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/RhythmRevitImages.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/RhythmRevitImages.resources -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/[beta].Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/[beta].Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/[beta].Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/[beta].Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/[replace22].Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/[replace22].Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/[replace22].Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/[replace22].Small.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/[replace].Large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/[replace].Large.png -------------------------------------------------------------------------------- /!Documentation/RevitNodeIcons/[replace].Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/RevitNodeIcons/[replace].Small.png -------------------------------------------------------------------------------- /!Documentation/Rhythm-Watermark.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/!Documentation/Rhythm-Watermark.zip -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/workflows/tweetRelease.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/.github/workflows/tweetRelease.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/README.md -------------------------------------------------------------------------------- /RhythmPython/FileSystem/zipDirectories.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/RhythmPython/FileSystem/zipDirectories.py -------------------------------------------------------------------------------- /RhythmPython/Revit/Application/docIsFamilyDoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/RhythmPython/Revit/Application/docIsFamilyDoc.py -------------------------------------------------------------------------------- /RhythmPython/Revit/Application/unloadLinksFromFile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/RhythmPython/Revit/Application/unloadLinksFromFile.py -------------------------------------------------------------------------------- /RhythmPython/Revit/Elements/Element/Element.IsTagged.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/RhythmPython/Revit/Elements/Element/Element.IsTagged.py -------------------------------------------------------------------------------- /RhythmPython/Revit/Elements/Element/Element.SetWorkset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/RhythmPython/Revit/Elements/Element/Element.SetWorkset.py -------------------------------------------------------------------------------- /RhythmPython/Revit/Elements/FamilyInstance/FamilyInstance.RoomInPhase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/RhythmPython/Revit/Elements/FamilyInstance/FamilyInstance.RoomInPhase.py -------------------------------------------------------------------------------- /RhythmPython/Revit/Elements/Select/getAllViewportsAndViews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/RhythmPython/Revit/Elements/Select/getAllViewportsAndViews.py -------------------------------------------------------------------------------- /RhythmPython/Revit/Elements/Viewport/centerViewTitle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/RhythmPython/Revit/Elements/Viewport/centerViewTitle.py -------------------------------------------------------------------------------- /RhythmPython/Revit/Selection/Collector/elementsOfCategoryInDocument.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/RhythmPython/Revit/Selection/Collector/elementsOfCategoryInDocument.py -------------------------------------------------------------------------------- /deploy/2020/Humanizer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2020/Humanizer.dll -------------------------------------------------------------------------------- /deploy/2020/Markov.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2020/Markov.dll -------------------------------------------------------------------------------- /deploy/2020/RhythmCore.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2020/RhythmCore.customization.dll -------------------------------------------------------------------------------- /deploy/2020/RhythmCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2020/RhythmCore.dll -------------------------------------------------------------------------------- /deploy/2020/RhythmCore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2020/RhythmCore.xml -------------------------------------------------------------------------------- /deploy/2020/RhythmCore_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2020/RhythmCore_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2020/RhythmRevit.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2020/RhythmRevit.customization.dll -------------------------------------------------------------------------------- /deploy/2020/RhythmRevit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2020/RhythmRevit.dll -------------------------------------------------------------------------------- /deploy/2020/RhythmRevit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2020/RhythmRevit.xml -------------------------------------------------------------------------------- /deploy/2020/RhythmRevit_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2020/RhythmRevit_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2020/RhythmUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2020/RhythmUI.dll -------------------------------------------------------------------------------- /deploy/2020/RhythmUI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2020/RhythmUI.xml -------------------------------------------------------------------------------- /deploy/2021/Humanizer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2021/Humanizer.dll -------------------------------------------------------------------------------- /deploy/2021/Markov.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2021/Markov.dll -------------------------------------------------------------------------------- /deploy/2021/RhythmCore.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2021/RhythmCore.customization.dll -------------------------------------------------------------------------------- /deploy/2021/RhythmCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2021/RhythmCore.dll -------------------------------------------------------------------------------- /deploy/2021/RhythmCore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2021/RhythmCore.xml -------------------------------------------------------------------------------- /deploy/2021/RhythmCore_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2021/RhythmCore_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2021/RhythmRevit.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2021/RhythmRevit.customization.dll -------------------------------------------------------------------------------- /deploy/2021/RhythmRevit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2021/RhythmRevit.dll -------------------------------------------------------------------------------- /deploy/2021/RhythmRevit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2021/RhythmRevit.xml -------------------------------------------------------------------------------- /deploy/2021/RhythmRevit_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2021/RhythmRevit_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2021/RhythmUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2021/RhythmUI.dll -------------------------------------------------------------------------------- /deploy/2021/RhythmUI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2021/RhythmUI.xml -------------------------------------------------------------------------------- /deploy/2022/Humanizer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2022/Humanizer.dll -------------------------------------------------------------------------------- /deploy/2022/Markov.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2022/Markov.dll -------------------------------------------------------------------------------- /deploy/2022/RhythmCore.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2022/RhythmCore.customization.dll -------------------------------------------------------------------------------- /deploy/2022/RhythmCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2022/RhythmCore.dll -------------------------------------------------------------------------------- /deploy/2022/RhythmCore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2022/RhythmCore.xml -------------------------------------------------------------------------------- /deploy/2022/RhythmCore_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2022/RhythmCore_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2022/RhythmRevit.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2022/RhythmRevit.customization.dll -------------------------------------------------------------------------------- /deploy/2022/RhythmRevit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2022/RhythmRevit.dll -------------------------------------------------------------------------------- /deploy/2022/RhythmRevit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2022/RhythmRevit.xml -------------------------------------------------------------------------------- /deploy/2022/RhythmRevit_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2022/RhythmRevit_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2022/RhythmUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2022/RhythmUI.dll -------------------------------------------------------------------------------- /deploy/2022/RhythmUI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2022/RhythmUI.xml -------------------------------------------------------------------------------- /deploy/2023/Humanizer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2023/Humanizer.dll -------------------------------------------------------------------------------- /deploy/2023/Markov.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2023/Markov.dll -------------------------------------------------------------------------------- /deploy/2023/RhythmCore.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2023/RhythmCore.customization.dll -------------------------------------------------------------------------------- /deploy/2023/RhythmCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2023/RhythmCore.dll -------------------------------------------------------------------------------- /deploy/2023/RhythmCore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2023/RhythmCore.xml -------------------------------------------------------------------------------- /deploy/2023/RhythmCore_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2023/RhythmCore_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2023/RhythmRevit.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2023/RhythmRevit.customization.dll -------------------------------------------------------------------------------- /deploy/2023/RhythmRevit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2023/RhythmRevit.dll -------------------------------------------------------------------------------- /deploy/2023/RhythmRevit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2023/RhythmRevit.xml -------------------------------------------------------------------------------- /deploy/2023/RhythmRevit_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2023/RhythmRevit_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2023/RhythmUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2023/RhythmUI.dll -------------------------------------------------------------------------------- /deploy/2023/RhythmUI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2023/RhythmUI.xml -------------------------------------------------------------------------------- /deploy/2024/Humanizer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2024/Humanizer.dll -------------------------------------------------------------------------------- /deploy/2024/Markov.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2024/Markov.dll -------------------------------------------------------------------------------- /deploy/2024/RhythmCore.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2024/RhythmCore.customization.dll -------------------------------------------------------------------------------- /deploy/2024/RhythmCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2024/RhythmCore.dll -------------------------------------------------------------------------------- /deploy/2024/RhythmCore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2024/RhythmCore.xml -------------------------------------------------------------------------------- /deploy/2024/RhythmCore_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2024/RhythmCore_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2024/RhythmRevit.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2024/RhythmRevit.customization.dll -------------------------------------------------------------------------------- /deploy/2024/RhythmRevit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2024/RhythmRevit.dll -------------------------------------------------------------------------------- /deploy/2024/RhythmRevit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2024/RhythmRevit.xml -------------------------------------------------------------------------------- /deploy/2024/RhythmRevit_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2024/RhythmRevit_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2024/RhythmUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2024/RhythmUI.dll -------------------------------------------------------------------------------- /deploy/2024/RhythmUI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2024/RhythmUI.xml -------------------------------------------------------------------------------- /deploy/2025/Humanizer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2025/Humanizer.dll -------------------------------------------------------------------------------- /deploy/2025/Markov.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2025/Markov.dll -------------------------------------------------------------------------------- /deploy/2025/RhythmCore.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2025/RhythmCore.customization.dll -------------------------------------------------------------------------------- /deploy/2025/RhythmCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2025/RhythmCore.dll -------------------------------------------------------------------------------- /deploy/2025/RhythmCore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2025/RhythmCore.xml -------------------------------------------------------------------------------- /deploy/2025/RhythmCore_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2025/RhythmCore_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2025/RhythmRevit.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2025/RhythmRevit.customization.dll -------------------------------------------------------------------------------- /deploy/2025/RhythmRevit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2025/RhythmRevit.dll -------------------------------------------------------------------------------- /deploy/2025/RhythmRevit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2025/RhythmRevit.xml -------------------------------------------------------------------------------- /deploy/2025/RhythmRevit_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2025/RhythmRevit_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2025/RhythmUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2025/RhythmUI.dll -------------------------------------------------------------------------------- /deploy/2025/RhythmUI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2025/RhythmUI.xml -------------------------------------------------------------------------------- /deploy/2026/Humanizer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2026/Humanizer.dll -------------------------------------------------------------------------------- /deploy/2026/Markov.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2026/Markov.dll -------------------------------------------------------------------------------- /deploy/2026/RhythmCore.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2026/RhythmCore.customization.dll -------------------------------------------------------------------------------- /deploy/2026/RhythmCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2026/RhythmCore.dll -------------------------------------------------------------------------------- /deploy/2026/RhythmCore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2026/RhythmCore.xml -------------------------------------------------------------------------------- /deploy/2026/RhythmCore_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2026/RhythmCore_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2026/RhythmRevit.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2026/RhythmRevit.customization.dll -------------------------------------------------------------------------------- /deploy/2026/RhythmRevit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2026/RhythmRevit.dll -------------------------------------------------------------------------------- /deploy/2026/RhythmRevit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2026/RhythmRevit.xml -------------------------------------------------------------------------------- /deploy/2026/RhythmRevit_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2026/RhythmRevit_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2026/RhythmUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2026/RhythmUI.dll -------------------------------------------------------------------------------- /deploy/2026/RhythmUI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2026/RhythmUI.xml -------------------------------------------------------------------------------- /deploy/2027/Humanizer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2027/Humanizer.dll -------------------------------------------------------------------------------- /deploy/2027/Markov.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2027/Markov.dll -------------------------------------------------------------------------------- /deploy/2027/RhythmCore.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2027/RhythmCore.customization.dll -------------------------------------------------------------------------------- /deploy/2027/RhythmCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2027/RhythmCore.dll -------------------------------------------------------------------------------- /deploy/2027/RhythmCore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2027/RhythmCore.xml -------------------------------------------------------------------------------- /deploy/2027/RhythmCore_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2027/RhythmCore_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2027/RhythmRevit.customization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2027/RhythmRevit.customization.dll -------------------------------------------------------------------------------- /deploy/2027/RhythmRevit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2027/RhythmRevit.dll -------------------------------------------------------------------------------- /deploy/2027/RhythmRevit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2027/RhythmRevit.xml -------------------------------------------------------------------------------- /deploy/2027/RhythmRevit_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2027/RhythmRevit_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/2027/RhythmUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2027/RhythmUI.dll -------------------------------------------------------------------------------- /deploy/2027/RhythmUI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/2027/RhythmUI.xml -------------------------------------------------------------------------------- /deploy/Rhythm/extra/3dSpatialElementTag.rfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/Rhythm/extra/3dSpatialElementTag.rfa -------------------------------------------------------------------------------- /deploy/Rhythm/extra/Rhythm_ViewExtensionDefinition.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/Rhythm/extra/Rhythm_ViewExtensionDefinition.xml -------------------------------------------------------------------------------- /deploy/Rhythm/extra/changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/Rhythm/extra/changelog.txt -------------------------------------------------------------------------------- /deploy/Rhythm/pkg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/Rhythm/pkg.json -------------------------------------------------------------------------------- /deploy/RhythmExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/RhythmExtension.dll -------------------------------------------------------------------------------- /deploy/RhythmRevit_DynamoCustomization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/RhythmRevit_DynamoCustomization.xml -------------------------------------------------------------------------------- /deploy/RhythmViewExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/RhythmViewExtension.dll -------------------------------------------------------------------------------- /deploy/Rhythm_ExtensionDefinition.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/Rhythm_ExtensionDefinition.xml -------------------------------------------------------------------------------- /deploy/Rhythm_ViewExtensionDefinition.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/Rhythm_ViewExtensionDefinition.xml -------------------------------------------------------------------------------- /deploy/dynamo_to_revit_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/dynamo_to_revit_mapping.json -------------------------------------------------------------------------------- /deploy/pkg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/deploy/pkg.json -------------------------------------------------------------------------------- /src/RhythmCore/About/About.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/About/About.cs -------------------------------------------------------------------------------- /src/RhythmCore/GenerativeDesign/CygonRectanglePacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/GenerativeDesign/CygonRectanglePacker.cs -------------------------------------------------------------------------------- /src/RhythmCore/GenerativeDesign/GenerativeDesign.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/GenerativeDesign/GenerativeDesign.cs -------------------------------------------------------------------------------- /src/RhythmCore/GenerativeDesign/OutOfSpaceException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/GenerativeDesign/OutOfSpaceException.cs -------------------------------------------------------------------------------- /src/RhythmCore/GenerativeDesign/RectanglePacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/GenerativeDesign/RectanglePacker.cs -------------------------------------------------------------------------------- /src/RhythmCore/Geometry/Point.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/Geometry/Point.cs -------------------------------------------------------------------------------- /src/RhythmCore/Geometry/Polygon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/Geometry/Polygon.cs -------------------------------------------------------------------------------- /src/RhythmCore/Helpers/Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/Helpers/Helpers.cs -------------------------------------------------------------------------------- /src/RhythmCore/Image/Image.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/Image/Image.cs -------------------------------------------------------------------------------- /src/RhythmCore/ML/ML.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/ML/ML.cs -------------------------------------------------------------------------------- /src/RhythmCore/Math/MarkovChain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/Math/MarkovChain.cs -------------------------------------------------------------------------------- /src/RhythmCore/Numbers/Numbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/Numbers/Numbers.cs -------------------------------------------------------------------------------- /src/RhythmCore/Polylabel/Cell.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/Polylabel/Cell.cs -------------------------------------------------------------------------------- /src/RhythmCore/Polylabel/Polylabel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/Polylabel/Polylabel.cs -------------------------------------------------------------------------------- /src/RhythmCore/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/RhythmCore/RhythmCore.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/RhythmCore.csproj -------------------------------------------------------------------------------- /src/RhythmCore/RhythmCore.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/RhythmCore.sln -------------------------------------------------------------------------------- /src/RhythmCore/RhythmCoreImages.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/RhythmCoreImages.resources -------------------------------------------------------------------------------- /src/RhythmCore/RhythmCoreImages.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/RhythmCoreImages.resx -------------------------------------------------------------------------------- /src/RhythmCore/String/String.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/String/String.cs -------------------------------------------------------------------------------- /src/RhythmCore/System/System.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/System/System.cs -------------------------------------------------------------------------------- /src/RhythmCore/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmCore/app.config -------------------------------------------------------------------------------- /src/RhythmExtension/Global.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/Global.cs -------------------------------------------------------------------------------- /src/RhythmExtension/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/RhythmExtension/Revit/20/RhythmRevit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/Revit/20/RhythmRevit.dll -------------------------------------------------------------------------------- /src/RhythmExtension/Revit/20/RhythmUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/Revit/20/RhythmUI.dll -------------------------------------------------------------------------------- /src/RhythmExtension/Revit/21/RhythmRevit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/Revit/21/RhythmRevit.dll -------------------------------------------------------------------------------- /src/RhythmExtension/Revit/21/RhythmUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/Revit/21/RhythmUI.dll -------------------------------------------------------------------------------- /src/RhythmExtension/Revit/22/RhythmRevit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/Revit/22/RhythmRevit.dll -------------------------------------------------------------------------------- /src/RhythmExtension/Revit/22/RhythmUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/Revit/22/RhythmUI.dll -------------------------------------------------------------------------------- /src/RhythmExtension/Revit/23/RhythmRevit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/Revit/23/RhythmRevit.dll -------------------------------------------------------------------------------- /src/RhythmExtension/Revit/23/RhythmUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/Revit/23/RhythmUI.dll -------------------------------------------------------------------------------- /src/RhythmExtension/Revit/24/RhythmRevit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/Revit/24/RhythmRevit.dll -------------------------------------------------------------------------------- /src/RhythmExtension/Revit/24/RhythmUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/Revit/24/RhythmUI.dll -------------------------------------------------------------------------------- /src/RhythmExtension/Revit/25/RhythmRevit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/Revit/25/RhythmRevit.dll -------------------------------------------------------------------------------- /src/RhythmExtension/Revit/25/RhythmUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/Revit/25/RhythmUI.dll -------------------------------------------------------------------------------- /src/RhythmExtension/RhythmExtension.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/RhythmExtension.cs -------------------------------------------------------------------------------- /src/RhythmExtension/RhythmExtension.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/RhythmExtension.csproj -------------------------------------------------------------------------------- /src/RhythmExtension/RhythmExtension.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/RhythmExtension.sln -------------------------------------------------------------------------------- /src/RhythmExtension/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmExtension/app.config -------------------------------------------------------------------------------- /src/RhythmRevit/Forms/DefaultProgressForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Forms/DefaultProgressForm.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Forms/DefaultProgressForm.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Forms/DefaultProgressForm.designer.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Forms/FamilyUpgradeForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Forms/FamilyUpgradeForm.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Forms/FamilyUpgradeForm.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Forms/FamilyUpgradeForm.designer.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Geometry/Geometry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Geometry/Geometry.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Geometry/Tessellation/ConvexHull.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Geometry/Tessellation/ConvexHull.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Application/Applications.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Application/Applications.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Application/Document.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Application/Document.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/ElementFIlter/ElementFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/ElementFIlter/ElementFilter.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Area.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Area.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/AreaTag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/AreaTag.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/BeamSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/BeamSystem.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Category.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Category.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Ceiling.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Ceiling.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/CurtainGrid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/CurtainGrid.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/CurtainGridLine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/CurtainGridLine.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/CurtainPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/CurtainPanel.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Dimension.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Dimension.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/DimensionSegment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/DimensionSegment.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/DimensionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/DimensionType.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Element.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Element.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Elevation Marker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Elevation Marker.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/FamilyInstance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/FamilyInstance.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/FilledRegion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/FilledRegion.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Floor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Floor.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Grid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Grid.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Group.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Group.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/GroupType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/GroupType.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/HostObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/HostObject.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Leaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Leaders.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Level.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Level.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Mullion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Mullion.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Parts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Parts.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/ReferencePlane.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/ReferencePlane.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/RevitLink.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/RevitLink.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/RevitLinkGraphicOverrides.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/RevitLinkGraphicOverrides.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/RevitLinkType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/RevitLinkType.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Roof.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Roof.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Room.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Room.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/RoomTag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/RoomTag.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Sheet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Sheet.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/SlopedGlazing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/SlopedGlazing.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Space.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Space.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/SpaceTag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/SpaceTag.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Tag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Tag.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/TextNote.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/TextNote.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Viewport.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Viewport.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Elements/Wall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Elements/Wall.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Fabrication/Fabrication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Fabrication/Fabrication.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Helpers/Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Helpers/Helpers.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Ribbon/Modifiers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Ribbon/Modifiers.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Ribbon/RibbonTab.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Ribbon/RibbonTab.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Selection/Collector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Selection/Collector.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Selection/ElementSelection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Selection/ElementSelection.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Selection/Selection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Selection/Selection.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Tools/Animate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Tools/Animate.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Tools/Batch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Tools/Batch.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Tools/Tools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Tools/Tools.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Views/CygonRectanglePacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Views/CygonRectanglePacker.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Views/OutOfSpaceException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Views/OutOfSpaceException.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Views/RectanglePacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Views/RectanglePacker.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Views/Sheet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Views/Sheet.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Views/View.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Views/View.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Views/View3D.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Views/View3D.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Views/ViewPlan.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Views/ViewPlan.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Views/ViewSchedule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Views/ViewSchedule.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Views/ViewSection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Views/ViewSection.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Revit/Worksharing/Element.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Revit/Worksharing/Element.cs -------------------------------------------------------------------------------- /src/RhythmRevit/RhythmRevit.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/RhythmRevit.csproj -------------------------------------------------------------------------------- /src/RhythmRevit/RhythmRevit.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/RhythmRevit.sln -------------------------------------------------------------------------------- /src/RhythmRevit/RhythmRevitImages.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/RhythmRevitImages.resources -------------------------------------------------------------------------------- /src/RhythmRevit/RhythmRevitImages.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/RhythmRevitImages.resx -------------------------------------------------------------------------------- /src/RhythmRevit/ShortestWalk/Geometry/AStar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/ShortestWalk/Geometry/AStar.cs -------------------------------------------------------------------------------- /src/RhythmRevit/ShortestWalk/Geometry/CurvesTopology.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/ShortestWalk/Geometry/CurvesTopology.cs -------------------------------------------------------------------------------- /src/RhythmRevit/ShortestWalk/Geometry/Dijkstra.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/ShortestWalk/Geometry/Dijkstra.cs -------------------------------------------------------------------------------- /src/RhythmRevit/ShortestWalk/Geometry/EdgeAddress.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/ShortestWalk/Geometry/EdgeAddress.cs -------------------------------------------------------------------------------- /src/RhythmRevit/ShortestWalk/Geometry/ListByPattern.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/ShortestWalk/Geometry/ListByPattern.cs -------------------------------------------------------------------------------- /src/RhythmRevit/ShortestWalk/Geometry/NodeAddress.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/ShortestWalk/Geometry/NodeAddress.cs -------------------------------------------------------------------------------- /src/RhythmRevit/ShortestWalk/Geometry/PathMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/ShortestWalk/Geometry/PathMethod.cs -------------------------------------------------------------------------------- /src/RhythmRevit/ShortestWalk/Geometry/SearchMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/ShortestWalk/Geometry/SearchMode.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Utilities/Converters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Utilities/Converters.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Utilities/PointInPoly.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Utilities/PointInPoly.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Utilities/PointInPolyExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Utilities/PointInPolyExtensions.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Utilities/Polylabel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Utilities/Polylabel.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Utilities/ShortestWalkUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Utilities/ShortestWalkUtils.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Utilities/Utilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Utilities/Utilities.cs -------------------------------------------------------------------------------- /src/RhythmRevit/Utilities/ViewUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmRevit/Utilities/ViewUtils.cs -------------------------------------------------------------------------------- /src/RhythmUI/DesignOptionsUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/DesignOptionsUI.cs -------------------------------------------------------------------------------- /src/RhythmUI/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/Extensions.cs -------------------------------------------------------------------------------- /src/RhythmUI/LinksUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/LinksUI.cs -------------------------------------------------------------------------------- /src/RhythmUI/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/RhythmUI/RhythmUI - Backup.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/RhythmUI - Backup.csproj -------------------------------------------------------------------------------- /src/RhythmUI/RhythmUI.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/RhythmUI.csproj -------------------------------------------------------------------------------- /src/RhythmUI/RhythmUI.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/RhythmUI.sln -------------------------------------------------------------------------------- /src/RhythmUI/RoofTypeUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/RoofTypeUI.cs -------------------------------------------------------------------------------- /src/RhythmUI/ScopeBoxes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/ScopeBoxes.cs -------------------------------------------------------------------------------- /src/RhythmUI/Selection/LinkSelectionMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/Selection/LinkSelectionMethods.cs -------------------------------------------------------------------------------- /src/RhythmUI/Selection/SelectRoomInLinkNodeViewCustomization.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/Selection/SelectRoomInLinkNodeViewCustomization.cs -------------------------------------------------------------------------------- /src/RhythmUI/SheetsUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/SheetsUI.cs -------------------------------------------------------------------------------- /src/RhythmUI/TitleBlocksUi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/TitleBlocksUi.cs -------------------------------------------------------------------------------- /src/RhythmUI/Utilities/IElementSelectionFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/Utilities/IElementSelectionFilter.cs -------------------------------------------------------------------------------- /src/RhythmUI/Utilities/ILogicalCombinationFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/Utilities/ILogicalCombinationFilter.cs -------------------------------------------------------------------------------- /src/RhythmUI/Utilities/IReferenceSelectionFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/Utilities/IReferenceSelectionFilter.cs -------------------------------------------------------------------------------- /src/RhythmUI/Utilities/SelFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/Utilities/SelFilter.cs -------------------------------------------------------------------------------- /src/RhythmUI/ViewFamilyTypeUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/ViewFamilyTypeUI.cs -------------------------------------------------------------------------------- /src/RhythmUI/ViewTemplatesUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/ViewTemplatesUI.cs -------------------------------------------------------------------------------- /src/RhythmUI/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmUI/app.config -------------------------------------------------------------------------------- /src/RhythmViewExtension/FodyWeavers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/FodyWeavers.xml -------------------------------------------------------------------------------- /src/RhythmViewExtension/FodyWeavers.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/FodyWeavers.xsd -------------------------------------------------------------------------------- /src/RhythmViewExtension/Global.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/Global.cs -------------------------------------------------------------------------------- /src/RhythmViewExtension/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/RhythmViewExtension/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/Properties/launchSettings.json -------------------------------------------------------------------------------- /src/RhythmViewExtension/Resources/System.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/Resources/System.Runtime.dll -------------------------------------------------------------------------------- /src/RhythmViewExtension/Resources/bailey-dog-meme-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/Resources/bailey-dog-meme-2.jpg -------------------------------------------------------------------------------- /src/RhythmViewExtension/Resources/sadDog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/Resources/sadDog.jpg -------------------------------------------------------------------------------- /src/RhythmViewExtension/RhythmMessageBox.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/RhythmMessageBox.xaml -------------------------------------------------------------------------------- /src/RhythmViewExtension/RhythmMessageBox.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/RhythmMessageBox.xaml.cs -------------------------------------------------------------------------------- /src/RhythmViewExtension/RhythmMessageBoxViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/RhythmMessageBoxViewModel.cs -------------------------------------------------------------------------------- /src/RhythmViewExtension/RhythmViewExtension.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/RhythmViewExtension.cs -------------------------------------------------------------------------------- /src/RhythmViewExtension/RhythmViewExtension.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/RhythmViewExtension.csproj -------------------------------------------------------------------------------- /src/RhythmViewExtension/RhythmViewExtension.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/RhythmViewExtension.sln -------------------------------------------------------------------------------- /src/RhythmViewExtension/Utilities/VersionUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/Utilities/VersionUtils.cs -------------------------------------------------------------------------------- /src/RhythmViewExtension/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/app.config -------------------------------------------------------------------------------- /src/RhythmViewExtension/sadDog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnpierson/RhythmForDynamo/HEAD/src/RhythmViewExtension/sadDog.jpg --------------------------------------------------------------------------------