Skip to content

Instantly share code, notes, and snippets.

View katakurashohei's full-sized avatar

Shohei Katakura katakurashohei

View GitHub Profile
protected override void SolveInstance(IGH_DataAccess DA)
{
List<Brep> InputBreps = new List<Brep>();
string SavePath = null;
bool On = false;
DA.GetDataList(0, InputBreps);
DA.GetData(1, ref SavePath);
DA.GetData(2, ref On);