Hello all,
I’ve built a geometry on rhino that I would like now to construct in grasshopper, so I can retrieve data like angles between surfaces etc. I want to know how should I organize the object in grasshopper to get the data . . .thanks!
Looks like a triangle mesh, so why not reference your geometry (no offsets) as one in Grasshopper?
I did, I’m looking for a code/plugin that will help me retrieve data like angles between surfaces etc.
Hi,
in this case you may need FF connectivity (faces at face). Then you can calculate the angle between the faces normals.
Be sure that all faces are orientated out- or innward.
Cheers,
Raul