You started a
Generative Design study, but no outcomes display in the Explore Outcomes dialog.
After you start a study, the process to generate outcomes can take some time, depending on the number of outcomes or generations to be created. The study is complete when the Explore Outcomes dialog displays a green checkmark next to the study name.
When the study shows no outcomes, try the following:
- In the Explore Outcomes dialog, select a study that indicates that at least one generation is complete. This information is displayed in the left pane under the study name.
- In the Explore Outcomes dialog, for a scatter plot make sure that the X and Y axes (as well as color and size) are set to the desired settings, and that they make sense for your study.
- If you received a graph from another person, make sure that they also send you its Dependencies folder. See
Add a Study Type.
- For the
Dynamo author:
- If the
Dynamo graph uses custom nodes, make sure they are copied to one or both of the following locations:
- C:\Users\<username>\AppData\Roaming\Dynamo\Dynamo Core\<dynamo_release>\definitions
- C:\Users\<username>\AppData\Roaming\Dynamo\Dynamo Revit\<dynamo_release>\definitions
- If you're using
Dynamo for Revit, see if the graph returns results when it's run in the
Dynamo Sandbox, for example, using the Data.Remember node.
- If your outputs are correctly configured in the
Dynamo graph but are not listed in the
Generative Design in Revit user interface, you may be using lists that are not yet supported by
Generative Design. To work around this issue, morph the list data into a scalar value by using the List.Flatten node or a Code Block node (for example, "x=l[0]" in a Code Block node).