Experiments with wrapping Robbie van Leeuwen's section-properties library in a json API, using rhino3dm and WinPython.
This current version will ONLY work on a 64 bit Windows installation running Rhino 6.
The included folder WPy64 contains a standalone python environment downloaded from WinPython.io and populated with the required modules to run section-properties correctly. You should not need python installed on your system. If you already have python installed and want to run this tool using your local installation then that's totally possible. Check out Robbie's site to explain the modules you will need, then you need to change 1 line of code in the provided grasshopper script. A comment in that script tells you what to do.
The code is minimal and contained within grasshopper c# components and the app_local.py file. Please feel free to fork this repo, modify and improve (as honestly James has hacked this together with very little concern for neatness)
IMPORTANT - the folder WPy64 needs to stay in the same directory as app_local.py (unless you decide to explictly change the code yourself to modify this requirement)

