Perforated aluminum is a commonly used material. While proceeding with projects, we need to model perforated panels from time to time. Today's post covers automatic perforation generating script using grasshopper.
Prior to introducing the algorithm, there are three main types of perforation.
Square grid type | Regular triangular grid type | Right triangular grid type |
The Upper 3 diagram shows the most popular 3 gird types of perforation. In this post, we are going to talk about the first one, the square gird type.
(1) Step 1: Making surface considering offset from the original surface.
- User input value = Offest distance from panel edge
(2) Step 2: Making the grid that does not exceed the size of the panel, and align grid to the center.
- User input value = Pitch distance
(3) Step 3: Draw circles on the grid, finally split the original surface using circles.
- User input value = Perforation size (radius)
(4) Result and Full script
'Grasshopper' 카테고리의 다른 글
[그래스호퍼] 그래스호퍼 Anemone 아네모네 루프 사용하기 (1) | 2021.08.15 |
---|---|
[Grasshopper] Generating grid on a planar surface (0) | 2021.08.11 |
[LADYBUG] 라이노 그래스호퍼 - 일사량 Radiation 계산하기 2/3 (3) | 2021.06.01 |
[LADYBUG] 라이노 그래스호퍼 - 일사량 Radiation 계산하기 1/3 (0) | 2021.05.26 |
[LADYBUG] 라이노 그래스호퍼 레이디버그 - 기상 데이터 epw 파일 (3) | 2021.05.23 |