Generative Design Node Issues

How to resolve the generative design output Watch node issues below:

image

Dynamo Graph:

Can’t see from the image you posted as it’s zoomed too far out to read, but it looks like you might have lists with only one value in them for those outputs. Add a List.FirstItem or otherwise remove the data from the lists and see if that resolves the issue.

Hi Jacob,

Here is a a better image. The output is via the Watch nodes that have generated issues.

The first three watch nodes in your last image all contain a list with one item in it.

Adding a List.GetItemAtIndex, List.FirstItem, Math.Sum, or code block with indexing before your watch node should resolve the issue.

Thanks Jacob. Using the List.FirstItem node resolved the graph issues :+1:

1 Like