Placing a block object (Tree) to a coordinate points from Excel (PENZ)

Hi, i have a excel data that contain infromation about trees exsting along a road. The excel sheet consists of elevation (Z) , coordinates (X and Y) and the tree number §. I wanted to place assign block tree the given location ( as per teh excel) so far I have managed to do that but without the tree number. Tha means the trees are placed on the position but with out the name. Which command can i use to link the name from the excel . Thank you in advace.

How do you want the tree number to be assigned? Should it go in a block attribute, or just text in model space?

in block attribute

Use the BlockReference.SetAttributeByTag node and use the list of tree names as the input for the values.

1 Like

Hi @robel-lemma.yemanebr,

Is it possible to share the script you used here?