Get Origin of a family, how?

haha… …the blind chicken :slight_smile:

elem = UnwrapElement(IN[0])

x = elem.Location.Point.X
y = elem.Location.Point.Y
z = elem.Location.Point.Z

OUT = x,y,z

How could be some list-comprehantions?

KR

Andreas