← All Modules
01 UI & Nav

The CAD Workspace

Get comfortable navigating the viewport, using the ViewCube, and organizing the browser tree.

1. Mastering the User Interface

Welcome to Day 1 of your comprehensive CAD journey. The first step to designing complex robotics components is understanding the workspace you're operating in. A modern CAD environment is divided into several key regions, each serving a distinct purpose. Learning where everything lives — and how to customize it — will save you hours of frustration as your designs grow in complexity.

1
The Data Panel & Browser Tree

Located on the left side, the Browser Tree is the backbone of your project. It contains every Sketch, Body, Origin Plane, and Component in a hierarchical list. Keeping this organized is critical for large assemblies. Use folders and descriptive names early — renaming "Body1" to "Chassis_Left_Plate" takes seconds now but saves minutes of confusion later. You can reorder features by dragging them, and right-clicking any item reveals options for suppressing, editing, or isolating it.

2
The ViewCube & Navigation Bar

In the top right, the ViewCube allows you to snap your camera to precise orthographic views (Front, Top, Right, and their opposites). Click any face, edge, or corner to instantly reorient the viewport. You can also click and drag the ViewCube to smoothly orbit. Below the canvas you'll find the Navigation Bar with tools for Pan, Zoom, Orbit, and the Look At command, which centers the view on a selected face or edge.

3
The Workspace Ribbon (Toolbar)

The top toolbar contains your core modeling tools organized into drop-down menus: Create, Modify, Assemble, Construct, Inspect, and Insert. The ribbon changes dynamically depending on which workspace you are in (Solid, Surface, Sheet Metal, etc.). We will explore the Solid workspace ribbon heavily in the coming modules.

4
The Timeline (History Bar)

Running along the bottom of the screen, the Timeline records every modeling operation in chronological order. You can drag features to reorder them, right-click to edit or suppress them, and roll the timeline back to any previous state. This parametric history is one of the most powerful features of modern CAD — treat it like version control for your geometry.

5
The Marking Menu & Right-Click Context

Right-clicking in the viewport opens a radial Marking Menu that provides quick access to the most common commands (Extrude, Fillet, Sketch, Measure, etc.). This context-sensitive menu changes based on what you have selected — clicking on an edge offers different options than clicking on a face or empty space. Mastering the Marking Menu dramatically speeds up your workflow.

2. Keyboard Shortcuts

Speed is everything when you're iterating on a design. Memorizing these essential shortcuts will keep your hands on the keyboard and your eyes on the model, letting you work two to three times faster than clicking through menus.

Essential CAD Navigation Shortcuts
Action Shortcut (Windows) Shortcut (Mac) Description
Orbit Middle Mouse Drag Middle Mouse Drag Rotate the camera around the model in 3D space
Pan Middle Mouse + Shift Middle Mouse + Shift Slide the viewport left, right, up, or down without rotating
Zoom Scroll Wheel Scroll Wheel / Pinch Zoom in or out centered on the cursor position
Fit All F6 or Home F6 or Fn + Left Zoom to fit the entire model in the viewport
Look At Select face, then numpad period Select face, then numpad period Center and orient the view perpendicular to a selected face
Undo Ctrl + Z Cmd + Z Reverse the last operation in the timeline
Redo Ctrl + Y Cmd + Shift + Z Re-apply a previously undone operation
New Sketch S (search), then type Sketch S (search), then type Sketch Open the command search box and start a new sketch
Extrude E E Launch the Extrude command on a selected profile or face
Line Tool L L Activate the line drawing tool while in a sketch
Dimension D D Add a driving dimension to constrain sketch geometry
Command Search S S Open the quick-search toolbox to find any command by name
Pro Tip: Press S at any time to open the command search box. If you can't remember where a tool lives in the ribbon, just type its name. This is the single most useful shortcut in any CAD application.

3. Workspace Environments

