Hi everyone,
I am trying to create some solids given a list of points.
My idea is to use the 4 points of each list to create a polycurve and then the solid. This has to be repeated per each list of points.
This is the geometry of the solid that I need
Do you have any idea? I guess some node it’s needed between List.Chop and the polycurve creation.
Thanks
I would wire the points into the polycurve.bypoints node, then fillet the shape.
https://dictionary.dynamobim.com/#/Geometry/PolyCurve/Action/Fillet
If I get what you said, it’s something that I did but the result is not correct: seems it’s taking different point in the creation of the polycurves
Can you post your graph and dataset?
I’m sorry but It was a problem of data input.
Now that one is solved but I still have problem on the fillet polycurve.
I can see just couple of geometry that are fillet, for example here:
How can I manage it?
Thanks