powered by CADENAS

Manual

Manual

10.5.4.3.11.1.  Cylindrical thread by length

10.5.4.3.11.1.1.  Outer thread with example pin
10.5.4.3.11.1.1.1. Pitch thread

Based on the following example, which you can find under "$CADENAS/training/partdesigner/gewinde3.prj", you can understand the use of the thread features.

A simple pin can be used as an example:

  • Apply the following variables:

    PARTeditor - Table

    PARTeditor - Table

    [Note] Note

    The values used for the thread pitch and the nominal thread diameter must also be available in the thread table under "$CADENAS_DATA\datasetup\threads"!

    • 'L' for the entire length of the pin

    • 'TD' for the Thread depths

    • 'D' for the Nominal thread diameter

    • 'A' for theThread runout

    • 'P' for the Thread pitch

  • Pull a rectangle onto the variables D and L.

    [Note] Note

    Pin and thread are applied to the same sketch!

  • Determine the Rotation axis.

    [Note] Note

    The buttons Cylindrical thread by length and Conical thread by lengths are only then active, once a Rotation axis has been defined!

  • Click on the button Cylindrical thread by length.

  • Follow the information in the footnote:

    Click on the following sketch elements and areas.

    1. select outer edge...

    2. select thread start...

    3. Determine depth of thread...

    4. Determine thread end...

    5. select material side...

    Define thread

    Define thread

  • TheChange parameter window opens.

    Originally assigned values

    Originally assigned values

    Adjusted values

    Adjusted values

  • Adjust your entries in the Change parameter window. Set the applied variables.

    • Outer thread:

      Is already set according to your specification.

    • Thread type :

      Per default, DIN13 is set. If desired, change with the selection list.

    • Thread pitch :

      Per default, the checkbox "def." is set. A pitch thread according to the set standards is created.

      If you want to create a fine thread with defined thread pitches, deactivate the checkbox and enter the variable name for the thread pitch ('P').

      [Note] Note

      For a fine thread the variable 'P' must be applied for the thread pitch in the table!

      See also Section 7.5.4.3.11.1.1.2, “Fine thread - variants ”.

    • Variant:

      Only used for certain thread, such as DIN1, and enables further specification.

    • Left-handed thread :

      If you activate the second checkbox, you can carry out the query of whether left or right thread via the table as well. In this case, enter the respective variable name into the input field.

    • Add chamfers :

      Chamfer

      Chamfer

    • Thread length :

      Variable 'TD'

      Thread length

      Thread length

    • Run out length :

      Variable 'A'

      Run-out length

      Run-out length

All entries are immediately displayed in the sketch.

Sketch with thread

Sketch with thread

The thread is automatically specified as a cosmetic element (blue lines).

10.5.4.3.11.1.1.2. Fine thread - variants

In order to calculate the variants, variable 'P' = Thread pitch is required. Row Label and Core diameter, for example, are calculated from 'P'.

Via the following expression you can create different output texts with adjustments.

NAME  =  GETTHREADTEXT(D,'DIN 13','',P,'NAME')

Different options can be taken from the two following tables:

Output text

NAME  =  GETTHREADTEXT(D,'DIN 13','',P,'NAME') // results in, for example, M10x1
TYPE  =  GETTHREADTEXT(D,'DIN 13','',P,'TYPE') // results in, for example, M
KDI   =  GETTHREADTEXT(D,'DIN 13','',P,'KDI')  // core diameter inner thread
KDA   =  GETTHREADTEXT(D,'DIN 13','',P,'KDA')  // core diameter outer thread
SIZE  =  GETTHREADTEXT(D,'DIN 13','',P,'SIZE') // results in, for example, 10x1

D DIN 13 Empty 'P' Description
Nominal thread diameter Standard name Currently not in use

Via the variable 'P', the Thread pitch is read from the table.

Modifies the output text

Apply the respective Attribute algorithms.

Thread - attribute algorithm

Thread - attribute algorithm

The variable 'GEW' in this example can be used under PARTproject -> General1 -> Row Label.

Example:

Row Label:

GEW = GETTHREADTEXT(D,'DIN 13','',P,'NAME')

Core diameter Outer thread:

KDA = GETTHREADTEXT(D,'DIN 13','',P,'KDA')

Row description / core diameter

Row description / core diameter

The following images show the displays in the PARTdataManager with different thread pitches and the 2-D derivation.

PARTdataManager - Thread with P=1.5

PARTdataManager - Thread with P=1.5

PARTdataManager - Thread with P=1.0

PARTdataManager - Thread with P=1.0

PARTdataManager - Thread 2-D derivation - Right

PARTdataManager - Thread 2-D derivation - Right

PARTdataManager - Thread 2-D derivation - Front

PARTdataManager - Thread 2-D derivation - Front

10.5.4.3.11.1.2.  Inner thread using the example of a cap nut

See under Section 3.3.2.3.3.5, “Sketch 3 - Insert Inner thread ”.