meshmash / Plankton

A C# half-edge mesh data structure, and components for using this in Grasshopper/Rhino
http://meshmash.github.io/Plankton
GNU Lesser General Public License v3.0
216 stars 66 forks source link

PlanktonGh does not import #20

Closed pearswj closed 6 years ago

pearswj commented 10 years ago

Whilst loading Plankton into a C# script component...

Import failed for 'C:\Users\wpear\Documents\GitHub\Plankton\bin\Release\Plankton.gha': Method 'get_Boundingbox' in type 'PlanktonGh.GH_PlanktonMesh' from assembly 'PlanktonGh, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

Need to look into this further but I assume there's been an update to the IGH_Goo interface or something similar...