I have a problem that I need some help solving. I’m using sections placed along a curve, and then I use Sweep1 to create the geometry. The curve varies in the x, y, and z directions.
But if you place it next to the geometry without angled sections, you can see that the angled ones have a slightly different shape. See the images below:
It’s likely that the issue you are having arises from simplistic assumption that you can simply uniformly scale the angled profile. Too see this, compare the scaled angled profile with a profile that you get when you slice the geometry you created from perpendicular profiles at an angle. You will see that this section is not a simple scaling.
Thank you for your response. I’ve attached a Rhino file and a Grasshopper file here. I hope you have time to look at them. rotate_scale.3dm (46.0 KB) rotate_scale.gh (9.0 KB)