Good morning,
I am working on a simple rule and I would like to use the attributes from the .gdb file, some of them work and some are gray out[ATTACH=CONFIG]28438[/ATTACH]
here is the rule (I am not a programmer)
attr height = 0
attr species = ""
attr diameter = 0
Lot-->
s(diameter/2,height,diameter/2)
i("Tree.obj")
The "species" attr get transferred to the attributes, but "diameter" and "height" don't
I would like to shape the .obj file base on the attributes
Lukasz