Thread for Screw Tutorial: Difference between revisions

From FreeCAD Documentation
(Left: invalid sweep generated by defining a very small pitch of the helix compared to the dimensions of the profile. Right: pitch that is sufficiently large and doesn't cause self-intersections.)
(Now you can proceed to add other primitives like Part Cylinders, or other shapes, in order to perform Part Unions and Part Cuts to finish building the screw. Subsections PartDesign and Part)
Line 108: Line 108:
== Method 3. Sweeping a vertical profile == <!--T:9-->
== Method 3. Sweeping a vertical profile == <!--T:9-->


=== General === <!--T:70-->
=== PartDesign === <!--T:70-->


<!--T:71-->
<!--T:71-->
Line 138: Line 138:
<translate>
<translate>
{{Caption|Left: helical coil fused to a central cylinder to form the body of the screw. Right: more features, a head and a tip, added to improve the shape of the screw.}}
{{Caption|Left: helical coil fused to a central cylinder to form the body of the screw. Right: more features, a head and a tip, added to improve the shape of the screw.}}

=== Part ===


<!--T:73-->
<!--T:73-->
Line 150: Line 152:


<!--T:10-->
<!--T:10-->
Now you can proceed to add {{Button|[[File:Part_Cylinder.svg|16px]] [[Part_Cylinder|Cylinders]]}} or other shapes to do {{Button|[[File:Part_Fuse.svg|16px]] [[Part_Union|Unions]]}} and {{Button|[[File:Part_Cut.svg|16px]] [[Part_Cut|Cuts]]}}.
Now you can proceed to add other primitives like {{Button|[[File:Part_Cylinder.svg|16px]] [[Part_Cylinder|Part Cylinders]]}}, or other shapes, in order to perform {{Button|[[File:Part_Fuse.svg|16px]] [[Part_Union|Part Unions]]}} and {{Button|[[File:Part_Cut.svg|16px]] [[Part_Cut|Part Cuts]]}} to finish building the screw.


</translate>
</translate>

Revision as of 23:11, 27 March 2020

Tutorial
Topic
Product design
Level
Advanced
Time to complete
60 minutes
Authors
DeepSOIC, Murdic, vocx
FreeCAD version
0.19
Example files
See also
None

Introduction

This tutorial is a collection of techniques to model screw threads in FreeCAD. It was updated to consider v0.19, but the overall process has been essentially the same since v0.14.

In traditional CAD systems modelling threads is discouraged, because it puts a big load on the modelling kernel, as well as on the rendering side. In most cases, a thread does not need to be represented exactly, as it can be indicated in a technical drawing when it is time to manufacture.

Thread shapes take a lot of memory, and having just one thread in a FreeCAD project can increase the file size significantly. However, with the popularization of additive manufacturing (3D printing), there is a real need to model threads, in order to print them exactly as designed. This is what this tutorial is for.

Many of the techniques presented here have been collected from different forum threads:

See also helpful videos:

Method 0. Obtain one from libraries of parts

Using models that other people have made is easy and saves time. See the external workbenches page for information on external tools.

In particular, two resources are recommended that can be installed from the Addon Manager:

  • Fasteners Workbech, to place parametric screws and washers that follow ISO standards. The screws and nuts by default don't show a thread, but this can be controlled with an option.
  • BOLTSFC, to place standards parts from the BOLTS library, which also follow ISO standards.

Method 1. Using macros (deprecated)

  • In the past, the Macro BOLTS was used to insert the parts from the BOLTS library. This is now deprecated. Use the BOLTSFC workbench instead.
  • In the past the stand-alone Screw Maker macro, by ulrich1a, was used to create individual bolts, screws, and washers. This is now deprecated. The Fasteners workbench, by shaise, includes the screw maker macro completely, together with a toolbar to select the right component.

Method 2. Fake threads: non-helical

In many cases we don't need real threads, we just need a visual indication that the threads will be there.

We can create a fake thread by using a non-helical path, for example by revolving a sawtooth profile, or by stacking discs with tapered edges. This fake thread is hard to tell apart from the real helical one by simple inspection. This method is good for visualizing a thread-like object, but it is not useful if we need to 3D-print an actual thread.

Left: simple bolt with a fake, non-helical thread. Right: simple bolt with a real helical thread.

Revolving sawtooth profile

  1. Click on PartDesign Body.
  2. Click on PartDesign New sketch. Select XZ_Plane.
  3. Draw a closed sketch with the required inner diameter 10 mm, outer diameter around 12.6 mm, pitch 3 mm, number of teeth 8, and total height 30 mm.
  4. Select the sketch, then click on PartDesign Revolution. Select Vertical sketch axis, and press OK.

Profile used to create the revolution that will simulate a thread.

Sectional view of the resulting non-helical thread produced by revolving the sawtooth profile around the vertical axis.

Stacking discs

  1. Repeat the first two steps from the previous section.
  2. Draw a closed sketch with the required inner diameter 10 mm, outer diameter around 12.6 mm, and pitch 3 mm, but draw only a single tooth of the sawtooth.
  3. Select the sketch, then click on PartDesign Revolution. Select Vertical sketch axis, and press OK.
  4. Select the Revolution, then click on PartDesign Linear pattern. Select Vertical sketch axis. For a fake thread with a pitch of 3 mm, set the Length to 3, and Occurrences to 2, then press OK. This will create two discs, one on top of the other.
  5. You can add more discs by increasing the value of Occurrences in the linear pattern, and by raising the Length, which is the total length of the fake thread.

The Length and Occurrences are related. If the length is too large, but the number of occurrences is not high enough, you will have disconnected discs, and the Body computation will fail, as the resulting object must always be a single contiguous solid. For example, to get a total height of 30 mm, set Length to 27 mm and Occurrences to 10.

If you wish, you may add a PartDesign Additive cylinder with a diameter equal to the inner diameter of the discs, and as high as the total thread height. This will join all discs into a single solid, thus guaranteeing that there will not be disconnected discs.

Profile used to create a revolved disc that will be used to simulate a thread.

Left: single disc created by revolution. Right: multiple discs placed in a linear pattern in the Z direction simulating a helical thread.

Method 3. Sweeping a vertical profile

PartDesign

A true thread consists of a closed profile sweeping a solid along a helical path.

  1. In the Part Workbench, click on Part Primitives to create a Part Helix. Give it the appropriate values for Pitch 3 mm, Height 23 mm, and Radius 10 mm.
  2. Move to the PartDesign Workbench, and click on PartDesign Body.
  3. Click on PartDesign New sketch. Select XZ_Plane.
  4. Draw a closed sketch with the required profile for the thread teeth, normally a triangular shape. In this case we will use a height of 2.9 mm, which is slightly smaller than the 3.0 mm pitch used for the helix path.
  5. Select the sketch, then click on PartDesign Additive pipe. In Path to sweep along, click on Object, and choose the helix object previously created. Then change Orientation mode to Frenet so that the profile sweeps the path without twisting; then press OK.
  6. When the dialog asks for a reference, choose Create cross-reference.
  7. The helical coil is created, but there is no central body or shaft.
  8. Click on PartDesign Additive cylinder with the appropriate Radius 10 mm and Height 29.9 mm to touch the rest of the helical thread and automatically fuse to it.
  9. Additional boolean operations are needed to shape up the abrupt ends of the coil. For example, you can use additive features to provide a head to the screw, and a tip.

Left: profile for a helical thread. Right: helical path that will be used to create a sweep.

Left: helical coil resulting from the sweep operation of the closed profile along the helical path. Right: sectional view of the coil produced from the sweep.

Left: helical coil fused to a central cylinder to form the body of the screw. Right: more features, a head and a tip, added to improve the shape of the screw.

Part

This process can also be done with the tools of the Part Workbench.

  1. In the Part Workbench, click on Part Primitives to create a Part Helix. Give it the appropriate values for Pitch 3 mm, Height 23 mm, and Radius 10 mm.
  2. In this case, you don't need a PartDesign Body. Switch to the Sketcher Workbench, then click Sketcher New sketch, and choose the global XZ plane.
  3. Then return to the Part Workbench, and use Part sweep.
  4. Select the appropriate sketch from Available profile and click the arrow to pass it to Selected profiles.
  5. Click Sweep path, and choose all edges of the existing helix in the 3D view. Click Done.
  6. Make sure to tick Create solid and Frenet. Obtaining a solid is the key to be able to perform Part Boolean operations with the resulting coil, otherwise only a surface will be produced.
  7. Click OK to exit the dialog and create the coil.

Now you can proceed to add other primitives like Part Cylinders, or other shapes, in order to perform Part Unions and Part Cuts to finish building the screw.

Creating a thread coil by sweeping a vertical profile, (1) the sketch profile, (2) the helical sweeping path, and (3) the result of the sweep.

Tips for success

  • Rule 1. When the profile sweeps the helix, the resulting solid must not self-intersect or touch, as it will be an invalid solid. Attempts to fuse it or cut it are very likely to fail.

Left: invalid sweep generated by defining a very small pitch of the helix compared to the dimensions of the profile. Right: pitch that is sufficiently large and doesn't cause self-intersections.

  • Rule 2. When a cylinder is added to mate with the thread, the cylinder wall must not have the exact inner radius of the sweep, as it is very likely to fail to fuse. In general, avoid geometry coincident to elements of the sweep, such as tangent faces, or edges tangent to faces they are not connected to. In order to produce a good boolean union, the sweep and the cylinder must intersect.

Left: the solid cylinder is tangent to the inner radius of the sweep, which may not fuse correctly to it. Right: the cylinder has a slightly larger radius, so the solids intersect, and the fusion is more likely to succeed.

  • Tip 1. The radius of the helix does not matter, unless the helix is tapered. All that matters is the pitch and the height of the helix. This means that you can use a generic helix to generate a number of threads with equal pitch. What determines the position of the resulting coil is the position of the profile sketch.
  • Tip 2. Keep it short, that is, with a low number of turns. Long threads tend to fail in boolean operations. If you need to add many turns, consider creating an initial short thread, and then using a Draft OrthoArray to duplicate the same pattern several times.
  • Tip 3. For 3D visualization and 3D printing it may be okay to leave the cylinder and the thread unfused, that is, with intersections between the two solids.

Pros and cons

  • very natural way of defining thread profile.
  • easy to understand.
  • no problems with mesh generation, unlike method 4.
  • due to invalidity of self-intersecting sweeps, it is next to impossible to generate a gapless thread, that is, with no cylindrical faces at the outer or inner sides of the thread.
  • boolean operations are required to obtain meaningful results; these take long time and fail often.
  • threads with high number of turns are problematic.

Method 4. Sweeping a horizontal profile

General

The idea is to sweep a horizontal cross-section of the thread along a helix. The main problem here is figuring out the profile to use to obtain such thread.

If one uses a circle as a horizontal profile (the circle has to be placed off the origin, that offset defines the depth of the thread), the thread profile will be sinusoidal.

To obtain a standard sawtooth profile, a pair of mirrored archimedean spirals need to be fused into a wire. The resulting figure is a heart shape, which becomes barely distinguishable from a circle when the depth of the thread is small compared to its diameter, this is why a "thick" thread is shown on the picture above.

Generating the profile

Figuring out the horizontal profile to obtain a certain vertical profile is not easy. For simple cases like triangular or trapezoidal it can be constructed manually. Alternatively, it can be constructed by creating a short thread with method 3, and getting a slice of it by doing a Part Common between a horizontal plane face and the thread.

Profile for triangular thread

  1. First create an Archimedian spiral in the XY plane.
    1. Set the number of turns to 0.5.
    2. Set the radius to the inner radius of the thread, the outer radius will be this plus the depth of the cut.
    3. Set the growth to double the depth of cut of the thread.
  2. Part Mirror the spiral against the XY plane
  3. Part Union the spiral and the mirror to obtain a closed wire, shaped like a heart.

Profile for arbitrary cross-section

  1. Make a vertical cut profile. Make sure that the height of the sketch matches the pitch of the thread you need.
  2. Make a helix1 with height identical to the pitch and the pitch identical to the thread pitch, and a helix radius of 0.42*nominal diameter of the thread.
  3. Sweep the cut profile along the helix1. Set Create solid and Frenet.
  4. Make a circle with nominal radius of the thread in the XY plane.
  5. Make a face from the circle. This can be done with Part Builder or Draft Upgrade, then set DataMakeFace to true.
  6. Cut the face with the sweep profile.
  7. Make a Draft Clone from the cut.
  8. Use Draft Downgrade on the clone in order to get a wire. This wire is the horizontal profile needed for this method.
  9. Make a helix with radius of nominal radius of the thread and a pitch of the thread and the height of the needed thread.
  10. Sweep the wire along the helix. Set Create solid and Frenet.
  11. You are done.

The step-by-step guide was taken from this forum post by Ulrich1a ("Creating a thread: Unexpected results"), slightly modified.

The steps are also shown in action on this video by Gaurav Prabhudesai ("FreeCAD : How to make threads").

Pros and cons

  • a ready-to-use thread-on-a-rod solid shape is created by the sweep directly.
  • fewer or even no boolean operations are required, so generation speed is very high compared to Method 3.
  • thread ends are nicely cut straight away
  • long threads are not a problem, unless a boolean operation is needed. Otherwise, it is not going to be much better than Method 3.
  • threads without a gap are not a problem.
  • defining thread profile is complicated.
  • using the standard mesher with a thread created in this way generates ugly meshes, which can lead to problems. Other meshers are better, for example, Mefisto seems to give the best results.
  • large memory footprint according to Gathering thread modeling techniques.

Method 5. Lofting between helical extruded faces

General

Helical splines will extrude coaxial faces that are able to be lofted, while FreeCAD's parametric helix won't. It takes two helical splines to define a thread. Those two can be scaled from a library spline, then located and extruded appropriately to get the form right.

FreeCAD's parametric helixes aren't truly helical, but helical b-splines aren't difficult to lay out. One manual method is to array dodecagons (12-sided polygons) with 5mm radius/10mm diameter at 1/12mm (0.08333.mm) z intervals and trace splines from vertex to vertex in ascending and rotating order, and to consider doing it once with, say, 10 turns, so that that spline can be re-used as a library file for import and reuse. It's convenient to use 10mm diameter/1mm pitch for ease of scaling. If you are doing it manually, drawing a Dwire and then converting it to a b-spline is easier than drawing a spline. Dwires don't have curvature computed while being drawn, so they follow the cursor and snap more obediently.

Once the splines are scaled to the right size and located so that the loft will have the right included angle between the thread flanks, they're extruded along their axis, a pitch length's worth for the inner spline, the outer pitch/8.

ISO and other threads have relieved, ie flat, inner and outer edges rather than sharp, which suits FreeCAD users with this method, because we can loft to the helical face at the nominal fastener size, while an inner face can't be lofted to an outer edge spline because a face is a closed profile, a spline is open. ISO standard says the nominal size of external threads have a face width pitch/8. The picture shows how the geometry is arranged, and the helical faces that result. Then, loft between the faces, and then a cylinder that gives the inner helical face, which ISO puts at pitch/4 width, is added to the threads.

761PX

This method produces reliable solids that boolean properly. While it doesn't produce "parametric" screw threads in standard sizes in the sense of having simple access to form by fastener size, it's an easy way of producing an accurate library for reuse, and models of specialised forms like ACME, or Archimedian screws, are also uncomplicated as one-offs. Template:Tutorials navi