Twist tower example using mesh piping in python
Download GH file
License: CC BY
본 파일은 자유롭게 사용, 수정 및 재배포가 가능하며 상업적 이용도 허용됩니다. 단, 활용 시 반드시 출처를 표기해 주시기 바랍니다.
©. PlusPlastic Inc. all rights reserved.
License: CC BY
You are free to share, copy, and redistribute the material in any medium or format, and to adapt/build upon it for any purpose, even commercially, as long as you give appropriate credit to the original creator.
©. PlusPlastic Inc. all rights reserved.
이 예제는 간단한 트위스트 타워 형태를 만드는 방법을 다룹니다.
아주 간단한 파이썬(Python) 코드를 사용하며,
일반적인 Pipe 대신 Mesh Pipe를 삼각형 서피스나 Extrusion(돌출) 대신 Mesh Face와 Mesh Offset을 사용하여 지오메트리를 빠르게 생성할 수 있습니다.
In this basic example, you can create a simple twist tower shape.
You can rapidly generate geometry using simple Python code,
replacing standard pipes with Mesh Pipe, and traditional surfaces or extrusions with Mesh Face and Mesh Offset.