I’m using the surface.addBoundary
node from the Camber package in Dynamo to add multiple polygon boundaries to a surface. However, when I input a list of polygons, the node adds each boundary one by one and rebuilds the surface every time, which causes the script to lag and run slowly. Is there a way to add all the boundaries at once (in batch) and set them all as ‘Show’ type, so that the surface rebuilds only once after all boundaries are added?
Without changing the functionality of the package, there isn’t a way to add all the boundaries as one entry to the definition.
You could set the Auto Rebuild to off before adding the boundaries and then turn it back on after you’re done. That would solve the rebuild delays.