cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

How to create coil (Mosquito) in creo

apatil-4
1-Newbie

How to create coil (Mosquito) in creo

Hi,

I'm Anil I want to know the how to create coil (Mosquito) in creo

1 ACCEPTED SOLUTION

Accepted Solutions

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)

View solution in original post

2 REPLIES 2

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)

Does last reply in this post answer your query?

Announcements
Business Continuity with Creo: Learn more about it here.

Top Tags