Skip to content

Instantly share code, notes, and snippets.

View cesandoval's full-sized avatar

Carlos Sandoval Olascoaga cesandoval

View GitHub Profile
@bengolder
bengolder / gist:3959792
Created October 26, 2012 16:37
Automating make2ds in rhino 5 using python
import random
import os
from rhinopythonscripts.LayerTools import *
from rhinopythonscripts.PickleTools import *
from rhinopythonscripts.IllustrationTools import *
from rhinopythonscripts.FileTools import *
from rhinopythonscripts.GeomTools import *
from scriptcontext import doc