Error uploading file

Hello
I’ve been trying to uplad a gh definition, but only certain meshes are visible on shapediver
Can anyone help me to understand what’s wrong

regards
mario

phonr.gh (668.8 KB)

My apologies for the late answer. I opened your definition in Rhino and then uploaded it to ShapeDiver and I get identical results in both environments.

In Grasshopper, your initial Offset Curve component fails to produce results because it is missing a plane input:


If I provide the world XY plane as input, the definition seems to work properly.

I would also consider it risky to provide a hardcoded negative offset because the curve orientation might depend on rhino versions. It is always a good idea to do a sanity check of the outputs when doing this type of operations.

I hope that helps.