본문 바로가기
GH Python/튜토리얼

그래스호퍼 파이썬 공부 자료 | rhinoscriptsyntax

by 한동주 2022. 3. 9.
반응형

 

이 글에서는 그래스호퍼 파이썬 공부 자료에 대해서 다룹니다.


 

rhinoscriptsyntax API docs

https://developer.rhino3d.com/api/RhinoScriptSyntax/

 

rhinoscriptsyntax

 

developer.rhino3d.com

 

rhinoscriptsyntax는 파이썬에서 사용할 수 있는 그래스호퍼 api입니다. 사용 방법이 무척 간단하여 코딩을 배운 지 얼마 되지 않은 디자이너 분들도 부담 없이 사용 가능합니다. 이 사이트에서 모든 함수에 대한 설명을 볼 수 있습니다.

 

rhinocommon API docs

https://developer.rhino3d.com/api/RhinoCommon

 

RhinoCommon API - Redirect

RhinoCommon API - Redirect If you are not redirected automatically, follow this link to the default topic.

developer.rhino3d.com

 

rhinocommon은 파이썬 보다는 C#과 Visual Basic에서 사용하기 좋은 API이지만 파이썬에서도 사용이 가능합니다. rhinoscriptsyntax 보다 좀 더 로우 레벨로 기능하여 데이터를 더 자유롭게 다룰 수 있습니다.

 

 

Nature Of Code Tutorials for Python in Grasshopper

https://youtube.com/playlist?list=PL5Up_u-XkWgP7nB7XIevMTyBCZ7pvLBGP 

 

"Nature Of Code" Tutorials for Python in Grasshopper

Loosely translating "Nature of Code" by Daniel Shiffman into Python in Grasshopper for Rhino 3d.

www.youtube.com

 

다니엘 쉬프만(Daniel Shiffman)의 저서인 "Nature Of Code"를 그래스호퍼 파이썬에서 구현한 강의입니다. Nature Of Code는 자연계의 법칙인 벡터 ,물리와 같은 것을 코딩으로 구현하는 법을 다루는 책입니다. 따라서 해당 책을 그래스호퍼 파이썬에서 구현한 이 강의를 통해 그래스호퍼에서 벡터, 중력, 진동 등을 만드는 법을 배울 수 있습니다.

반응형

댓글