11월, 2024의 게시물 표시

Generative Design in Dynamo Issues and Troubleshoot (case 01_null and geometry)

이미지
  Geometric errors are sometimes encountered when running Generative Designs, in which case extracting less than 50% is a problem. Open the [Open in Dynamo] error file and check the error area, and resolve the cause of the error.  Most of the shape errors are the occurrence of null values. When the geometry imparts a change using various slide or variable values, an unexpected geometry error occurs.   The reason for the error in the image is that the surface is so small that the error occurs in the next spatial array automatic node, Python Script. Separate Polysurface into Explode nodes, and use the node to remove the small surface to eliminate the error. The problem that occurs below 50% has been corrected with 100% result extraction. There was a situation in which only 50% or less of the results of Generative Design were generated and the rest were not generated.  In this case, null information would have occurred at the node performing the shape creation. First, l...