Element.Setlocation has "null" output

Hi Everyone,

im currently facing an issue in my script where im trying to set the elements location by coordinates.

I filter by the correct pit type and use the node Element.setlocation but it gives me a null output.

Does anybody have an idea on how to fix this? i assume the issue is in the geometry input?

Hi @niels.van.hove maybe because your family is a list and point is not


Sadly, no :confused:

does it move anyway i guess the output from set loacation is “void”

there is a new point in my 3D view, but the instance is still where it originally was.

allright not sure then

okay so weird. i changed the location a few times but didnt put it on split screen. so ony checked after i entered differen coordinates.

but it actually does change location the output is just “null”.

Note to self. use split screen when using dynamo lol

if you want the element as output you could try geniusloci ex. for output element

tried it again without the list.create node.

this was the issue. thanks

ill check that out! thanks