Skip to content

Documentation for Advanced Mechanical Design Challenge


Challenge Overview

Opening SolidWorks

The Tekbot Robotics Challenge 2025 (TRC2K25) is a rigorous competition designed to evaluate the technical skills of participating teams across multiple disciplines: Electronics, IT, and Mechanics. Over the course of five weeks, teams will face weekly challenges that test their expertise in these domains. Each challenge builds upon the previous one, culminating in a final multidisciplinary project where all sub-teams must collaborate to solve a complex problem.

This documentation focuses on the Mechanical Design Challenge, specifically the advanced level, which requires participants to design and model a complex mechanical part using SolidWorks. The objective is to create a functional and precise 3D model, calculate its mass for various configurations, and ensure compliance with specified dimensions and constraints.


Implementation Steps

Step 1: Opening SolidWorks and Setting Up Global Variables

To begin, open SolidWorks in Part Mode. This step is crucial as it sets the foundation for the entire design process.

Opening SolidWorks

Define Global Variables

Most dimensions in this design depend on global variables, which can significantly impact the geometry and, consequently, the final mass. To define these variables:

  1. Navigate to Tools > Equations.

  2. In the table that appears, insert the required variables and assign them initial values based on the problem statement.

    • Example Variables: A, B, W, X, Y, Z.

    Global Variables Exemple

    • Assign default values for the first configuration:
      • A = 193 mm
      • B = 88 mm
      • W = B/2 mm
      • X = A/4 mm
      • Y = B + 5.5 mm
      • Z = B + 15 mm

Global Variables Table

Detailed Explanation: Using global variables ensures that all dimensions are dynamically linked. This means that when you update a variable (e.g., changing A from 193 mm to 205 mm), the entire model updates automatically. This approach not only saves time but also minimizes errors during iterative design processes.


Step 2: Creating the Prismatic Sections

The design begins with the creation of prismatic sections, which serve as the foundational structure of the part. These sections are modeled as primitive shapes, such as cubes and rectangular prisms, before being refined into the final geometry.

Prismatic parts to do

Rectangle Dimensions

Process

  1. Select the Top Plane from the left-hand sidebar.
  2. Click on the Rectangle Tool in the top toolbar under "Basic Modeling Tools."

Rectangle Dimensions

  1. Draw a rectangle and apply the following dimensions:
    • Height: 2 * X
    • Width: B

Rectangle Dimensions

  1. Extrude the rectangle by B mm:
    • Go to Features > Extruded Boss/Base.
    • Set the height to B.

Extrusion Process

  1. Draw a construction line horizontally to serve as a reference for the second prism.

Extrusion Process

  1. Draw a square starting from this line and dimension it to 40 mm.

  2. Apply a distance of A mm between the two rectangles.

Extrusion Process

Extrusion Process

  1. Extrude the square by Y mm with an offset of 40 mm from the sketch plane.

Square Extrusion

Square Extrusion

Detailed Explanation: The use of construction lines and precise dimensioning ensures that the prismatic sections are aligned correctly. This alignment is critical for maintaining symmetry and balance in the final design.


Step 3: Adding the Chamfer-Like Inclination

The design includes a slight chamfer-like inclination between the two prisms. This feature adds complexity to the model and tests the participant's ability to handle intricate geometries.

Chamfer-Like Inclination

Process

  1. Analyze the top view to identify the key points:
    • The endpoints of the horizontal median of the small square.
    • Points located 6 mm from the horizontal median of the large rectangle.
  2. Draw a construction line connecting these points.
  3. Extrude the excess material using the "Select All" option and orient the direction correctly.
  4. Apply symmetry to replicate the inclination on the opposite face.

Workshop

Detailed Explanation: The chamfer-like inclination demonstrates the participant's ability to manipulate geometric relationships. By carefully aligning the construction lines and applying symmetry constraints, the design achieves both aesthetic appeal and functional precision.


Step 4: Connecting the Two Prisms

Next, we will create a base structure to connect the two prismatic sections. This step involves designing a bridge-like feature that ensures structural integrity while maintaining the overall symmetry of the part.

Prism connection to do

Process

  1. Draw three broken lines approximating the shape of the base connection.
  2. Apply the required dimensions to ensure accuracy.

Base Connection Drawing

  1. Extrude the sketch: Use a middle plane with a depth of 200 mm and a thickness of 6 mm. This approach minimizes errors by allowing us to refine the extrusion later.

Base Connection Extrusion

  1. Select the necessary portion of the generated surface.

Part to conserve

  1. Extrude the selected area using Boss/Base Extrude.

Chosen part conserve

  1. Use the Combine Feature to retain only the intersection between the new extrusion and the previously generated surface.

Workshop

Detailed Explanation: The base connection serves as a critical link between the two prisms. By carefully selecting and refining the extruded surfaces, we ensure that the final design is both structurally sound and visually appealing.


Step 5: Building the Vertical Wall

The vertical wall is an essential component of the design, providing additional structural support and housing features such as mounting points or attachment mechanisms.

Vertical Wall To Do

Process

  1. Draw the upper border of the wall using lines, ensuring it is parallel to the base.
  2. Use the Rib Feature to create a spatial configuration with a thickness of 5 mm.

Wall and Fillets

  1. Apply fillets (R = 10 mm) to all relevant edges.

Wall and Fillets

Detailed Explanation: The vertical wall demonstrates the participant's ability to integrate multiple features into a single design. By combining ribs, fillets, and precise dimensioning, the wall achieves both functionality and aesthetic appeal.

workshop


Step 6: Creating Rectangular Cavities at the Ends

Cavity to draw

The design includes rectangular cavities at the ends of the prismatic sections. These cavities reduce the overall weight of the part while maintaining structural integrity.

Process

  1. Draw rectangles centered on the faces of each prism.
  2. Extrude-cut the rectangles through the entire height of the prisms.

workshop

Detailed Explanation: The cavities are strategically placed to optimize the part's weight-to-strength ratio. By carefully dimensioning and positioning these features, the design achieves a balance between performance and efficiency.


Step 7: Forming Features AA and BB

Features AA and BB are unique components of the design, requiring careful attention to detail and precise execution.

AA and BB Part

Process

  1. Draw a rectangle with the specified dimensions.
  2. Extrude it symmetrically across the wall for uniformity.
  3. Apply a fillet (R = 10 mm) to the contoured edge.
  4. Draw a circle (D = 10 mm) centered on the fillet and perform a cut-extrude through the entire structure.

Workshop

Detailed Explanation: Features AA and BB showcase the participant's ability to integrate complex geometries into the design. By combining extrusions, fillets, and cut-outs, these features demonstrate both creativity and technical proficiency.


Step 8: Assigning Material

Assign the material Aluminum Alloy 1060 to the part:

  1. Go to Material > Edit Material.
  2. Select Aluminum Alloy 1060 from the list and confirm.

Material Assignment

Detailed Explanation: Material selection is a critical step in the design process. Aluminum Alloy 1060 was chosen for its lightweight properties and excellent strength-to-weight ratio, making it ideal for this application.


Step 9: Determining the Mass

Finally, calculate the mass of the part for the given tuples of variable values:

  1. Ensure the correct values are assigned to the global variables.
  2. Go to Evaluate > Mass Properties.

Mass Calculation

Results:

  • For (A, B, W, X, Y, Z) = (193, 88, B/2, A/4, B+5.5, B+15)Mass = 1400.64 g
  • For (A, B, W, X, Y, Z) = (205, 100, B/2, A/4, B+5.5, B+15)Mass = 1651.40 g
  • For (A, B, W, X, Y, Z) = (210, 105, B/2, A/4, B+5.5, B+15)Mass = 1760.41 g

Detailed Explanation: The mass calculation is a key metric for evaluating the success of the design. By iterating through different configurations and comparing the results, participants can assess the impact of each variable on the final design.


Additional Notes

  • Always double-check dimensions and constraints before proceeding to extrusion.
  • Use construction lines and geometric relations (e.g., symmetry, coincidence) to maintain precision.
  • Regularly save intermediate versions of your file after major steps.

🤖 Tekbot Robotics Challenge 2K25 - Where innovation meets technical excellence