i have been tasked with trying to come up with a way that you could count the number of wall joints in a building and what type of joint. for example a corner, crossing or if there are any walls that are not connected.
Warning: IronPythonEvaluator.EvaluateIronPythonScript operation failed.
Traceback (most recent call last):
File “<string>”, line 43, in <module>
File “<string>”, line 27, in ProcessList
File “<string>”, line 27, in <lambda$40>
NameError: global name ‘_func’ is not defined
thank you for your help through this it is much appreceated as im new to dynamo and never touched python before.
it seemes to be working ( to a degree)
my output seems to be giving the same reading far all the walls, am i mis understanding it or have i made an error some where please see the images below…
It seems like all of the walls will have that condition unless you specifically change it. Try using the wall join tool and modify one or two conditions. Then re-fresh the Dynamo definition and see if it also refreshed. When that happens it means that all walls have a default value assigned at creation and then it is only changed when wall join is modified manually. Remember that revit will automatically join walls unless specifically asked not to do so.
Try that and let me know if the definition is responding. If it is, then definition is not a problem. If its not then i can see if there are mistakes in it.