How to create coil (Mosquito) in creo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to create coil (Mosquito) in creo
- Labels:
-
Parametric
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Anil,
You can try creating a curve by equation for coil.
Sample equation is:
/* Diameter internal
d = 100
/* Pitch
p = 50
/* Number of Revolutions
r = 10
/* Height - Should be 0 for plane
h = 0
x = ((d/2 + p * r * t) * cos ((r * t) * 360))
y = ((d / 2 + p * r * t) * sin ((r * t) * 360))
z = t * h
There is a very good document for the same at Equations for Curves (and more)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Anil,
You can try creating a curve by equation for coil.
Sample equation is:
/* Diameter internal
d = 100
/* Pitch
p = 50
/* Number of Revolutions
r = 10
/* Height - Should be 0 for plane
h = 0
x = ((d/2 + p * r * t) * cos ((r * t) * 360))
y = ((d / 2 + p * r * t) * sin ((r * t) * 360))
z = t * h
There is a very good document for the same at Equations for Curves (and more)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Does last reply in this post answer your query?
![](/skins/images/695EE5AD3E567050FEDD72575855ED93/ptc_skin/images/icon_anonymous_message.png)