BIMtopia
/CEE 120C/220C Parametric Design & Optimization | Spring 2026
CEE 120C/220C Parametric Design & Optimization | Spring 2026
/
🚫
CEE 120C/220C - For the Teaching Team Use Only
/
All Design Journal Entries | Spring 2026
/
2026 Design Journal Entries | Spring 2026
/
Valerie Hope

Valerie Hope

Journal Entry For
Module 2 - Laws of Attraction
ACC Folder Link
https://acc.autodesk.com/build/files/projects/ef862b37-e023-4ef6-8ec3-3615621538bf?folderUrn=urn%3Aadsk.wipprod%3Afs.folder%3Aco.oQThNVPGTKuZyfkFvRhYPQ&viewModel=detail&moduleId=folders
Link to Student
Hope, Valerie L
Files & media
  1. Walk in the Park
image

For this modeling approach, I took the steps outlined in the problem statement and adjusted previously developed code for using attractor logic, as detailed in the Module 2 videos. Particularly, I thought about the reasonable ranges for the input values, such as increasing the lower limit on the grid point spacing to prevent long run times of the model. I also made the attractor point only applicable within the geometry of the park, even though hypothetically the attractor point could expand beyond the confines of the model itself. I then grouped and labelled the steps according to the problem statement, as shown below.

image
  1. Eliminate the Echo
image

The creation of this model involved three major steps, with the first being based on creating a rectangular grid of cylinders. I approached this by following the steps in the class then adding in a division function to compute the proper radius for the cylinders. I also used the same size for the x and y extents of the grid markings to ensure symmetrical cylinders. Next, I made an attractor point and then followed the steps to find the cylinder height. The most confusing part about this was determining the maximum distance from the distance function, but I accomplished this by sorting the list, reversing the list order, and taking the first item on this reversed list, which would be the maximum distance from the distance function mentioned earlier.

image