Golden Spiral.

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
User avatar
quick61
Veteran
Posts: 3803
Joined: Sat Aug 24, 2013 2:49 am
Location: u.S.A.

Golden Spiral.

Post by quick61 »

Anyone know if there are any provisions in OCE/OCCT to construct a golden spiral? FreeCAD easily does linear spirals, but can that be set up to do a spiral based on the golden ratio? Nothing important, just curious. I know OpenSCAD can do it, and is used to create nautilus shells for 3D printing and such.

Mark

OS: Kubuntu 14.04.4 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.16.6703 (Git)
Build type: Release
Branch: releases/FreeCAD-0-16
Hash: 2ce5c8d2e3020d05005ed71f710e09e9aa561f40
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.18-dev

and

OS: Kubuntu 14.04.4 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.7989 (Git)
Build type: Release
Branch: master
Hash: 8051d32adc646a1580d43a38253fd5eddb3932e6
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
This post made with 0.0% Micro$oft products - GOT LINUX?
User avatar
DeepSOIC
Veteran
Posts: 7896
Joined: Fri Aug 29, 2014 12:45 am
Location: used to be Saint-Petersburg, Russia

Re: Golden Spiral.

Post by DeepSOIC »

I think what you ask for is called "logarithmic spiral", and a golden spiral is just a specific instance of it.

Macros can do it. Not sure about if OCC itself offers it...
User avatar
quick61
Veteran
Posts: 3803
Joined: Sat Aug 24, 2013 2:49 am
Location: u.S.A.

Re: Golden Spiral.

Post by quick61 »

DeepSOIC wrote:I think what you ask for is called "logarithmic spiral", and a golden spiral is just a specific instance of it.

Macros can do it. Not sure about if OCC itself offers it...
Thanks for the info. I'v seen the Macros. They will probably do.

Mark
This post made with 0.0% Micro$oft products - GOT LINUX?
mario52
Veteran
Posts: 4698
Joined: Wed May 16, 2012 2:13 pm

Re: Golden Spiral.

Post by mario52 »

hi
see the old post Logarithmic Spiral
Image

Image
mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
Post Reply