Hi, I’m trying to get all the elements on the model, organize them by level and create one solid for each level, but I’m having issues with the lists and Solid.ByUnion node.
Does anyone know what I’m missing?
List.Clean with preserveIndices will actually retain any nulls in the list and still give you errors down the line. You want preserveIndices to be false so that any null indices or empty lists are completely removed. Try that and then reply with any remaining errors.