pearswj / Plankton

A C# half-edge mesh data structure, and components for using this in Grasshopper/Rhino
GNU Lesser General Public License v3.0
4 stars 1 forks source link

Plankton "data conversion" from C# lib #6

Closed adrier closed 7 years ago

adrier commented 7 years ago

Hi Will,

I am writing you here because I have an issue with the C# library. I wrote about it here: http://www.grasshopper3d.com/forum/topics/plankton-data-conversion I tried to install several versions of Plankton, even tried those from the MeshEdit package but can not solve the issue regarding exporting a planktonmesh from a C# component to the Deconstruct PlanktonMesh GH component.

My GH definition is uploaded on the GH forum. Please let me know if you need more information.

Thank you

Adrien

pearswj commented 7 years ago

Hi Adrien,

I experienced the same bug as you. I'll add it to the McNeel issue tracker...

For the sake of getting the script to work, I tried converting it to Python... The problem went away!

Example_Adjacent_Face_1_py.gh.zip

-- Will

Dan-Piker commented 7 years ago

Hi Adrien,

Have you tried turning off the COFF option in GrasshopperDeveloperSettings?

Dan

On 9 Aug 2017 2:41 pm, "Adrien Rigobello" notifications@github.com wrote:

Hi Will,

I am writing you here because I have an issue with the C# library. I wrote about it here: http://www.grasshopper3d.com/ forum/topics/plankton-data-conversion I tried to install several versions of Plankton, even tried those from the MeshEdit package but can not solve the issue regarding exporting a planktonmesh from a C# component to the Deconstruct PlanktonMesh GH component.

My GH definition is uploaded on the GH forum. Please let me know if you need more information.

Thank you

Adrien

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pearswj/Plankton/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLCGJLCzGpl0bbWi4Jtq64LVC-I31gaks5sWbb5gaJpZM4OyGFO .

pearswj commented 7 years ago

Have you tried turning off the COFF option in GrasshopperDeveloperSettings?

I just tested this and, after restarting Rhino, it works!

adrier commented 7 years ago

I works here too! Thank you Dan, and thanks Will for the Python conversion!