Create Spot Welds

Connect two parts over a circular area on the contacting surfaces.

You can create stand alone spot welds, create a series of spot welds on a line, or create spots from a CSV file.

  1. On the Project Tree, click on the Connections workbench
  2. On the Connections workbench toolbar, click > Create spot welds.
  3. Define the Spot diameter.
  4. Select one of the following tabs:
    Spot Weld Type Steps
    Stand alone spot
    1. Select the Stand alone spots tab.
    2. Choose the number of sheets.
    3. In the modeling window, select a point on the part surface for the center of the spot weld.

      Based on the number of sheets selected, single or multiple spot welds are found.

    4. You can edit the spot coordinates in the X, Y, and Z fields.
    Spots on line
    1. Select the Spots on line tab.
    2. For Number of spots, use the up/down arrows to select a number.
    3. In the modeling window, pick points to position the spots line.
    Import
    1. Select the Import tab.
    2. Click the Import button and browse to the desired file.
    3. Click Open.
  5. Click OK.
    Note: Welds are only found within a tolerance of the spot weld diameter. So, for a 5mm weld, the XYZ values must be within 5mm of the part surfaces.

Imported Spot Weld CSV File Format

You can create a .csv file using a spreadsheet program such as Microsoft Excel or Google Sheets. The file must have a header row and one or more additional data rows (one for each spot weld). The header row can have any number of fields but only the following are read.

CSV file format fields

  • “X_Pos”, “Y_Pos”, “Z_Pos” - The X, Y and Z coordinates of the spot weld location
  • “Connected Part 3” (optional) - By default SimSolid creates a spot weld between the two closest parts to the XYZ value. If a 3T weld is desired, place any alpha-numeric value here. This tells SimSolid to create 2 welds between the 3 closest parts.
  • “Connected Part 4” (optional) - By default SimSolid creates a spot weld between the two closest parts to the XYZ value. If a 4T weld is desired, place any alpha-numeric value here. This tells SimSolid to create 3 welds between the 4 closest parts.
In the example below, rows 2, 3, and 4 create 2T, 3T, and 4T welds between the closest parts.
1 X_Pos Y_Pos Z_Pos Connected Part 3 Connected Part 4
2 -12 20.7 0.905    
3 -4.6 14.4 0.6 3T  
4 -26 8.4 0.4   4T

Format for Creating Spot Welds between Specific Parts

  • “X_Pos”, “Y_Pos”, “Z_Pos” – The X, Y and Z coordinates of the spot weld location.
  • "Connected part 1”, “Connected part 2” - for 2T welds – Specify the names of the parts to be connected.
  • "Connected Part 3" – for 3T welds (optional) – Specify the name of the third part to be connected with spot welds.
  • "Connected part 4" – for 4T welds (optional) - Specify the name of the fourth part to be connected with spot welds.

In the example below, rows 2, 3, and 4 create 4T, 3T, and 2T spot welds between the specified parts.

In case of 4T welds, 3 welds are created in the following order: Connected part 1 – connected part 2, connected part 2 – connected part 3 and connected part 3 - connected part 4. In case of 3T welds, 2 welds are created in the following order: Connected part 1 – connected part 2 and connected part 2 – connected part 3. 4T and 3T weld creation fails if SimSolid is unable to find weld between the specified pairs.
1 X_Pos Y_Pos Z_Pos Connected Part 1 Connected Part 2 Connected Part 3 Connected Part 4
2 -12 20.7 0.905 Part 4 Part 3 Part 2 Part 1
3 -4.6 14.4 0.6 Part 3 Part 2 Part 1  
4 -26 8.4 0.4 Part 2 Part 1