Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello,
Is there some way to get a measured dimension (feature) into the model tree as a new column?
Thanks in advance
B.R.
T.
Solved! Go to Solution.
hi,
1. create measure feature (default name MEASURE_LENGTH_1)
2. add relation: len = length:fid_MEASURE_LENGTH_1
3. add column Model Params > LEN
regards,
gucio
hi,
1. create measure feature (default name MEASURE_LENGTH_1)
2. add relation: len = length:fid_MEASURE_LENGTH_1
3. add column Model Params > LEN
regards,
gucio
Great! Thanks a lot..