AUTODESK FUSION 360 • SKETCHING

Sketch Geometry Tools — Use sketch geometry tools (line, rectangle, circle, arc, spline) (intro-to-standard)

Master the foundational 2D sketch primitives that drive every 3D form in parametric CAD modeling.

From Drafting Tables to Parametric Sketches

Every physical object ever manufactured began as a two-dimensional drawing — whether scratched into wax tablets by Roman engineers or inked onto vellum by Renaissance architects. The act of reducing three-dimensional intent to flat, precise geometry is the oldest discipline in design, and it remains the conceptual backbone of modern Computer-Aided Design (CAD). In Autodesk Fusion 360, the sketch environment is where that tradition continues: you lay down lines, arcs, circles, and curves on a construction plane, then extrude, revolve, or loft them into solid bodies. Understanding how each sketch geometry tool behaves — and why it was designed that way — is the gateway to fluent 3D modeling.

1963
Sketchpad by Ivan Sutherland
The first interactive CAD program allowed users to draw lines and arcs on a CRT display with a light pen, introducing the concept of constraint-based geometry to computing.
1982
AutoCAD 1.0 Released
Autodesk democratized 2D drafting on personal computers. Primitives such as LINE, CIRCLE, and ARC became standard commands that persist in every CAD platform today.
1995
Parametric Sketching Matures
SolidWorks and Pro/ENGINEER popularized feature-based parametric modeling, in which fully constrained 2D sketches drive 3D features — making sketch precision essential.
2013
Fusion 360 Launches
Autodesk introduced a cloud-native CAD platform combining parametric, freeform, and direct modeling. Its sketch tools inherit decades of refinement while adding modern spline and conic controls.

The central question this lesson addresses is deceptively simple: How do you translate a visual concept — the curve of a chair leg, the profile of a pendant, the outline of a housing — into precise, editable geometry inside Fusion 360's sketch workspace? The answer lies in mastering five fundamental tools: Line, Rectangle, Circle, Arc, and Spline.

Core Principles of Sketch Geometry

Before touching any tool, it helps to internalize five principles that govern how Fusion 360 treats sketch geometry. These principles distinguish parametric CAD from freehand digital illustration: every entity carries mathematical data, every relationship can be constrained, and every change propagates predictably through the model.

1

Sketch Plane

Every sketch lives on a flat infinite plane — one of the origin planes (XY, XZ, YZ) or any planar face of existing geometry. The plane establishes the coordinate system within which all 2D entities are defined.
2

Geometric Primitives

Lines, rectangles, circles, arcs, and splines are the atomic building blocks. Complex profiles are always decomposable into combinations of these primitives, much as any letterform can be broken into strokes and curves.
3

Constraints & Dimensions

Geometric constraints (horizontal, vertical, tangent, coincident, etc.) and dimensional constraints (lengths, angles, radii) lock relationships between entities. A fully constrained sketch turns black — indicating it is completely defined.
4

Closed vs. Open Profiles

To extrude or revolve a sketch into a solid, the profile must form a closed loop with no gaps. Open profiles can be used for construction geometry or surface operations but will not generate solid bodies on their own.
5

Parametric Intent

Sketch geometry captures design intent. When you dimension a circle at 25 mm and later change it to 30 mm, every downstream feature — extrusions, fillets, patterns — updates automatically. Think of the sketch as a living blueprint.
KEY TAKEAWAY
Think of a Fusion 360 sketch the way a sculptor thinks of an armature: it is not the finished work, but it rigidly defines the proportions and silhouette that everything else hangs on. Just as an armature built from straight rods and bent wire determines whether a figure feels dynamic or static, your choice of lines, arcs, and splines determines the character of the final 3D form.

Visual Map of the Five Sketch Tools

The five sketch geometry primitives and the typical workflow from plane selection through extrusion. Note that sketch entities change color to indicate their constraint status: blue for under-constrained, black for fully constrained, and red for over-constrained.

The diagram above serves as a visual index for the rest of this lesson. Each primitive occupies a card showing its defining input — two points for a line, width and height for a rectangle, center and radius for a circle, and so on. The workflow strip at the bottom illustrates the larger context: sketching is never an end in itself, but rather a preparatory stage whose quality determines the robustness of every subsequent 3D operation. As a visual artist, you can think of these five tools the way a calligrapher thinks of basic strokes — the horizontal, the vertical, the curve, the dot. Mastery of the strokes makes complex letterforms effortless.

