Is there ay way to scale 1d with fillet curve,is there any way to define the direction
scale_1d.gh (5.0 KB)
Is there ay way to scale 1d with fillet curve,is there any way to define the direction
You want to deform the base curve before filleting the corners, as they would not be radial after a scale1d…
I’m generating curves from a surface, and I’m attempting to scale these curves in a specific direction. However, since I’ve filleted the base curve, scaling it in one dimension doesn’t seem to work. Could you please verify this?
Don’t fillet the base curve
Alternatively generate a rectangular outline of the base shape without the radius, scale 1d, then apply the radius.
Hey thanks that worked