I want to fillet the corners of the square with 0.2mm for the blue group and 0.5mm for the yellow group.
If you fillet two places at a time, it will fail, so I fillet one place at a time, but is there a way to fillet two places at the same time?
Also, I displayed the number at the control point, but the number does not match the place I want to fillet.
If anyone knows, please let me know.
Hi, thereâs a difference between parameter t and points. The parameter describes a sort of length or position on the curve. This can be pretty negative and extended lengths. however, you can reparameterize it, which sets the position interval to â0 To 1â. This means by using parameter 0.5 youâll end up exactly in the middle of the curve.
You are displaying the points indexes of the curve and mixing the two values with little to no correlation brings confusion.
you just need to find the parameters (which I did with a c# node, as I donât know how to do it without c#) and plugged them to the fillet node to have the exact position on where to fillet. The non-multiline data panel has the corresponding radii.
Your main problem was that once the curve is filleted, it changes the curve, so you canât rely on values based on the old curve, so you theoretically would need to re-analyse it before making the next fillet.
Oh, youâre right, I missed that one. however the explanation is still correct. I hope he still can learn the difference between t and P0.
this fillet node finally seems pretty counter intuitive to me. Heâll have to stick with either @seghierkhaled s or your solution then.
or this one, but it is ugly 2min code that only works for polylines: re_recFillet2.gh (6.9 KB)
Iâm confident that the Anemone loop algorithm I posted yesterday is correct. However, as evident esp. in version âbâ, the loop isnât âtriggeredâ when the list of radii changes. Here are two ways to fix that:
Connect the list of radii to the âTâ (Trigger) input of âClassicâ Loop Start so when the list changes, the loop is triggered. Also, a âResetâ Button can be wired to trigger the loop manually.
Replace âClassicâ Loop Start/End components with âFastâ versions, which have no âTâ input but seem to trigger themselves automatically. Iâm a little surprised it works without passing the list of radii through the Anemone âStart/Endâ components but it does.
Itâs great to have such a useful plugin!
Itâs very concise and easy to understand.
Thank you for letting me know how to apply it in version b.
I learned a lot.
I love Anemone. Be careful, though, about over-using it if you are new to GH. The âGrasshopper Wayâ of working with lists and data trees is very powerful. Iâve seen many cases where Anemone was used when it wasnât necessary.
Thank you for teaching me carefully.
I didnât realize that the curve deformation changed the control points.
I learned a lot. I also want to learn C#.
Iâm new to grasshopper and still donât understand the basics.
After learning the basics, I would like to install various plug-ins.
Thank you for your kindness to teach me.
Thank you for teaching us such a wonderful program.
Itâs amazing how you can freely change the values of complex shapes like this without using plug-ins!
There were many components that I had never used before, and I learned a lot.
Your program is very easy to understand.
I would like to continue studying.
Thank you for your kindness.