Skip to main content

How do I create a cosmetic thread with the Detailing options?

by DesignSpark

This tutorial requires:

DesignSpark Mechanical V6.0

This tutorial is based on the software built-in help documentation (shortcut F1 key in software). With a Creator or Enginer subscription, you can use the Thread tool to create a threaded surface on any cylinder, cone, or hole. Select a thread edge or face to view its properties in the Properties panel.

The depth of a threaded blind hole on a curved surface is defined as the measured distance from the end of the thread to the closest point on the outer contour of the thread.

1. To create a threaded surface

1. Click the Thread tool in the Annotation ribbon group on the Detailing tab.

2. Click the edge of a cylinder, hole, or cone.

The threads are indicated as a spiral, not circular, texture on the surface, and the thread depth is shown when you view the threaded object in Section mode. An inner thread or outer thread object also appears in the Structure tree. (Broken threads appear with a small yellow triangle over the icon.)

3. Click the surface to edit the properties of the threaded surface in the Properties panel.

  • Type: Controls whether threads are selected from a table or entered manually. For cylinder threads, select Standard to select values for the other properties from a drop-down list. The most likely values are selected by default (next smaller size for external threads, and the next larger size for internal threads). Select Custom to enter offset values. For tapered threads (threads made on conical surfaces) you can only use the Offset option.
  • Series: You can select ISO or UNC.
  • Size: Select from a list of available sizes in the series you select.
  • Thread Depth Type: Can be Blind or Full Thread. Full Thread is the default for through holes and Blind is chosen automatically when the thread placement cylinder or cone ends in a plane at a convex edge.
  • Minor Diameter: The smallest, or inner, diameter of a thread.

     

  • Major Diameter: The largest, or outer, diameter of a thread.

     

2. To change the depth of a threaded hole

1. Click on the thread edge or hole in the Design window or select the thread in the Structure tree.

2. Press the Tab key or click on the dimension field.

3. Type a new value for the depth.

3. To customize the thread properties

The thread data XML files that drive the drop-down menus for Standard thread properties are in the DS Mechanical Library/Threads directory. You can:

  • Add files to the directory to display the name in the Series property drop-down when you click the threaded surface with the Thread tool. Remove files to remove them from the property.
  • Add rows to an individual file to display them in the Size property drop-down. Remove rows to remove them from the property.
  • Specify a different directory for thread files by adding a different directory to the support file options.

This is an example of the XML file used for threads:

<?xml version="1.0" encoding="utf-8"?>
<thread:ThreadSizeTable xmlns:thread="http://www.spaceclaim.com/threadSizeTableVersion2">
<thread:Units>in</thread:Units>
<thread:ShowThreadDesignationInDiameterDimension>false</thread:ShowThreadDesignationInDiameterDimension>
<thread:ThreadSizes>
<thread:ThreadSize>
<thread:Name>1 - 64</thread:Name>
<thread:Size>0.073</thread:Size>
<thread:MinorDiameter>0.0544</thread:MinorDiameter>
</thread:ThreadSize>
</thread:ThreadSizes>
</thread:ThreadSizeTable>

To use the example above,

  1. Copy the text inside the gray box and paste it into a text file.
  2. Save the file with a .xml extension in the DSM Library/Threads folder. For example, your file could be named MyThreads.xml.
  3. Change the text shown in bold to your values.

RS DesignSpark is the go-to platform for students, makers, hobbyists and professional design engineers, providing design resources such as the award winning DesignSpark PCB and DesignSpark Mechanical CAD software. Join the community today at https://www.rs-online.com/designspark/register
DesignSpark Logo

Enjoying DesignSpark?

Create an account to unlock powerful PCB and 3D Mechanical design software, collaborate in our forums, and download over a million free 3D models, schematics, and footprints.
Create an account

Already a DesignSpark member? Log In

Comments