What's new

spiral (or any other arbitrary) hole pattern

Jasper

Member
I know how to create circular and linear hole patterns, but how would I create a hole pattern that follows a spiral? (and by that I mean a flat spiral - all holes start on the same plane)

Thanks,
PJ
 

Jasper

Member
can't post anything because I can't draw it. That's what I'm asking. A flat Archimedean spiral, in polar coord R = b(theta).
 
PJasper said:
That's what I'm asking. A flat Archimedean spiral, in polar coord R = b(theta).
And how would you define the hole spacing along that spiral? This sounds like a job for WizoScript! You could calculate and place a series of Reference Points on your plane and then use the Coincident Point constraint to locate your holes. [Sorry, WizoScript does not (yet) have access to the Hole Tool.]
 

bigseb

Alibre Super User
I believe Moi can do this. Not at my PC right now so I can't confirm but I check and post back later...
 

Jasper

Member
bigseb said:
I believe Moi can do this. Not at my PC right now so I can't confirm but I check and post back later...

That would be great. I did turn to MoI out of desperation, and I was able to get a flat spiral (a polyline of some sort, not holes) ...but still trying to learn that interface and the sizing/manipulation of the spiral. Have not figured out how to get another shape, like the circles for holes, onto the spiral. I've never used MoI before so it's a slow go.
 

Oldbelt

Alibre Super User
KIS

Make a list with values and tap the result in.
The values can be calculated with Exel.

I do not understand why members of this board recommend use of other SW than Geomagic,
when the needed functionality is present.
 

Attachments

  • Spiral method.JPG
    Spiral method.JPG
    43 KB · Views: 27
  • Spiral holepattern (1).AD_PRT
    331 KB · Views: 9

bigseb

Alibre Super User
Oldbelt said:
KIS

Make a list with values and tap the result in.
The values can be calculated with Exel.

I do not understand why members of this board recommend use of other SW than Geomagic,
when the needed functionality is present.
Not everyone uses Excel, Oldbelt. So that's not always an option. Secondly working out an XY co-ordinate for every single ppoint is time consuming, particularly when the guide curve changes. Its often just easier using another software to do that. Time is money, after all.
 

TylerDurden

Alibre Super User
Not too hard to do using GD and Inkscape, using the Pattern along Path extension. A spline is placed on a spiral path, the number of nodes can be preset on the spline and stretched to fit the spiral, or a set distance between nodes can be repeated to fit the spiral.



Arbitrary shapes are done in a similar fashion:


(Both of the above have 129 nodes.)

After the nodes are in the part workspace, holes can be set at each node using project to sketch and the hole tool.

Maybe not as fast and easy as other methods.

Edit: the figures in Inkscape are saved as DXF and opened in GD, copied from the drawing workspace into a sketch in the part workspace.
 

Attachments

  • spiral1.png
    spiral1.png
    152.9 KB · Views: 23
  • Bunny1.png
    Bunny1.png
    127.5 KB · Views: 13

JST

Alibre Super User
So far the assumption has been that the holes are evenly spaced along the spiral.

Is that so? Or are they located by angle?

That would make a difference in how they are calculated.
 

bemfarmer

Senior Member
There are two Archimedean spiral scripts written for Moi.
The equations are fairly easy, so Excel could be used, or a WizoScript made, by those familiar with the latter two programs.
Polar coordinates are involved, and polar to Cartesian is easy.

- Brian
 

Oldbelt

Alibre Super User
Bigsep.
I used the form "Direct Entry" for Sketch points.
Polar / absolute values :distance and angle.
No need for cartesian input as Brian said.
Distance = a + b*Angle.
Simpel pocket calc. or exel.
 
Top