How Each Tool Works in Fusion 360

Line Tool (Shortcut: L)

The Line tool is the most fundamental primitive in any CAD environment. In Fusion 360, you activate it from the Sketch toolbar or by pressing L. Click to place the start point, move the cursor, and click again to place the end point. The tool chains continuously — each endpoint becomes the start of a new segment — until you press Escape or close the loop back to the origin point. A single line segment is defined mathematically by two endpoints in sketch-plane coordinates: P₁(x₁, y₁) and P₂(x₂, y₂). The segment's length is computed as the Euclidean distance between them.

LINE LENGTH
d = √[(x₂ − x₁)² + (y₂ − y₁)²]
Where (x₁, y₁) and (x₂, y₂) are the coordinates of the line's start and end points on the sketch plane, and d is the resulting length in the active unit system.

Rectangle Tool (Shortcut: R)

The Rectangle tool actually generates four line segments and four coincident constraints in a single operation — it is a convenience wrapper, not a unique entity type. Fusion 360 offers several rectangle modes: 2-Point Rectangle (diagonal corners), 3-Point Rectangle (allows rotation), and Center Rectangle (defined from the midpoint outward). Each mode produces the same four-segment result but captures different design intent regarding symmetry and alignment.

Circle Tool (Shortcut: C)

The Circle tool creates a single closed-curve entity defined by its center and radius. Press C, click to set the center, drag outward, and click again to set the radius. Fusion also offers a 2-Point Circle (diameter endpoints), 3-Point Circle (three boundary points), and 2-Tangent Circle. Circles are the most common primitive in product design — every bolt hole, fillet preview, and cylindrical feature originates from a sketch circle.

CIRCLE (IMPLICIT FORM)
(x − h)² + (y − k)² = r²
Where (h, k) is the circle's center on the sketch plane and r is the radius. The circumference is 2πr and the enclosed area is πr².

Arc Tool (Shortcut: A)

An arc is a portion of a circle. Fusion 360 provides a 3-Point Arc (start, end, midpoint on curve), a Center Point Arc (center, start, sweep angle), and a Tangent Arc (continues smoothly from the endpoint of an existing entity). The tangent arc is particularly powerful for visual artists creating organic-looking silhouettes because it guarantees G1 continuity — meaning the direction of the curve does not break at the junction.

Spline Tool

The Spline tool generates smooth, freeform curves that pass through (or are influenced by) a set of control points. Fusion 360 supports two spline types: Fit-Point Spline (the curve passes exactly through each clicked point) and Control-Point Spline (the curve is attracted toward each control point but does not necessarily touch it). Underlying both is the mathematics of NURBS (Non-Uniform Rational B-Splines), the same curve representation used in Bézier illustration software like Adobe Illustrator. If you have ever adjusted handles on a pen-tool path, you already possess intuition for spline behavior.

Detailed Comparison of Sketch Geometry Tools

Top row: step-by-step construction of a keyhole profile using rectangles, circles, lines, and arcs. Bottom row: the three levels of geometric continuity — G0, G1, and G2 — that determine surface quality when sketch profiles are extruded into 3D.
Summary of the five primary sketch geometry tools in Fusion 360
ToolInput MethodEntity TypeTypical UseShortcut
LineTwo clicks (start, end)Straight segmentEdges, contours, construction linesL
RectangleTwo clicks (corners) or center + cornerFour constrained linesEnclosures, base plates, slotsR
CircleCenter + radius clickSingle closed curveHoles, cylinders, rounded featuresC
Arc3-point, center-point, or tangentPartial circle segmentFillets, rounded transitions, organic edgesA
SplineSequential fit or control pointsNURBS curveFreeform silhouettes, ergonomic contours

Notice that the rectangle is not actually a unique entity — it is syntactic sugar for four lines plus constraints. This distinction matters when you later use the Trim or Offset tool: you can trim individual edges of a rectangle independently, which would be impossible if it were a monolithic shape. Similarly, an arc is mathematically a circle with a restricted angular sweep, so arc radius and circle radius share identical constraint behavior.

Worked Example — Sketching a Pendant Profile

