Design Journal Entry - Module 4

Part 1 1. I created an arc-shaped wall surface: ◦ I added sliders to adjust the arc's radius, starting angle, ending angle, and wall height. ◦ I drew an arc curve on the base plane. ◦ I extruded the arc curve vertically to form a wall at the specified height. 2. I panelized the wall surface: ◦ I configured the u and V parameters to create a grid of square-like panels. ◦ I used the Lunchbox Panel.PanelQuad node to divide the surface into rectangular panels. ◦ I created formulas to adjust u and V values, ensuring the grid adapts to the arc length and wall height, maintaining square panel shapes. ◦ If using Dynamo, I utilized adaptive panels (like Rect Seamless Panel-4pt) to model wall panels in Revit. 3. I read an image and sampled the data: ◦ I placed an image file in the same directory as the main graph. ◦ I read the image data and sampled its colors. ◦ I used the same u and V values to directly map the image data to the wall panels. 4. I applied sampled colors to the panels: ◦ I mapped the sampled color values to the wall panels using a predefined workflow.※

image