Modern parametric CAD platforms organize their tools into distinct workspaces, each tailored to a specific type of design task. Switching workspaces changes the ribbon toolbar and the available commands while keeping your model data intact. Understanding when to use each workspace is key to an efficient workflow.

Available Workspaces
Solid Modeling

The default and most commonly used workspace. Create 3D parts using sketches, extrusions, revolves, lofts, sweeps, and boolean operations. This is where you will spend 80% of your time designing robot chassis, brackets, mounts, and structural components.

Surface Modeling

For complex, freeform shapes that can't be defined by simple extrusions. Surface tools let you create patches, trims, and stitched quilts that are then thickened into solid bodies. Useful for aerodynamic shells, organic robot housings, and custom enclosures.

Sheet Metal

Specialized tools for designing parts that will be fabricated from flat metal stock — laser-cut, bent, and welded. The workspace tracks bend allowances, relief cuts, and automatically generates flat patterns for manufacturing. Ideal for robot frames and brackets.

Mesh

Import and edit mesh (STL/OBJ) files from 3D scans or other software. Convert meshes to BRep solids, repair mesh errors, and reduce face counts. Essential when incorporating scanned parts or downloaded models into your robot assembly.

Simulation

Apply loads, constraints, and material properties to test how your parts perform under stress. Run static stress analysis, modal analysis, and thermal studies without leaving the CAD environment. Validates that your robot arm won't bend or your chassis won't crack.

Drawing

Generate 2D engineering drawings from your 3D models, complete with dimensions, tolerances, title blocks, and section views. Required for communicating designs to machinists, sponsors, and team members who need paper documentation.

Workspace Comparison
Workspace Primary Output Best For Robotics Example
Solid Parametric 3D bodies Most part design Motor mount, gear hub, wheel
Surface Complex curved geometry Organic / aerodynamic shapes Robot shell, custom grip contour
Sheet Metal Flat patterns + bent parts Laser-cut metal fabrication Chassis plates, sensor brackets
Mesh Repaired/converted meshes Importing external models Scanned legacy parts, downloaded STLs
Simulation Stress/thermal results Validating structural integrity Load testing an arm under payload
Drawing 2D engineering drawings Documentation & manufacturing Dimensioned bracket drawing for CNC

4. Navigation Best Practices

Efficient viewport navigation is a skill that separates beginners from experienced CAD users. These best practices will help you maintain spatial awareness of your model and reduce the time spent hunting for the right view.

Master the ViewCube

Click faces for standard orthographic views (Front, Top, Right). Click corners for isometric views. Click edges for angled two-axis views. Right-click the ViewCube to access "Set Current View as Front" — invaluable when your model's natural front doesn't align with the default orientation.

Mouse Button Mapping

Middle mouse button is your most important navigation tool. Drag to orbit, Shift+drag to pan, scroll to zoom. If you're using a trackpad, enable gesture navigation in your CAD preferences. Consider a 3D mouse (SpaceMouse) for complex assemblies — it lets you orbit, pan, and zoom simultaneously.

Section Analysis Views

Use the Inspect > Section Analysis tool to cut a temporary plane through your model and see internal geometry. This is essential for verifying wall thicknesses, checking that internal features don't collide, and ensuring bolt holes align through multiple parts. Section views don't modify the model — they're purely visual.

Display Settings & Visual Styles

Toggle between Shaded, Wireframe, and Shaded with Edges modes to see different aspects of your model. Use transparency to peek through outer shells. Turn on "Show Profile" in sketches to highlight closed regions that are ready to extrude. Adjust the ground plane shadow and environment lighting for better depth perception.

🔍
Isolate & Hide Components

In complex assemblies, use the eye icon in the Browser Tree to hide parts that block your view. Right-click a component and select "Isolate" to show only that part. This is faster than constantly orbiting around obstructions and keeps you focused on the component you're editing.

Named Views & Bookmarks

Save frequently used camera positions as named views. When documenting your design or creating presentations, named views let you jump back to the exact same perspective instantly. This is especially useful for design reviews with your robotics team.

