Dynamo List Usage Examples (based on v2.0)


You can see enlarged Images from both names and thumbnails


List


    Generate

         List Create
         Range
         Sequence
         Combinations
         Cycle
         Join
         OfRepeatedItem
         Permutations
         Empty

     Inspect

         AllFalse
         AllIndicesOf
         AllTrue
         Contains
         Count
         CountFalse
         CountTrue
         DiagonalLeft
         DiagonalRight
         Equals
         FirstIndexOf
         FirstItem
         GetItemAtIndex
         IndexOf
         IsEmpty
         IsHomogeneous
         IsRectangular
         IsUniformDepth
         LastItem
         MaximumItem
         MinimumItem
         Rank
         SetDifference
         SetIntersection
         SetUnion
         TrueForAll
         TrueForAny
         UniqueItems

     Match

         CartesianProduct
         Combine
         LaceLongest
         LaceShortest
         Map

     Modifiy

         AddItemToEnd
         AddItemToFront
         Chop
         Clean
         Deconstruct
         DropEveryNthItem
         DropItems
         Filters
         FilterByBoolMask
         Flatten
         Insert
         Reduce
         RemoveIfNot
         RemoveItemAtIndex
         ReplaceByCondition
         ReplaceItemAtIndex
         RestOfItems
         Scan
         Slice
         Sublists
         TakeEveryNthItem
         TakeItems

     Organize

          GroupByFunction
          GrouByKey
          MaximumItemByKey
          MinimumItemByKey
          NormalizeDepth
          Reorder
          Reverse
          ShiftIndices
          Shuffle
          Sort
          SortByFunction
          SortByKey
          SortIndexByValue
          Transpose


Create
Range
Sequence
Combinations
Cycle
Join
OfReapeatedItem
Permutations
Empty
AllFalse , AllTrue
AllIndicesOf
Contains
Count
CountFalse , CountTrue

DaigonalLeft , DiagonalRight


Equals
FirstIndexOf
FirstItem , LastItem
GetItemAtIndex
IndexOf
IsEmpty
IsHomogeneous
IsRectangular
IsUniformDepth
MaximumItem , MinimumItem
Rank
SetDefference
SetIntersection
SetUnion
TrueForAll
TrueForAny
UniqueItems
CartesianProduct
Combine
LaceLongest , LaceShortest
Map
AddItemToEnd , AddItemToFront
Chop
Clean
Deconstruct
DropEveryNthItem
DropItems
Filter
FilterByBoolMask
Flatten
Insert
Reduce
RemoveIfNot
RemoveItemAtIndex
ReplaceByCondition
ReplaceItemAtIndex
RestOfItems
Scan
Slice
Sublists
TakeEveryNthItem
TakeItems
GroupByFunction
GroupByKey
MaximumItemByKey , MinimumItemByKey
NormalizeDepth
Reorder
Reverse
ShiftIndices
Shuffle
Sort
SortByFunction
SortByKey
SortIndexByValue
Transpose

2 comments: