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
  • Create Menu
  • Modify Menu
  • Combine
  • Split Body
  • Construct Menu
Edit on GitHub
Export as PDF
  1. Software
  2. Mechanical
  3. Fusion360

Solid Tools

Create Menu

Last updated 3/24/2021

Modify Menu

Combine

Select the Target Body (body which has the action performed on it), then select all the tool bodies.

Join - Joins bodies into one large body as long as they are touching.

Cut - Cuts tool bodies out of the target body (especially useful when combined with Offset Face because you can make perfectly contoured holes in objects, similar to a mold).

Intersect - Keeps only the intersection of the target body and the tool bodies (useful for making wing ribs because you can first Sweep the wing shape, then Rectangle Pattern a series of rectangular prisms down its length, and finally Intersect the sweep with the prisms to get the ribs).

"Keep tools" allows your tool bodies to remain, otherwise they get merged or deleted in the Combine tool.

Split Body

Using a plane, face, or profile (mostly planes) it splits a body into two pieces along that plane. This is very useful for cutting large objects into smaller pieces, such as cutting an aileron from the wing.

Construct Menu

Making planes and axes is a must have skill for any person doing CAD. Although this menu's tools are self-explanatory, people don't know when or how to use its tools in creative ways. This, however, cannot be taught through this documentation and only is learnt through practice. See Smart CAD Tutorial (making a file) for a slight lesson on this.

PreviousTimelineNextComponents

Last updated 4 years ago