Hey!
I ran into a strange problem. Thank you for every advice.
Actually i want to create levels + floor/ceiling plans automatically.
The input is read from an excel (levelname+levelheight).
Input values got Object.Type = System.Double
Level.ByElevationAndName convert the input (elevation) into another value (constant deviation of +31.55 in my case for all level heights).
As a result, the levels are at the wrong height. How can I prevent this?
String.ToNumber correctly converts the heights to Double values (changed the separator before).