Imagine you are designing a teardrop-shaped pendant for a jewelry collection. The pendant is 40 mm tall, 20 mm wide at its widest point, and features a 3 mm bail hole at the top. Below is a step-by-step walkthrough of sketching this profile in Fusion 360 using the tools covered in this lesson.

Teardrop Pendant Sketch
1
Step 1 — Create a New Sketch on the Front PlaneIn the Design workspace, click Create Sketch and select the XZ plane (front plane). The sketch grid appears and the viewport rotates to face the plane orthogonally.
Active sketch on XZ plane
2
Step 2 — Draw the Center Vertical Construction LinePress L for the Line tool. Click the origin point (0, 0) and draw a vertical line 40 mm upward to (0, 40). Right-click the line and select Construction to convert it to a dashed reference line. This establishes the symmetry axis of the pendant.
40 mm vertical construction line from origin
3
Step 3 — Sketch the Bail Hole with the Circle ToolPress C for the Circle tool. Click on the construction line at y = 37 mm to place the center, then drag outward and type 3 to set the radius to 3 mm. This circle will be used later as a cut (hole) through the pendant body.
Circle: center (0, 37), radius = 3 mm
4
Step 4 — Draw the Teardrop Outline with a Fit-Point SplineSelect Create → Spline → Fit Point Spline. Click the following points in order: (0, 0) at the bottom tip, (−10, 20) for the left widest point, (0, 40) at the top. Press Escape to finish the left half. Use the Mirror command (select the spline, choose the construction line as the mirror axis) to create the right half. Adjust spline handles so the top passes smoothly around the bail circle, creating a continuous silhouette.
Symmetric teardrop spline profile, 40 mm × 20 mm
5
Step 5 — Constrain and DimensionAdd a Symmetric constraint between the left and right spline fit points about the construction line. Dimension the overall height (origin to top point) at 40 mm and the widest horizontal extent at 20 mm. When the sketch turns from blue to black (or dark in the default theme), all geometry is fully constrained. You can now close the sketch and extrude the outer profile while cutting the bail hole.
Fully constrained pendant sketch ready for Extrude
💡 Pro Tip
When working with splines, fewer control points yield smoother curves. As a general rule, start with the minimum number of fit points that capture the overall gesture, then add points only where you need localized detail — much like starting a figure drawing with a gestural sweep before adding anatomical specifics.

Strengths, Limitations & When to Use Each Tool

Each sketch geometry tool excels in specific scenarios and falls short in others. Knowing these trade-offs helps you select the most efficient primitive for your design intent, reducing rework and maintaining clean parametric history. The following table summarizes the practical strengths and limitations of each tool from a visual-arts design perspective.

Comparative strengths and limitations of the five sketch geometry tools
ToolStrengthsLimitations
LineFastest to draw; easiest to constrain; predictable behavior in patterns and arrays; ideal for angular, geometric, or architectural forms.Cannot represent curvature; organic shapes require many short segments, which clutters the feature tree and complicates later editing.
RectangleCreates four constrained lines in a single operation; multiple modes (2-point, 3-point, center) capture different design intents efficiently.Limited to right-angle geometry; individual edges can be inadvertently deleted or trimmed, breaking the perceptual grouping.
CircleSingle entity, easy to constrain with one dimension (radius or diameter); essential for cylindrical features and bolt patterns.Always produces a closed loop; for partial curves you must draw a circle and then trim, or switch to the Arc tool directly.
ArcSmoothly transitions between line segments; tangent mode ensures G1 continuity automatically; radius is precisely controllable.Curvature is uniform (constant radius); cannot model compound or S-curves — those require splines or multiple arcs stitched together.
SplineMaximum shape freedom; can achieve G2 curvature continuity; ideal for ergonomic, sculptural, and brand-driven surface language.Harder to fully constrain; too many control points create unwanted inflections; computationally heavier for downstream features like patterns.
KEY TAKEAWAY
Choosing a sketch tool is like choosing a brush: a flat brush (line/rectangle) gives hard edges and geometric authority, a round brush (circle/arc) gives controlled curvature, and a filbert or palette knife (spline) gives organic, sculptural freedom. The most sophisticated profiles combine all five, just as a master painter alternates brushes within a single canvas to achieve varied texture and energy.

From Sketch Primitives to Advanced Surface Modeling

