technical memo

質問があったのでメモしておきます。ライノパイソンとGhPythonの主な違いについて

technical topics from last(kick start) session,
There was question about difference between using rhino-Python and using GhPython

Rhino-Python, command “EditPythonScript” and write your script on the editor..
You can run your python script and send command to Rhino directry. You will get the 3d model without preview.
http://am.d-xx.com/?p=67

GH-Python, command “grasshopper”, after launching, place Python component and write your script into the component.
You can preview the model until you “bake” it.
http://am.d-xx.com/?p=54

Comments are closed.