Assembly Challenge: hypnotic geometric thing

Discussion about the development of the Assembly workbench.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
Zolko
Veteran
Posts: 2213
Joined: Mon Dec 17, 2018 10:02 am

Re: Assembly Challenge: hypnotic geometric thing

Post by Zolko »

Zolko wrote: Mon Mar 04, 2019 1:50 pm And here is the assembly using your sketch as base (with Asm4):
and here are the assembly files. You can animate with:

Code: Select all

for angle in range( 0, 361, 1 ):
	App.activeDocument().LCS_rot.AttachmentOffset = App.Placement( App.Vector(25,0,0), App.Rotation( App.Vector(0,0,1), angle ) )
	App.activeDocument().recompute()
	FreeCADGui.updateGui()
Attachments
Hypnotic.zip
(131.46 KiB) Downloaded 69 times
try the Assembly4 workbench for FreCAD — tutorials here and here
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Assembly Challenge: hypnotic geometric thing

Post by Kunda1 »

Should we add some of these examples to the upcoming release content (changelog? or video reel ?)
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Assembly Challenge: hypnotic geometric thing

Post by uwestoehr »

kbwbe wrote: Thu Feb 28, 2019 10:38 pm and now without sketcher but with A2plus...
Here is an interactive solution: https://wiki.freecadweb.org/A2plus_Work ... pt_Example
Post Reply