MSRChurch / LilyPad

A Grasshopper plug-in which generates principle stress lines for optimised plate and slab structures.
MIT License
0 stars 0 forks source link

Streamlines.PrincipalMesh genericparameter input not read #1

Open MSRChurch opened 4 months ago

MSRChurch commented 4 months ago

Streamlines.PrincipalMesh is set to genericparameter output and input to transfer data between components. Latest version of GH package results in an error in components trying to read the PrincipalMesh data. Look into "GH_ObjectWrapper Class" to fix this.

https://developer.rhino3d.com/api/grasshopper/html/T_Grasshopper_Kernel_Types_GH_ObjectWrapper.htm https://discourse.mcneel.com/t/datatypes-and-generic-data-component/140455/2

MSRChurch commented 4 months ago

Fraser has made a nice guide to this: https://frasergreenroyd.com/how-to-pass-custom-data-between-grasshopper-components/

MSRChurch commented 4 months ago

Issue seems to be intermittent