scottd
(Scott Davidson)
7
This will do it. By adding the element to a scriptcontext creates a Guiid:
import rhinoscriptsyntax as rs
import scriptcontext as sc
for i in x:
id = sc.doc.Objects.Add(i)
a = rs.Area(id)
print(a)
There is a lot of theories on this: