Mobile app version of vmapp.org
Login or Join
Moriarity648

: Adobe Illustrator: Creating an helix Can someone help me create a spiral (helix) similar to the one shown in the image? How might this be done except from drawing the curves perfectly by hand?

@Moriarity648

Posted in: #AdobeIllustrator

Can someone help me create a spiral (helix) similar to the one shown in the image? How might this be done except from drawing the curves perfectly by hand?



I achieved the desired result, but very painstakingly by drawing everything from hand. See the pictures below. To specify my question: Is there a simpler way to draw a shape similar to this?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Moriarity648

2 Comments

Sorted by latest first Latest Oldest Best

 

@Vandalay110

I have made a tool that (jooGraphFunction) allows you to graph mathematical functions as curves. As part of the documentation, there is a example of how to do this as well as instructions on how to run scripts.

I will summarize the script briefly here for sake of completeness and posterity should my bitbucket account go under or change too much. The parametric function for a circle is

cos(t)
sin(t)


You will want to squish that equation a bit to make it look as if seen from side. Or you can use orthographic projection in which case the equation becomes:

0.86605 * cos(t) - 0.86605 * sin(t)
-0.5 * cos(t) - 0.5 * sin(t)


Then add variables for size and just slide it upwards as much as you like for a final equation of:

0.86605 * radius *cos(t) - 0.86605 * radius * sin(t)
-0.5 * radius* cos(t) - 0.5 * radius* sin(t) + pitch*t


inject this in the script dialog. Other projections are possible. Then adjust the max range to get the desired length of spiral.



Image 1: Spirals with different pitch.

The benefit of graphing is that you can do arbitrarily complex shapes and once you have the formula its easy to repeat it over and over again. Off course you can develop more complex formulas.



Image 2: A few simple extension to the previous helix for inspiration.

10% popularity Vote Up Vote Down


 

@Twilah924

1) Begin by cutting an oval in half,



2) Duplicate this curve and move it down as far as you'd like,
(some guides might help keep everything even)



3) Draw an oval which meets in the middle with the center two ends of the previous curves and cut it in half as well,



4) Copy and paste the curves from steps 2 and 3 to achieve the desired length.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme