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.
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.
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.
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 |