Get comfortable navigating the viewport, using the ViewCube, and organizing the browser tree.
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.
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.
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.
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.
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.
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.
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.
| 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 |
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.
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.
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.
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.
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.
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.
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 | 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 |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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".
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.
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.
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.
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.
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.