Asm4, animate a plane gives distorted sweep

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
IemandAnders
Posts: 14
Joined: Wed Apr 20, 2022 8:22 am

Asm4, animate a plane gives distorted sweep

Post by IemandAnders »

I try to animate the ring in this design. I made variable 'hoek' (angle) and I can move the plane with the Sweep path on it. But when I do that the Sweep result gets malformed.
What am I doing wrong?



fc_4_2.png
fc_4_2.png (300.38 KiB) Viewed 343 times
fc_4_1.png
fc_4_1.png (262.97 KiB) Viewed 343 times
luik.FCStd
(452.33 KiB) Downloaded 14 times

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 2023.131.26244 +5365 (Git)
Build type: Release
Branch: LinkDaily
Hash: 73c4ca254c5de8849d104973482e98399fb24863
Python version: 3.8.10
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.6.2
Locale: Dutch/Netherlands (nl_NL)
User avatar
Zolko
Veteran
Posts: 2213
Joined: Mon Dec 17, 2018 10:02 am

Re: Asm4, animate a plane gives distorted sweep

Post by Zolko »

What am I doing wrong?
that : ↓

IemandAnders wrote: Fri Mar 17, 2023 9:55 am I made variable 'hoek' (angle) and I can move the plane with the Sweep path on it
you should model your ring in a static manner, and move the AttachmentOffset angle of the LCS where the ring is attached-to
try the Assembly4 workbench for FreCAD — tutorials here and here
IemandAnders
Posts: 14
Joined: Wed Apr 20, 2022 8:22 am

[closed] Asm4, animate a plane gives distorted sweep

Post by IemandAnders »

Zolko wrote: Fri Mar 17, 2023 10:39 am
What am I doing wrong?
IemandAnders wrote: Fri Mar 17, 2023 9:55 am I made variable 'hoek' (angle) and I can move the plane with the Sweep path on it
you should model your ring in a static manner, and move the AttachmentOffset angle of the LCS where the ring is attached-to
Silly me. Thank you! And thank you for the great WB, works like a dream.
Post Reply