Dictionary In¶
Functionality¶
The node creates dictionary with costume keys and given data. It can be used for preparing data structure which is required for some nodes.
Category¶
Dictionary -> dictionary In
Inputs¶
—– - can be connected with any other output socket of any type (10 maximum connections)
Outputs¶
Dict - dictionary(ies)
Examples¶
Creating complex data structure:
Generator-> Plane
Generator-> NGon
Number-> List Input
Matrix-> Matrix In
Dictionary-> Dictionary Out
Text-> Stethoscope
Does not use the same keys:
Does not try join dictionaries with different keys, only keys of first dictionary in a list are taken in account:
Number-> A Number
Number-> Number Range
List->List Main-> List Join
Dictionary-> Dictionary Out