haha… …the blind chicken
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
haha… …the blind chicken
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