chbergmann / CurvedShapesWorkbench

FreeCAD Workbench for creating 3D shapes from 2D curves
GNU Lesser General Public License v3.0
58 stars 10 forks source link

CurvedArray - twist working incorrectly #28

Closed Shkolik closed 5 months ago

Shkolik commented 6 months ago

Tried to create wing with Curved array tool. By my design wing should have twist, but property "Twist" on stated tool just rotates whole array instead twisting it.

Without twist: image

With twist applied: image

PS: Curved Path Array works fine, but it less suitable for my task.

Sample file: curvedshapes_twist.zip

chbergmann commented 5 months ago

I fixed it.

Shkolik commented 5 months ago

Still same error: image

`OS: Windows 11 build 22631 Word size of FreeCAD: 64-bit Version: 0.22.0dev.36391 (Git) Build type: Release Branch: main Hash: 52fffaf50ef8facea2ecfde23d6f1a7d3ad3d80c Python 3.10.13, Qt 5.15.8, Coin 4.0.2, Vtk 9.2.6, OCC 7.6.3 Locale: English/United States (en_US) Installed mods:

chbergmann commented 5 months ago

sorry, there was still something wrong. Please update the workbench again.

Shkolik commented 5 months ago

Now it's working! Thanks for your effort.