ClockworkForDynamo icon indicating copy to clipboard operation
ClockworkForDynamo copied to clipboard

Check against Revit 2025.1

Open andydandy74 opened this issue 10 months ago • 0 comments

Using Revit 2025.1 and the IronPython2.7 (v3.2) package

  • [ ] Nested nodes (without sample file)
    • [ ] Grid.DropLastRowAndColumn
    • [ ] Pattern.BuildTriangularSublists
    • [ ] Pattern.MakeTriangles
    • [ ] Pattern.ShiftPlacementAndReverse
    • [ ] Pattern.TriangularSubpattern
    • [x] PathGraph.ByPairs
    • [ ] UV.ToDynamoUV
    • [ ] BuiltInCategory.FromInput
    • [ ] Category.FromInput
    • [x] Regex.CompileRegularExpression
  • [x] Display
    • [x] Color.Aqua
    • [x] Color.Black
    • [x] Color.Blue
    • [x] Color.ByName
    • [x] Color.ByWebColor
    • [x] Color.Fuchsia
    • [x] Color.Green
    • [x] Color.Grey
    • [x] Color.GreyscaleByNormalizedValue
    • [x] Color.Lime
    • [x] Color.Maroon
    • [x] Color.Navy
    • [x] Color.Olive
    • [x] Color.Purple
    • [x] Color.Red
    • [x] Color.Silver
    • [x] Color.Teal
    • [x] Color.White
    • [x] Color.Yellow
    • [x] Color.Name
  • [x] Environment
    • [x] Dynamo.Version
    • [x] System.CPUs
    • [x] System.MachineName
    • [x] System.Memory
    • [x] System.UserName
    • [x] System.Version
  • [x] Geometry.Abstract.BoundingBox
    • [x] BoundingBox.PerimeterCurvesByNormal
    • [x] BoundingBox.PerimeterCurvesOnPlane
    • [x] BoundingBox.FromBoundingBoxes
    • [x] BoundingBox.Properties
  • [x] Geometry.Abstract.Plane
    • [x] Plane.ByBestFitFromFace
    • [x] Plane.ByFirst3Points
    • [x] Plane.IsCoplanarWithPlane
  • [x] Geometry.Abstract.Vector.Actions
    • [x] Vector.CardinalDirection
    • [x] Vector.CorrectOrientation
    • [x] Vector.IntersectWithPlane #422
    • [x] Vector.IntersectWithVector
    • [x] Vector.PruneDuplicates
  • [x] Geometry.Abstract.Vector.Create
    • [x] Vector.XAxisNegative
    • [x] Vector.YAxisNegative
    • [x] Vector.ZAxisNegative
    • [x] AngleBisector.ByPoints
    • [x] XYZAxis.ByTwoVectors
    • [x] XYZAxis.FromVector
  • [x] Geometry.Abstract.Vector.Query
    • [x] Vector.AltitudeAndAzimuth
    • [x] Vector.Average
    • [x] Vector.IsInPlane
    • [x] Vector.IsOrthogonalToVector
    • [x] Vector.IsParallelToPlane
  • [x] Geometry.Curves
    • [x] Curve.ClosedLoopThroughPoints
  • [ ] Geometry.Meshes
    • [ ] Mesh.IntersectWithPlane
    • [ ] Mesh.FaceVertices
  • [x] Geometry.Modifiers
    • [x] Geometry.ClosestTo
    • [x] Geometry.FurthestFrom
  • [x] Geometry.Points.Point
    • [x] Point.CentralProjectionOnFace
    • [x] Point.CentralProjectionOnPlane
    • [x] Point.RoundDownToPrecision
    • [x] Point.RoundToPrecision
    • [x] Point.RoundUpToPrecision
    • [x] Point.Average
    • [x] Point.IsOutOfPlane
  • [x] Geometry.Points.PointSequence
    • [x] PointSequence.AccumulatedDistance
    • [x] PointSequence.ContainsOutOfPlanePoints
    • [x] PointSequence.GreatestDistanceToPoint
    • [x] PointSequences.ShortestPath
  • [x] Geometry.Points.UV
    • [x] UV.PruneDuplicates
    • [x] UV.RoundDownToPrecision
    • [x] UV.RoundToPrecision
    • [x] UV.RoundUpToPrecision
    • [x] UV.Swap
    • [x] UV.ByXY
    • [x] UV.Average
  • [x] Geometry.Shapes.Buckyball
    • [x] Buckyball.ByOriginAndRadius #420
  • [x] Geometry.Solids
    • [x] Solid.ByUnion+
  • [x] Geometry.Surfaces
    • [x] Surface.FilterByOrientation #419
    • [x] Surface.IsPlanar
  • [x] Geometry.Tesselation.ConvexHull
    • [x] ConvexHull.2DbyUV
  • [ ] Geometry.Tesselation.Paneling.Grid
    • [ ] Grid.InvertAndMirrorNormalizedValues
    • [ ] Grid.FromFace
  • [ ] Geometry.Tesselation.Paneling.Pattern.Hexagonal
    • [ ] Pattern.Hexagonal
  • [ ] Geometry.Tesselation.Paneling.Pattern.Quadrilateral
    • [ ] Pattern.Quadrilateral
  • [ ] Geometry.Tesselation.Paneling.Pattern.Quadrilateral2byX
    • [ ] Pattern.Quadrilateral2byX
  • [ ] Geometry.Tesselation.Paneling.Pattern.QuadrilateralAlternatingRows
    • [ ] Pattern.QuadrilateralAlternatingRows
  • [ ] Geometry.Tesselation.Paneling.Pattern.QuadrilateralCheckerboard
    • [ ] Pattern.QuadrilateralCheckerboard
  • [ ] Geometry.Tesselation.Paneling.Pattern.TriangularFlatDiagonal
    • [ ] Pattern.TriangularFlatDiagonal
  • [ ] Geometry.Tesselation.Paneling.Pattern.TriangularFlatMirrored
    • [ ] Pattern.TriangularFlatMirrored
  • [x] ImportExport.Clipboard
    • [x] Clipboard.SendTo
    • [x] Clipboard.GetFrom
  • [ ] ImportExport.CustomNode
    • [ ] CustomNode.Properties #423
  • [x] ImportExport.Data
    • [x] Data.ExportCSV+
    • [x] Data.ImportCSV+
  • [x] ImportExport.FileSystem
    • [x] FileSystem.FileCreated
    • [x] FileSystem.FileLastAccessed
    • [x] FileSystem.FileLastModified
    • [x] FileSystem.FileSize
  • [x] Input.DateTime
    • [x] DateTime.IsEarlier
    • [x] DateTime.IsLater
    • [x] DateTime.CalendarWeek
  • [x] Input.Object
    • [x] Object.Members
    • [x] Object.MembersByName
  • [x] Input.TimeSpan
    • [x] TimeSpan.LapTime
    • [x] TimeSpan.EvaluateLapTimes
  • [ ] List.Generate
    • [ ] AlphabeticalSequence.ByNumber
    • [ ] FibonacciSequence.FromList
    • [ ] FibonacciSequence.FromValues
    • [ ] List.WithLeadingZeroes
    • [ ] NormalizedSequence.ByFunction
    • [ ] NormalizedSequence.ByNumber
    • [ ] RandomList.AsElements
    • [ ] RandomList.AsIntegers
    • [ ] TurnIntoList
  • [x] List.Inspect
    • [x] Booleans.AnyFalse
    • [x] Booleans.AnyTrue
    • [x] Booleans.CountBlocks #425
    • [x] List.CountOccurences
    • [x] List.IsNotEmpty
  • [x] List.Match
    • [x] List.EqualSublistLengths
  • [x] List.Modify
    • [x] List.Chop+
    • [x] List.DropLastItem
    • [x] List.FilterBySublistLength
    • [x] List.ReplaceEmptyLists
    • [x] List.ReplaceItemAtIndex+
    • [x] List.ReplaceNull
  • [x] List.Organize
    • [x] List.GroupListOfListsByKey
    • [x] List.JoinByKey
    • [x] List.MatchWithKeyValues
    • [x] List.SortListOfLists
  • [x] Math.Formulas
    • [x] Angle.ByAngleSum
    • [x] Angle.ByLawOfCosines
    • [x] Angle.ByLawOfSines
    • [x] Angle.ExteriorAngle
    • [x] Triangle.CathetusByPythagoras
    • [x] Triangle.HypotenuseByPythagoras
    • [x] Triangle.OppositeSideByLawOfCosines
    • [x] Triangle.SideByLawOfSines
    • [x] Triangle.SolveByPoints
  • [x] Math.Functions
    • [x] +1
    • [x] -1
    • [x] CardinalDirectionFromAngle
    • [x] Normalization.InvertNormalized
    • [x] Normalization.Normalize
    • [x] Normalization.NormalizeRange
    • [x] Normalization.ScaleNormalized
    • [x] Rounding.Ceiling+
    • [x] Rounding.Floor+
    • [x] Rounding.Round+
    • [x] AlmostZero #424
  • [x] Math.Graphs
    • [x] PathGraph.AllPaths
    • [x] PathGraph.ShortestPath
  • [x] Math.Tests
    • [x] IsEvenNumber
    • [x] IsMultipleOf
    • [x] IsOddNumber
    • [x] IsSimilar
  • [ ] Revit.Application.Application
    • [ ] Application.BasicFileInfo
    • [ ] Application.Version
  • [ ] Revit.Application.Document.Actions
    • [ ] Document.AddLink
    • [ ] Document.LoadFamily
    • [ ] Document.SaveAs
    • [ ] Document.SetComputeVolumes
  • [ ] Revit.Application.Document.Query
    • [ ] Document.ActiveViewFromCurrentDocument
    • [ ] Document.BuiltInCategories
    • [ ] Document.BuiltInParameters
    • [ ] Document.ComputeVolumes
    • [ ] Document.ContainsElementsOfCategory
    • [ ] Document.Default3DView
    • [ ] Document.ElementClasses
    • [ ] Document.PerformanceAdviserRules
    • [ ] Document.Phases
    • [ ] Document.ProjectInfo
    • [ ] Document.ProjectParameters
    • [ ] Document.ProjectParametersByCategory
    • [ ] Document.ProjectPosition
    • [ ] Document.StartingView
    • [ ] Document.Views
  • [ ] Revit.Application.FamilyDocument
    • [ ] FamilyDocument.CurrentFamilyType
    • [ ] FamilyDocument.FamilyParameters
    • [ ] FamilyDocument.FamilyTypes
    • [ ] FamilyDocument.Properties
  • [ ] Revit.Application.SharedParameterFile
    • [ ] SharedParameterFile.Parse
  • [ ] Revit.Conversion
    • [ ] Color.ToDynamoColor
    • [ ] BoundingBox.FromDynamoBoundingBox
    • [ ] Color.FromDynamoColor
  • [ ] Revit.Elements.AngularDimension
    • [ ] AngularDimension.ByElements
  • [ ] Revit.Elements.Array
    • [ ] Array.AssociatedFamilyParameter
    • [ ] Array.GroupType
  • [ ] Revit.Elements.Assembly
    • [ ] Assembly.AddMembers
    • [ ] Assembly.Disassemble
    • [ ] Assembly.RemoveMembers
    • [ ] Assembly.FromElements
    • [ ] Assembly.Members
    • [ ] Element.Assembly
  • [ ] Revit.Elements.Category
    • [ ] Category.ResetMaterial
    • [ ] Category.SetMaterial
    • [ ] Category.Material
    • [ ] Category.Subcategories
    • [ ] Category.Type
  • [ ] Revit.Elements.CurtainPanel
    • [ ] CurtainPanel.HostPanel
    • [ ] CurtainPanel.IsPhantomPanel
    • [ ] Element.CurtainGridLines
    • [ ] Element.Panels
  • [ ] Revit.Elements.DesignOption
    • [ ] Document.DesignOptions
    • [ ] DesignOption.DesignOptionSet
    • [ ] DesignOption.IsPrimary
    • [ ] Element.DesignOption
  • [ ] Revit.Elements.DetailComponent
    • [ ] DetailComponent.ByCurve
  • [ ] Revit.Elements.DetailCurve
    • [ ] DetailCurve.ByCurve+
  • [ ] Revit.Elements.Dimension
    • [ ] Dimension.SetType
    • [ ] Dimension.AssociatedFamilyParameter
    • [ ] Dimension.ReferencedElements
  • [ ] Revit.Elements.DirectShape
    • [ ] DirectShape.FromRevitGeometry
  • [ ] Revit.Elements.DividedSurface.Actions
    • [ ] DividedSurface.AddIntersect
    • [ ] DividedSurface.HorizontalIntersectsByEndpoints
    • [ ] DividedSurface.HorizontalIntersectsByEndpointsAndFunction
    • [ ] DividedSurface.VerticalIntersectsByEndpoints
    • [ ] DividedSurface.VerticalIntersectsByEndpointsAndFunction
  • [ ] Revit.Elements.DividedSurface.Query
    • [ ] DividedSurface.EvaluateGridNodes
  • [ ] Revit.Elements.Element.Actions
    • [ ] Element.CopyByVector
    • [ ] Element.CopyToLevel
    • [ ] Element.CutGeometry
    • [ ] Element.JoinGeometry
    • [ ] Element.Mirror
    • [ ] Element.MoveToPoint
    • [ ] Element.SetMaterialParameterByCategory
    • [ ] Element.SetName
    • [ ] Element.SetSubCategory
    • [ ] Element.SetType
  • [ ] Revit.Elements.Element.Query
    • [ ] Element.AllInstances
    • [ ] Element.AllInstancesAtLevel
    • [ ] Element.AllViewDependentInstances
    • [ ] Element.Category+
    • [ ] Element.ContainsTransparentMaterials
    • [ ] Element.DependentElements
    • [ ] Element.ElementType+
    • [ ] Element.ElevationOfHostLevel
    • [ ] Element.ExternalFileReferencePath
    • [ ] Element.Geometry+
    • [ ] Element.Host+
    • [ ] Element.ID+
    • [ ] Element.Inserts
    • [ ] Element.IsOfCategory
    • [ ] Element.IsRelatedToMass
    • [ ] Element.Level
    • [ ] Element.Location+
    • [ ] Element.Materials+
    • [ ] Element.Name+
    • [ ] Element.OwnerView
    • [ ] Element.ParameterExists
    • [ ] Element.Phases
    • [ ] Element.SubComponents
    • [ ] Element.SuperComponent
  • [ ] Revit.Elements.ElevationMarker
    • [ ] ElevationMarker.Views
  • [ ] Revit.Elements.Enum
    • [ ] Document.Enums
    • [ ] Enum.Values
  • [ ] Revit.Elements.Family
    • [ ] Family.HasRoomCalculationPoint
    • [ ] Family.HostingBehavior
    • [ ] Family.IsEditable
    • [ ] Family.IsInPlace
    • [ ] Family.PlacementType
    • [ ] Family.Types+
  • [ ] Revit.Elements.FamilyInstance.Actions
    • [ ] FamilyInstance.AddCoping
    • [ ] FamilyInstance.FlipFacingOrientation
    • [ ] FamilyInstance.FlipFromToRoom
    • [ ] FamilyInstance.FlipHandOrientation
    • [ ] FamilyInstance.RemoveCoping
    • [ ] FamilyInstance.SetLevel
  • [ ] Revit.Elements.FamilyInstance.Create
    • [ ] FamilyInstance.ByCurve
    • [ ] FamilyInstance.ByPointInView
  • [ ] Revit.Elements.FamilyInstance.Query
    • [ ] FamilyInstance.CopingElements
    • [ ] FamilyInstance.HandOrientation
    • [ ] FamilyInstance.IsMirrored
  • [ ] Revit.Elements.FamilyParameter
    • [ ] FamilyParameter.MakeInstance
    • [ ] FamilyParameter.MakeType
    • [ ] FamilyParameter.SetFormula
    • [ ] Element.AssociatedFamilyParameters
    • [ ] FamilyParameter.GetValueByFamilyType
    • [ ] FamilyParameter.Properties
  • [ ] Revit.Elements.FamilyType
    • [ ] FamilyType.Duplicate
    • [ ] FamilyType.SetCompoundLayerMaterial
    • [ ] FamilyType.SetCompoundLayerWidth
    • [ ] FamilyType.CompoundStructureHasVariableLayer
    • [ ] FamilyType.CompoundStructureLayers
    • [ ] FamilyType.FamilyName
    • [ ] FamilyType.Function
  • [ ] Revit.Elements.FilledRegionType
    • [ ] FilledRegionType.FillPatterns
  • [ ] Revit.Elements.FillPatternElement
    • [ ] FillPatternElement.IsSolidFill
  • [ ] Revit.Elements.Floor
    • [ ] Floor.ResetSlabShape
    • [ ] Floor.SlabShapeByPoints
    • [ ] Floor.SlabShapeHasBeenModified
  • [ ] Revit.Elements.FootingType
    • [ ] FootingType.BreaksAtInserts
  • [ ] Revit.Elements.GenericForm
    • [ ] GenericForm.IsSolid
  • [ ] Revit.Elements.Grid
    • [ ] Grid.Plane
  • [ ] Revit.Elements.Group
    • [ ] Group.Ungroup
    • [ ] Group.FromElements
    • [ ] Element.Group
    • [ ] Group.IsMirrored
    • [ ] Group.Members
    • [ ] GroupType.Groups
  • [ ] Revit.Elements.ImportInstance
    • [ ] ImportInstance.IsLinked
  • [ ] Revit.Elements.Level
    • [ ] Level.Plane
    • [ ] Level.Views
  • [ ] Revit.Elements.MassFloor
    • [ ] MassFloor.Mass
  • [ ] Revit.Elements.Material
    • [ ] Material.Duplicate
    • [ ] Material.Assets
  • [ ] Revit.Elements.ModelCurve
    • [ ] AreaSeparator.FromCurve
    • [ ] RoomSeparator.FromCurve
    • [ ] SpaceSeparator.FromCurve
    • [ ] ModelCurve.Type
  • [ ] Revit.Elements.ParameterElement
    • [ ] ParameterElement.SetAllowVaryBetweenGroups
  • [ ] Revit.Elements.ParameterFilterElement
    • [ ] ParameterFilterElement.FilterRuleString
    • [ ] ParameterFilterElement.Parameters
  • [ ] Revit.Elements.Part
    • [ ] Part.SourceElement
  • [ ] Revit.Elements.Railing
    • [ ] Railing.ByPathTypeAndLevel
  • [ ] Revit.Elements.RevisionCloud
    • [ ] RevisionCloud.FromElements
  • [ ] Revit.Elements.RevitLinkType
    • [ ] RevitLinkType.Reload
    • [ ] RevitLinkType.Unload
    • [ ] RevitLinkType.AttachmentType
    • [ ] RevitLinkType.IsNested
    • [ ] RevitLinkType.PathType
  • [ ] Revit.Elements.Roof
    • [ ] Element.ResetSlabShape
    • [ ] Element.SlabShapeByPoints
    • [ ] Element.SlabShapeHasBeenModified
    • [ ] Roof.CreationMethod
    • [ ] Roof.Kind
  • [ ] Revit.Elements.Room
    • [ ] Room.UnplacedByNameAndNumber
    • [ ] Door.Rooms
    • [ ] Element.Area
    • [ ] Room.Boundaries
    • [ ] Room.Doors
    • [ ] Room.Finishes
    • [ ] Room.InsertsOfBoundaries
    • [ ] Room.InsertsOfBoundariesByCategory
    • [ ] Room.State
    • [ ] Room.Windows
    • [ ] Window.Rooms
  • [ ] Revit.Elements.RoomSequence
    • [ ] RoomSequence.ToDoorSequence
  • [ ] Revit.Elements.RoomTag
    • [ ] RoomTag.SetType
    • [ ] RoomTag.Room
    • [ ] RoomTag.IsInRoom
  • [ ] Revit.Elements.Schema
    • [ ] Document.Schemas
    • [ ] Element.ExtensibleStorageData
    • [ ] Schema.Fields
    • [ ] Schema.Properties
    • [ ] SchemaField.Properties
  • [ ] Revit.Elements.SharedParameterElement
    • [ ] SharedParameterElement.GUID
  • [ ] Revit.Elements.SpotCoordinate
    • [ ] SpotCoordinate.ByPoint
  • [ ] Revit.Elements.SpotElevation
    • [ ] SpotElevation.ByPoint
  • [ ] Revit.Elements.StructuralFoundation
    • [ ] StructuralFoundation.Kind
  • [ ] Revit.Elements.Subcategory
    • [ ] Subcategory.ByName
  • [ ] Revit.Elements.TextElement
    • [ ] TextElement.SetText
    • [ ] TextElement.Text
  • [ ] Revit.Elements.Topography
    • [ ] Topography.IntersectionWithPlane
    • [ ] Topography.IsSubregion
  • [ ] Revit.Elements.Wall.Actions
    • [ ] Wall.Flip
  • [ ] Revit.Elements.Wall.Query
    • [ ] Wall.CreationMethod
    • [ ] Wall.Orientation
  • [ ] Revit.Elements.WallType
    • [ ] WallType.Kind
  • [ ] Revit.Elements.Workset
    • [ ] Document.SynchronizeWithCentral
    • [ ] Document.IsWorkshared
    • [ ] Document.Worksets
    • [ ] Element.SetWorkset
    • [ ] Element.Workset
    • [ ] Workset.Kind
  • [ ] Revit.Selection
    • [ ] Element.FromDynamoSurface
    • [ ] RevitFace.FromDynamoSurface
    • [ ] RevitFaceReference.FromDynamoSurface
    • [ ] All Elements Of Category+
    • [ ] All Elements Of Class+
    • [ ] All Elements of Family Type+
    • [ ] All Families Of Category
    • [ ] All Family Types Of Category
    • [ ] All Intersecting Elements Of Category By BoundingBox
    • [ ] All Intersecting Elements Of Category By Vector
    • [ ] All Placed Family Types of Category
    • [ ] All View-Dependent Family Instances Of Category
    • [ ] SelectionSet.ByElements
    • [ ] Elements.FilterByName
    • [ ] Elements.FilterByParameterValueAndCondition
    • [ ] BuiltInCategory.ByName
    • [ ] BuiltInParameter.ByName
    • [ ] Element.ByID
    • [ ] ElementClass.ByName
    • [ ] Room.AtPointInPhase
    • [ ] SelectionSet.Elements
  • [ ] Revit.Units
    • [ ] Document.UnitTypes
    • [ ] DisplayUnit.ToInternalUnit
    • [ ] InternalUnit.ToDisplayUnit
    • [ ] UnitType.DisplayUnitType
  • [ ] Revit.Views.PerspectiveView
    • [ ] PerspectiveView.OrientToEyeAndTargetPosition
  • [ ] Revit.Views.PlanView
    • [ ] PlanView.Underlay
  • [ ] Revit.Views.Schedule
    • [ ] Schedule.Fields
    • [ ] Schedule.KeyScheduleParameterName
    • [ ] ScheduleField.Parameter
    • [ ] ScheduleField.Type
  • [ ] Revit.Views.Sheet
    • [ ] Sheet.PlaceholderByNumberAndName
    • [ ] Sheet.Scale
    • [ ] Sheet.Schedules
  • [ ] Revit.Views.View.Actions
    • [ ] View.ConvertTemporaryHideIsolateToPermanent
    • [ ] View.ConvertToIndependent
    • [ ] View.DisableTemporaryHideIsolate
    • [ ] View.Duplicate
    • [ ] View.DuplicateAsDependent
    • [ ] View.DuplicateWithDetailing
    • [ ] View.OverrideElementTransparency
    • [ ] View.PermanentlyIsolateCategory
    • [ ] View.PermanentlyIsolateElement
    • [ ] View.ResetElementOverrides
    • [ ] View.ResizeCropBox
    • [ ] View.SetDesignOption
    • [ ] View.SetDetailLevel
    • [ ] View.SetPhase
    • [ ] View.SetSolarStudyActiveFrameNumber
    • [ ] View.TemporarilyIsolateCategory
    • [ ] View.TemporarilyIsolateElement
  • [ ] Revit.Views.View.Query
    • [ ] View.CategoryIsVisible
    • [ ] View.DependentViews
    • [ ] View.DetailLevel
    • [ ] View.Direction
    • [ ] View.IsPerspective
    • [ ] View.IsViewTemplate+
    • [ ] View.Phase
    • [ ] View.Plane
    • [ ] View.PrimaryView
    • [ ] View.Scale
    • [ ] View.SolarStudyTotalFrames
    • [ ] View.Type
    • [ ] View.UsesViewFilters
    • [ ] View.ViewTemplate
  • [ ] Revit.Views.View3D
    • [ ] View3D.SetSectionBox
    • [ ] View3D.IsLocked
  • [ ] Revit.Views.ViewSheetSet
    • [ ] ViewSheetSet.Views
  • [x] Script.ControlFlow
    • [x] Passthrough
    • [x] ReturnListOrSingleValue
    • [x] ScopeIf+
    • [x] Switch
  • [x] String.Generate
    • [x] Binary.ToBooleans
    • [x] Binary.ToDecimal
    • [x] Character.ToNumber
    • [x] Hex.ToDecimal
    • [x] Morse.ToAlphanumeric
    • [x] Binary.FromBooleans
    • [x] Binary.FromDecimal
    • [x] Character.FromNumber
    • [x] Hex.FromDecimal
    • [x] Morse.FromAlphanumeric
  • [x] String.Inspect
    • [x] Regex.ContainsRegularExpression
    • [x] Regex.FindRegularExpression
    • [x] Regex.StartsWithRegularExpression
    • [x] VersionNumber.Compare
  • [x] String.Modify
    • [x] Regex.ReplaceRegularExpression
    • [x] Regex.SplitByRegularExpression
    • [x] String.Explode
    • [x] String.Replace+
    • [x] String.ReplaceIllegalFilenameCharacters
    • [x] String.ReplaceIllegalRevitCharacters
    • [x] String.ReplaceMultiple

andydandy74 avatar Apr 02 '24 12:04 andydandy74