The five sketch tools covered here form the introductory tier of Fusion 360's sketching capabilities. As you advance, you will encounter tools and workflows that build directly on these primitives. Understanding this progression helps you see today's lesson not as an isolated skill set but as the foundation of a sophisticated modeling language. The table below maps each introductory tool to its advanced counterpart.

Mapping introductory sketch tools to their advanced counterparts in Fusion 360
Introductory ToolAdvanced ExtensionWhat It Adds
LineProjected / Intersected GeometryLines derived from 3D edges or body intersections, enabling sketches that reference existing solid geometry.
RectangleSlot, Polygon, PatternParametric slots with rounded ends; regular polygons; rectangular and circular sketch patterns for repeated features.
CircleEllipse, Conic CurveEllipses for non-circular holes and sections; conic curves (parabolic, hyperbolic) controlled by a rho parameter for aerodynamic and optical shapes.
ArcFillet / Chamfer (sketch-level)Automated arc insertion at intersections; chamfer creates angled cuts. Both are constraint-aware and update with the parent geometry.
SplineT-Spline / Form (Sculpt) EnvironmentFreeform surface editing with subdivision control; enables organic shapes (character models, ergonomic grips) impossible with sketch extrusions alone.

For visual arts students, the most exciting bridge is between the Spline tool and the Form (Sculpt) environment. Where splines give you freeform control in two dimensions, T-Spline surfaces extend that control into three dimensions — allowing you to push, pull, and smooth a polygonal mesh as if shaping digital clay. Many designers start with a sketch spline silhouette, extrude it, then enter the Form workspace to sculpt the volume. Mastering spline behavior now pays compound dividends later.

Practice Problems

PROBLEM 1CONCEPTUAL
In Fusion 360, a rectangle drawn with the Rectangle tool is not stored as a single entity but as four separate line segments. Explain why this design decision benefits the parametric modeling workflow. What would you lose if a rectangle were a monolithic shape?
PROBLEM 2BASIC CALCULATION
You draw a line from point (5, 12) to point (17, 21) on a sketch plane (units in mm). Calculate the length of this line segment using the distance formula. Then determine the angle the line makes with the positive x-axis.
PROBLEM 3INTERMEDIATE
You need to sketch a rounded-rectangle phone case profile that is 75 mm tall and 35 mm wide with 8 mm corner radii. Describe, step by step, which sketch tools and constraints you would use. How many separate sketch entities will exist in the final profile, and how many constraints (geometric + dimensional) are required to fully constrain it?
PROBLEM 4APPLIED
You are designing a ceramic vase whose cross-sectional profile (viewed from the side) has the following contour: a flat 60 mm base, two symmetric spline curves that flare outward to a maximum width of 120 mm at 80 mm height, then taper inward to a 40 mm opening at 150 mm height. The rim has a 5 mm outward-curling lip formed by a tangent arc. Identify which sketch tools you would use for each portion of this profile, and explain how you would ensure G1 continuity at every transition.
PROBLEM 5CRITICAL THINKING
A classmate argues that splines make lines, rectangles, circles, and arcs obsolete — 'Why use anything else when a spline can create any shape?' Construct a detailed counter-argument addressing at least three distinct reasons why the simpler primitives remain essential in professional CAD practice, even when freeform curves are available.

Lesson Summary

Fusion 360's sketch environment provides five core geometry tools — Line, Rectangle, Circle, Arc, and Spline — that together can represent any 2D profile from sharp-edged enclosures to flowing, sculptural silhouettes. Each tool captures specific design intent: lines and rectangles communicate flat, angular geometry; circles define cylindrical or radial features; arcs create controlled, constant-radius transitions; and splines deliver freeform curvature governed by NURBS mathematics.

A professional sketch workflow follows a consistent pattern: select a sketch plane, draw primitives, apply geometric and dimensional constraints until the sketch is fully constrained, then use the closed profile as input for 3D operations like Extrude, Revolve, or Loft. Choosing the right tool for each portion of a profile — lines for straight edges, tangent arcs for smooth G1 transitions, splines for freeform contours — produces models that are easier to constrain, faster to compute, and clearer for collaborators to interpret. These five primitives form the vocabulary from which all parametric 3D geometry is ultimately composed.

Varsity Tutors • Autodesk Fusion 360 • Sketch Geometry Tools — Use sketch geometry tools (line, rectangle, circle, arc, spline)