Finding Node

Hi All

can someone tell where can i find those 2 nodes..

i am not quite understand how to find node if we need it like those one?

Appricaite your help

Thank you

These have been renamed. You can tell this as any time a node is renamed the little blue dot shows up in the upper right.

The Icon is always static in a particular release which can help identify the original name if you’re rebuilding from an image. In thise case though the give away is the display of the node - the many rows which are being numbered, // proceeding green text, and rows ending with a ; producing an output… These are code blocks.

Code blocks allow you to write scripts authored using DesignScript directly in the node to produce custom outputs. The can be found via library search, or you can double click on the canvas to place one.

hi Jacob

thanks for the comment..

originaly ..the script pretty much like that

i intent to put Mech Scedule equipment from Excell sheet into each family ..in this case is VAV..

so i got that image from freind …that’s why i intent to make the script …

so how i know what node that i should use ti get data from Column and Row in Excell sheet

or perhaps just column?

Thanks again