First time here? Check out the Help page!
1 | initial version |
David, it is as if the exterior_surface_constructions object disappears after I create it. As I just went through the code again, it became obvious that:
exterior_surface_constructions = exterior_surface_constructions.setName(exterior_surface_constructions_name)
is wrong and replaces the object with its name, while:
exterior_surface_constructions.setName(exterior_surface_constructions_name)
is correct and leaves the object intact. Sorry for having been so dense and causing unnecessary trouble. I think I need to take a break from measure writing for day or two.