Welcome Guest ( Log In)

 
Reply to this topicStart new topic

Outline · [ Standard ] · Linear+

> Modeling a Coil

Doug Pidgen
post Jan 10 2002, 06:11 PM
Post #1


Block
*

Group: Community Members
Posts: 25
Joined: 16-November 01
From: Fort Erie, Ontario, Canada.
Member No.: 499



Here are a couple of good questions for you folks in designing!!
1. How do you model a coil?
2. How do you then determine the length of this coil?

Examples are a coiled up garden hose or a spring coil as in a watch. I used the Helix Tool with a variable radius from say 24" to 12" with 12 coils and a diameter of .750". I couldn't put a zero pitch height so that the coil would be on the same plane, but it would except a pitch of .0001".

A second problem I encountered with the Helix Tool was the part rendering setting had to be quite low, around 10. If the rendering was set higher (which is usually the default setting) it would not render. At this low setting it displays the part very coarse looking.

CAD/CAM Programming
aero-safe technologies inc.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Paul Velder
post Jan 11 2002, 01:10 AM
Post #2


Cylinder
**

Group: Expired
Posts: 37
Joined: 1-November 01
Member No.: 461



I am getting close. using an exel sheet.
i am working uot het glitches.
should be a cool tool when done.

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Bill Thompson
post Jan 11 2002, 07:09 PM
Post #3


Block
*

Group: Expired
Posts: 12
Joined: 23-August 04
Member No.: 18



With the new 3D Curve/Sweep, you can import 3d points to generate a 3D BSpline Curve. 3D Curves can be swept to produce solid geometry and can be queried for their length (3D Curve Property Page).

The hard part is generating the 3D points to import. It looks like Paul is working on this? Once you have determined the mathematical equation used to calculate the points, you can generate a set of points using a spreadsheet. Saving the points as a tab delimited file will then give you the final product to import into IronCAD.

John Ohanian
IronCAD Development
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Doug Pidgen
post Jan 15 2002, 04:13 PM
Post #4


Block
*

Group: Community Members
Posts: 25
Joined: 16-November 01
From: Fort Erie, Ontario, Canada.
Member No.: 499



Thanks for the tip John. I have taken a look at the 3D Curve feature and have
figured out a way of making the 24" rad. coiled hose that I proposed as an
example previously.

It is a three step process to achieve the final product. As John had mentioned earlier, the difficult part is making a 3D Guide Curve to be used for sweeping the 3/4" dia. circle along, using the Sweep Shape tool.

Ok, here goes!! The first step is using the Sweep Shape tool and constructing a 2D Guide Curve by specifing Circular Arc and defining 180 deg. arcs from 24" rad. to 12" rad., all with the same center point (I deleted the default arc, and used the origin of the drawing area for the arcs). I then joined the ends and the start points of these arcs with a second set of arcs. This produced the coil from 24" to 12". Next, I swept a square shape around this coil, after using the Triball to position the square so that the outside of the finished solid would be the 24" rad.

Step Two: Producing a 3D Guide Curve using the 3D Curve Shape tool, from the solid produced in step 1. Select Insert Arc in the 3D Curve Tool, and in the same manner above, construct 180 deg. arcs starting at the outside of the solid,while initially holding the shift key (the curves will be produced perpendicular to the surface without the shift key).
This 3D Curve can be queried for it's length.

Step Three: Using the Sweep Shape tool once again, pick the newly created 3D Curve as the 3D Guide Curve and sweep a 3/4" dia. circle. Use the Triball to position the circle so that the outside is tangent to the 3D curve. Andddd....like magic, it is done!!! biggrin.gifbiggrin.gifbiggrin.gif

I hope you are able to follow my explanation. I have also attached an .ics file with the three elements decribed above.
After practicing a few times to become familiar with the tools, I was able to make this part in about 20 mins. Not bad for an amateur! Right??biggrin.gif

Paul, how is the excel project coming? I am curious to see how it will work.

Attached File(s)
Attached File  24 inch coil.ics ( 465k ) Number of downloads: 202
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Paul Velder
post Jan 16 2002, 10:07 AM
Post #5


Cylinder
**

Group: Expired
Posts: 37
Joined: 1-November 01
Member No.: 461



i' am still on it. but i'am quite bussy. (need to get some work done here aswell smile.gif ).

thing is IronCAD does not like more than 100 coordinates for my 3d spline.
and i had about 30000 so i'am trying to cut back on that

