I am working on a building average grade script to capture the elevation along the corners of a building using a polyline to start. everything seems to work fine up to this point except the set elevation from surface. I am not sure why is not working. The feature line gets create and place on the drawing but when i check the elevations, everything is set to “0”.
The relElevation was not the issue. It was the boolean input for the includeintermediate. I thought it had a default (false) already set on this node like many other nodes that includes a default for a boolean. Thank you Kulkul. It works now.