LogoLogo
  • TJUAV Documentation
  • Documentation
    • What is TJUAV?
      • Subsystems
      • Competition Details (2021)
    • How to Use Gitbook
    • Table of Contents
  • RC Guide
    • Introduction
    • Aerodynamics & Flight
      • Forces of Flight
    • RC Electronics
      • Comms
      • Power / Propulsion System
        • Batteries / Battery Chargers
        • ESCs
        • Motors
    • Control Surfaces
    • Propellers
      • Function
      • CW and CCW Propellers
      • Thrust Table
    • Flight Simulations
    • Tools
      • Laser Cutter
      • 3D Printer
    • Getting Certified
  • Software
    • Programming
      • Git
      • Python
      • JS
      • VSCode
      • Mission Planner
    • Mechanical
      • Fusion360
        • Installation
        • Fusion Teams
        • Sketches
        • Sketch Tools
        • Parameters
        • Timeline
        • Solid Tools
        • Components
        • Joints & Assemblies
        • Add-Ins
        • Good Practice
      • AutoCAD
      • Cura
        • Initial Setup
        • Profiles
        • Quality
        • Shell
        • Infill
        • Material
        • Speed
        • Travel
        • Cooling
        • Supports
        • Adhesion
        • Experimental
    • Website
      • Code Documentation
      • Heroku Usage
      • AWS Usage
      • GitHub Pages
  • Hardware
    • Computers
    • Radios
      • RFD900x
      • Ubiquiti Bullet and Powerbeam M2
    • Cameras
      • Gphoto2
      • Sony α5000/α5100
      • See3Cam_CU135
      • Arducam 4
    • Power
  • Mechanical Progress
    • Airframes
      • Razgriz
      • Hyperion
      • Testing Plane
      • Avalon
        • Avalon Mk.1
        • Avalon Mk.2
    • UGVs
      • Electrical System
      • Drop Mechanism
      • Speed Car Super Speed
      • SPARTA
  • Programming Progress
    • Computer Vision
      • Preprocessing Techniques
      • Map Stitching
        • SIFT
      • Detection / Classification
        • Canny / Contours
        • Blob Detection
        • KMeans
        • Mean Shift Filter
        • RotNet
    • Autopilot
      • A*
      • RRT*
      • Genetic Algs
      • Spline Navigation
  • Master Code
    • GroundStation
      • Frontend
      • Backend
    • Computer Vision
      • Image Capturing
      • Map Stitching
      • Detection
      • Classification
    • Autopilot
    • Comms
      • Image Compression
      • Packet Format
Powered by GitBook
On this page
  • Timeline Organization
  • Redundant/Excessive Sketches
  • Projections/Arbitrary Definitions
  • Line Colors/Overlapping Lines
  • Design Resiliency
  • Component Nesting
  • Commit Messaging
  • Shortcuts
  • Naming Convention
Edit on GitHub
Export as PDF
  1. Software
  2. Mechanical
  3. Fusion360

Good Practice

Helpful Habits for Fusion

PreviousAdd-InsNextAutoCAD

Last updated 4 years ago

Timeline Organization

At the bottom of the design workspace, for most files, you should see a timeline of all of the things added to the file. This is not the same thing as an edit history, instead, think of it more like the series of instructions the software is using to generate your objects. If your file does not have a timeline, for instance, if it's an imported file, you can create one by right-clicking the parent component in the tree and toggling timeline capture.

Redundant/Excessive Sketches

Projections/Arbitrary Definitions

Line Colors/Overlapping Lines

Design Resiliency

Component Nesting

Commit Messaging

Shortcuts

In Solid workspace:

  • S - shortcut menu (search for tools)

  • I - measure

  • J - joint

  • F - fillet

  • M - move

  • E - extrude

In Sketches:

  • S - shortcut menu

  • L - line

  • R - rectangle

  • C - circle

  • P - project

  • D - dimension

  • O - offset

  • T - trim

  • M - move

  • I - measure

Naming Convention

Clicking the gear in the bottom right and checking "Color Swatch" allows for color coordination of parts.