by the way the name of the curve u want to use is an arcemedean spiral
i am using that formula in my exel sheet
combined with the formula for anormal spiral

i'll keep u all posted

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Werner Schappacher
post Jan 21 2002, 07:11 PM
Post #6


Unregistered









I just tried to create a spiral.

Calculating the points with excel was the easy part.
(using arcemedean spiral)
I used excel to get af first preview.



After impoting the points to IC i get the following lines.



I have no idea how to avoid this points beside the lines which makes the spiral look so bad.
I calculated the points each 15°; 30°; 45°.......
There must be some trick i don't know.

Werner
Go to the top of the page
+Quote Post
Bill Thompson
post Jan 25 2002, 05:03 PM
Post #7


Block
*

Group: Expired
Posts: 12
Joined: 23-August 04
Member No.: 18



Here are some results I got from the 3D Curve import. These spirals have 1000 imported points. I used the Archimedean spiral equation (polar) and then translated it into x,y,z coordinates. The equation is:

Radius = a * Angle ^ (1/n) where a and n are constants

n=1 is a Archimedes' spiral (what I used)
n=2 is a Fermat's spiral
n=-1 is a Hyperbolic spiral
n=-2 is a Lituus

(Refresher) To translate polar coordinates to cartesian (x,y,z) use the following equations:

x = radius * cos(angle)
y = radius * sin(angle)

The first one is just a flat spiral, the second is the same spiral with an incremental increase in the z direction.



I found that I could also successfully import 2000 points, but at 10000 and 5000 the ACIS and Parasolid Faceter failed (might be complexity or sheer number of points, not sure).

John Ohanian
IronCAD Development
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Rick Dorrington
post Jan 25 2002, 09:40 PM
Post #8


Sphere
****

Group: Community Members
Posts: 289
Joined: 24-October 01
From: Earth (Most of the time)
Member No.: 368



Very Cool.

Question:

Is the spiral spinning clockwise or counterclockwise?

Maybe we should start a poll.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Paul Velder
post Jan 29 2002, 01:59 PM
Post #9


Cylinder
**

Group: Expired
Posts: 37
Joined: 1-November 01
Member No.: 461



sorry I haven't had much time but i'll try to free some time in the weekend to
put things together

it would make a pretty neat tool

is there anyone that could make a vb application of it as soon as i have the excel sheet?

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
svangeldern
post Jan 29 2002, 03:04 PM
Post #10


Polygon
***

Group: Community Members
Posts: 229
Joined: 24-October 01
From: Rowayton, CT
Member No.: 209



Rick,


It seems to me that the rotating spiral is somehow linked to the blinking
of my eyes as it changes direction with every blink. I wonder if IC could
code the orbit tool to be "linked to my blink" as well?

Steve

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Adrian Rideout
post Jan 29 2002, 03:59 PM
Post #11


Block
*

Group: Community Members
Posts: 21
Joined: 16-November 01
From: Fort Erie Ontario Canada
Member No.: 500



The spiral is definitely, Yes definitely spinning counter clockwise. I think? Or is it?..... It is verry hypnotic.....whats that.... I can hear voices.......they are saying. Vote... Vote... Yes vote for the space ball. (he he he biggrin.gif).

Anyway having studied the spiral for a little while in my opinion it is rotating counter clockwise. That is if you consider the spiral to have a fixed pitch and linear increasing radius. But if you are of the appinion that the pitch , angle and radii are constantly changing as it rotates, it could be rotating clockwise.

Maybe we can start a spiral poll?


Adrian Rideout Programmer
aero-safe technologies inc.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Bill Thompson
post Jan 29 2002, 04:22 PM
Post #12


Block
*

Group: Expired
Posts: 12
Joined: 23-August 04
Member No.: 18



If you were looking down on the spiral from above (top view), it is rotating counter clockwise. You can tell by the decrease/increase of size of the outer ring as it spins due to perspective rendering (it also helps that I made the model). Yes you can assume that the spiral is rigid, and not changing its geometry in any way while it's spinning.

John Ohanian
IronCAD Development
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
dhovatter
post Jan 29 2002, 07:02 PM
Post #13


Sphere
****

Group: Community Members
Posts: 311
Joined: 24-October 01
From: Suwanee Geogia
Member No.: 131



Right click on the spinning Coil and save the .gif file and take it into correl draw or whatever and you can look at it frame by frame.
Dallas
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Reply to this topicTopic OptionsStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
 

All content copyright IronCAD 2000-2008 Low-Bandwidth View Time is now: 19th May 2013 - 10:21 PM