Hi! I wanted to know a way to convert 3D trees into circles on the C plane. My idea was to create a bounding box and inscribe a circle in the center of the base of the box. The trees all have different sizes, so ideally there would be 3 sizes of trees corresponding to different ranges of circle dimensions. For example, one type of circle for a radius x < 2, an intermediate one for a radius 2 < x < 4, and a large one for x > 4.
My idea was to create a bounding box and inscribe a circle in the center of the base of the box.
Why didn’t this work?
I’m just not good enogh with it ahah, not sure how to create those circles. And no idea how to use only 3 kind of circle for the dimensions ranges
Upload some code?
give me 5 minutes
Bit messy but maybe it helps you. I just extruded the circles so you can see what’s happening. Used the volume of the bounding box to create the groups.
treesort.gh (13.8 KB)