K2engineering with Zombie solver(K2)

Can you upload copy/paste just that one component? It might be a really early/dumb implementation with an easy fix.

Edit: Here’s the latest one I could find on my laptop (from Advances in Architectural Geometry 2016):

160907_K2_GHPython_CustomSolvers_02.gh (18.7 KB)

It’s probably not gonna make much of a difference though, but it’s worth a shot. Also, in Rhino 6 GHPython I’ve been referencing the KangarooSolver.dll (that now ships with Grasshopper) like so:

import Grasshopper as gh
import clr

clr.AddReferenceToFileAndPath(gh.Folders.PluginFolder + "Components\KangarooSolver.dll")
import KangarooSolver as ks

ps = ks.PhysicalSystem()