hello,
i am trying to model a floor by curves… somehow it works for curves created directly through dynamo,.. but i need them extracted by an ifc.
for this i got the linked elements from the walls, created the boundary lines and joined them to a single outline.. but this does not work for me… as soon as i connect the orange lines dynamo freeezes ..
you haven’t connected the input for “outline” in the top node.
yes i know thats the problem,… as soon as i do this dynamo freezes for a hour or longer.. for creating a floor out of 4lines?
Are you in automatic run mode? If so it may be that another node on canvas is offscreen which is causing Dynamo to refresh it’s data as documents update. All Elements of Category is a common cause here. When the document changes that node always updates, which causes it to send new data onto the next node(s) which eventually causes your floor to be built again (even with element binding on as you’d have here).
Try switching to ‘manual’ if you’re in auto. If you’re already in manual, this is one of those things where people need a dataset to help - provide a simplified RVT and DYN which allows reproducing the issue and the larger community will help out as we can.
okay yes, so it works in manual mode - thank you 
1 Like