MatthiasKNU
Resource contributor
- Messages
- 962
- Country

Hi Arno, hi all other!
Is it possible, to read the len and wid attribute in the PointToPolygon-function directly from attributes?
Quick code example what I want to do:
I want to improve the creation of the autogen again, but Scenproc always tells me:
Thanks in advance!
Is it possible, to read the len and wid attribute in the PointToPolygon-function directly from attributes?
Quick code example what I want to do:
Code:
AddAttribute|buildtype="resid"|Double;LENG|RND(8,16)
AddAttribute|buildtype="resid"|Double;WIDT|RND(5,10)
AddAttribute|buildtype="indust"|Double;LENG|RND(16,32)
AddAttribute|buildtype="indust"|Double;WIDT|RND(10,20)
AddAttribute|buildtype="row"|Double;LENG|30
AddAttribute|buildtype="row"|Double;WIDT|8
PointToPolygon|code=1502|LENG;WIDT|HDG|Integer;code|1500
I want to improve the creation of the autogen again, but Scenproc always tells me:
10:11 PointToPolygon Error Attribute LENG is not a valid number
Thanks in advance!