Robotics Tip: Workspace Setup for Large Assemblies

Robot assemblies can grow to hundreds of components quickly. To keep your CAD environment responsive: (1) Use subassemblies — group related parts (drivetrain, arm, electronics tray) into their own components. (2) Set distant subassemblies to "Suppress" when you're not actively working on them. (3) Use simplified representations — replace complex hardware (bolts, bearings) with low-polygon placeholders during layout work. (4) Close unused browser tree branches to reduce visual clutter. A well-organized assembly at 200 parts performs just as smoothly as a messy one at 50.

5. The Browser Tree in Depth

The Browser Tree is more than just a list of features. It is your project's organizational backbone and understanding its structure will make you dramatically more efficient.

Browser Tree Hierarchy
  • Document Name (top level): The root of your file. Everything in the project lives under this node. Rename it to something meaningful like "CompetitionBot_2026".
  • Components: The building blocks of assemblies. Each component can contain bodies, sketches, and child components. Think of them as self-contained units — a "Drivetrain" component holds all wheels, shafts, and gears.
  • Bodies: The solid (or surface) geometry inside a component. A single component can contain multiple bodies — useful for multi-body workflows before combining with Boolean operations.
  • Sketches: 2D profiles that drive your 3D features. Sketches appear in the tree under the feature they belong to. You can expand any extrude or revolve to find and re-edit its parent sketch.
  • Origin: Contains the default origin point, XY/XZ/YZ planes, and X/Y/Z axes. Use these as stable reference geometry for your first sketch and for construction planes throughout the design.
  • Construction Planes & Axes: Custom reference geometry you create with the Construct menu. Offset planes, midplanes, and tangent planes let you sketch and place features anywhere in 3D space.

6. Practice Exercise

Now it's time to put your knowledge to work. This hands-on exercise will help you build muscle memory for the core navigation techniques covered in this module.

Exercise: Explore & Organize a Sample Assembly

Follow these steps to practice navigating and organizing a CAD workspace. If you don't have a model yet, create a simple box (sketch a rectangle, extrude it) and use that as your starting point.

1
Open a new file and create a base shape

Create a New Design. On the XY plane, sketch a 100mm x 60mm rectangle and extrude it 20mm upward. This will be your "chassis plate." Rename the body in the Browser Tree to "Chassis_Base".

2
Practice ViewCube navigation

Click each face of the ViewCube: Front, Back, Top, Bottom, Left, Right. Then click the Home icon to return to the default isometric view. Drag the ViewCube to orbit freely. Try clicking a corner for a trimetric view.

3
Use mouse navigation

Orbit the model with middle mouse drag. Pan with Shift + middle mouse drag. Zoom with the scroll wheel. Press F6 (Fit All) to reframe the entire model. Select a face and use "Look At" to snap perpendicular to it.

4
Add a second feature and organize the tree

On the top face of your chassis, sketch a 10mm circle and extrude it 15mm upward — this is a "standoff." Rename the feature to "Standoff_01". Right-click the timeline entry and select "Edit Feature" to change the height to 12mm, then confirm.

5
Try display modes and section analysis

Toggle between Shaded, Wireframe, and Shaded with Visible Edges using the Display Settings at the bottom of the screen. Then go to Inspect > Section Analysis, select the XZ plane, and drag the section plane through your model to see the internal cross-section.

6
Save a named view

Orient your model to a nice isometric perspective that shows the chassis and standoff clearly. Go to the Named Views panel and save this as "Assembly Overview." Practice jumping between this saved view and the standard orthographic views.

Success Criteria: You should be able to orbit, pan, and zoom without thinking about it. You should be able to snap to any standard view in under 2 seconds using the ViewCube. Your Browser Tree should have descriptive names for every feature — no "Body1" or "Sketch3" left unnamed. If you can do all of this, you're ready for Module 2.
← Previous
Next →