Skip to content

Instantly share code, notes, and snippets.

@jhorikawa
Created September 12, 2015 02:28
Show Gist options
  • Save jhorikawa/6d732ae42981ec1be490 to your computer and use it in GitHub Desktop.
Save jhorikawa/6d732ae42981ec1be490 to your computer and use it in GitHub Desktop.
Grasshopper / Pythonでライノオブジェクトをスクリプトでコントロールするための準備 ref: http://qiita.com/jhorikawa/items/827a83033083507bed91
sc.doc = Rhino.RhinoDoc.ActiveDoc
sc.doc = ghdoc
import scriptcontext as sc
sc.doc = ghdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment