AUTODESK FUSION 360 • SURFACING

Surface Evaluation — Use surface evaluation tools conceptually (zebra/curvature) (intro)

Learn how zebra stripes and curvature maps reveal hidden surface flaws invisible to the naked eye.

Historical Context & Motivation

The need for rigorous surface evaluation predates digital modeling by decades. In the mid-twentieth century, automotive and aerospace designers relied on physical clay models and carefully raked light across bodywork panels to spot irregularities. A subtle dip or bulge in a car's fender might be invisible under diffuse lighting yet screamingly obvious once reflected highlights swept across the surface—a phenomenon engineers began calling highlight line analysis. As the industry migrated to computer-aided design in the 1970s and 1980s, researchers sought digital analogs for these real-world quality checks. The mathematical tools of differential geometry—already well established in pure mathematics—provided the theoretical backbone for what we now call curvature analysis, while environment-mapping techniques gave rise to zebra stripe analysis.

1959
Pierre Bézier's Curves at Renault
Pierre Bézier developed parametric curve descriptions for car-body design, creating one of the earliest mathematical frameworks for free-form surfaces that would later require evaluation tools.
1975
B-Spline Surfaces in CAD
The adoption of B-spline and NURBS surfaces in early CAD systems made surface quality evaluation a pressing concern—designers could no longer simply run a hand across clay.
1986
Environment Map Reflection Analysis
Researchers introduced digital environment-map reflections—alternating black-and-white stripe patterns projected onto surfaces—to simulate the highlight-raking technique used in physical studios.
2000s
Real-Time Curvature Combs in CAD
Modern CAD packages such as Alias, Rhino, and eventually Fusion 360 integrated real-time curvature comb displays and color-mapped Gaussian curvature overlays, democratizing what was once specialist analysis.
2013–Present
Fusion 360's Inspect Environment
Autodesk Fusion 360 ships with built-in Zebra Analysis and Curvature Map tools under the Inspect menu, bringing surface evaluation to students and independent designers at no additional cost.

The central question these tools answer is deceptively simple: Is my surface actually smooth, or does it just look smooth in the default shaded viewport? A surface that appears flawless in a flat-lit preview can harbor tangent breaks, curvature discontinuities, and micro-waviness that only become visible once the object is fabricated, painted, or placed under directional lighting. Surface evaluation tools exist to close this gap between screen appearance and physical reality, giving you the designer's equivalent of an X-ray before committing to production.

Core Principles & Definitions

Before diving into Fusion 360's specific tools, it helps to internalize a handful of foundational ideas that govern every surface evaluation workflow. These concepts come from differential geometry and optics, but you do not need to be a mathematician to apply them—think of them as a vocabulary for describing surface quality with precision rather than intuition alone.

1

Continuity Classes (G0, G1, G2, G3)

Geometric continuity describes how smoothly two adjacent surface patches meet. G0 means the patches share a common edge (positional). G1 adds tangent alignment (no visible crease). G2 ensures matching curvature (seamless highlight flow). G3 extends to rate-of-curvature matching, yielding the silkiest transitions.
2

Surface Normal & Tangent Plane

At every point on a surface, a normal vector points perpendicular to the surface and a tangent plane is the flat plane that just 'kisses' the surface at that point. Zebra stripes depend on these normals to compute how a virtual environment is reflected.
3

Curvature (κ)

Curvature measures how sharply a surface bends at a given point. High curvature means a tight bend; zero curvature is perfectly flat. On a 3D surface, curvature varies by direction—captured by principal curvatures κ₁ and κ₂.
4

Zebra Stripes (Reflection Lines)

A zebra analysis wraps the virtual environment in alternating black-and-white bands. By observing how the reflected stripes flow across a surface—whether they kink, break, or waver—you can diagnose continuity defects that the default shading hides.
5

Curvature Map (False-Color Display)

A curvature map assigns a color to every point on a surface based on its local curvature value. Cool colors (blue) typically represent low curvature, warm colors (red) represent high curvature, and abrupt color jumps reveal discontinuities.
KEY TAKEAWAY
Think of zebra stripes as the digital equivalent of examining a car's paint job in a fluorescent-lit parking garage: the long, straight tube lights create sharp reflections that expose every tiny wave and dent. Curvature maps, meanwhile, are more like a thermal camera for shape—they assign a temperature-like color to each point so that subtle bulges and dips leap out in vivid contrast. Together these two tools replace guesswork with measurable, repeatable feedback.

Visual Explanation — Zebra Stripes on Surfaces

Left: two patches joined with G1 (tangent) continuity—the zebra stripes kink at the join, revealing a curvature mismatch. Right: two patches joined with G2 (curvature) continuity—the stripes flow smoothly through the join. The red circle highlights the diagnostic kink that the default shaded view would hide.

The diagram above captures the essential diagnostic logic of zebra analysis. On the left, Patch A (violet curve) meets Patch B (pink curve) with only G1 tangent continuity: the two surfaces share the same tangent direction at the seam, so there is no visible crease in the default viewport. However, the curvature values differ across the boundary. When you enable zebra stripes, the reflected bands change direction abruptly—producing a telltale kink at the join, marked here by the red circle. On the right, Patch C (cyan) meets Patch D (emerald) with G2 curvature continuity. The stripes glide from one patch to the next without any directional break, confirming that both tangent and curvature match at the boundary. This visual comparison is precisely what you perform every time you toggle Inspect → Zebra Analysis in Fusion 360.

Mathematical Framework — Curvature Basics

While you will not typically compute curvature by hand inside Fusion 360, understanding the underlying mathematics helps you interpret the color maps the software generates. Surface curvature extends the familiar notion of curve curvature—how quickly a tangent direction rotates as you move along a path—into two dimensions.

CURVATURE OF A PLANE CURVE
κ = 1 / R
Where κ (kappa) is the curvature at a point, and R is the radius of the osculating circle—the circle that best fits the curve at that point. A tight bend has a small R and thus a large κ.
GAUSSIAN CURVATURE
K = κ₁ × κ₂
On a surface, curvature depends on direction. The two extreme values—principal curvatures κ₁ (maximum curvature) and κ₂ (minimum curvature)—are multiplied to yield Gaussian curvature K. K > 0 indicates a dome or bowl (elliptic point), K < 0 indicates a saddle (hyperbolic point), and K = 0 indicates a flat or cylindrical region.
MEAN CURVATURE
H = (κ₁ + κ₂) / 2
Mean curvature H averages the two principal curvatures. Fusion 360's curvature map often defaults to displaying mean curvature because it correlates well with how a surface 'feels' under highlight reflections. A surface where H = 0 everywhere is a minimal surface (like a soap film).

Fusion 360's curvature map computes these values at every evaluation point on the surface, then maps the magnitude to a color ramp. When you see a sudden jump in color—say, from deep blue to bright red without an intermediate gradient—you are witnessing a curvature discontinuity, which is the mathematical signature of a G1 (tangent-only) join. A smooth gradient through the join indicates G2 or better continuity. Understanding this mapping from numbers to colors is what separates a designer who merely turns the tool on from one who can diagnose and fix problems.

Detailed Breakdown — Continuity Classes Visualized

The continuity between adjacent surface patches is the single most important quality criterion in surfacing work, and both zebra stripes and curvature maps are diagnostic tools for continuity. The following diagram and table provide a systematic reference for what each continuity class looks like through evaluation tools and where each is acceptable in practice.

A systematic comparison of the four geometric continuity classes (G0 through G3) showing their surface profiles, zebra stripe signatures, curvature map behavior, and typical industrial use cases. As you move right, surface quality increases. Fusion 360 can readily diagnose up to G2; G3 analysis requires careful curvature-comb inspection.
Continuity class reference for surface evaluation
ContinuityWhat Matches at the JoinZebra Stripe SymptomCurvature Map Symptom
G0Position onlyStripes break/disconnect at seamHard line with no color match
G1Position + tangent directionStripes connect but kink (change angle)Colors match at seam but gradient jumps
G2Position + tangent + curvature magnitudeStripes flow smoothly through seamSmooth color gradient across seam
G3Position + tangent + curvature + curvature rateStripes flow with consistent spacingGradient changes imperceptibly

Worked Example — Diagnosing a Lofted Body in Fusion 360

Imagine you have lofted two profiles in Fusion 360 to create a flowing, organic body for a table lamp. The default shaded view looks perfectly acceptable, but before sending the file for 3D printing or CNC machining, you want to verify surface quality. Here is the step-by-step diagnostic workflow using Fusion 360's evaluation tools.

Evaluating a Lofted Lamp Body
1
Step 1 — Enable Zebra AnalysisWith the lofted body selected, navigate to Inspect → Zebra Analysis. The viewport replaces the shaded material with alternating black-and-white stripe reflections. Slowly orbit around the model, watching how the stripes travel across each surface patch.
2
Step 2 — Identify Stripe Behavior at JoinsFocus your attention on the seams where the loft's internal spans meet. If the stripes flow without kinking, the loft has at least G2 continuity across those boundaries. If you see kinks—sharp changes in stripe direction—the join is only G1. If stripes break entirely, you have a G0 positional join that will appear as a hard crease on the finished object.
Observation: stripes kink at the mid-height seam → G1 tangent join detected.
3
Step 3 — Switch to Curvature MapExit Zebra Analysis and enable Inspect → Curvature Map. The surface is now false-colored from blue (low curvature) to red (high curvature). Examine the same mid-height seam. A smooth gradient of color across the seam would indicate G2; an abrupt jump in color confirms the G1 diagnosis from the zebra check.
Observation: curvature map shows an abrupt color step at the mid-height seam, confirming G1.
4
Step 4 — Upgrade ContinuityTo fix the issue, edit the loft feature and change the guide-rail tangency setting from Tangent (G1) to Curvature (G2) at the mid-height profile. Confirm the edit and re-run the zebra analysis.
5
Step 5 — Verify the FixRe-enable Inspect → Zebra Analysis. Orbit around the model again. The stripes should now flow smoothly across the previously problematic seam. Confirm with the curvature map: the false-color gradient should transition gradually rather than jumping.
Result: Smooth stripe flow and continuous color gradient confirmed — the lofted body now has G2 continuity at all joins.

Zebra Analysis vs. Curvature Map — Strengths & Limitations

Both zebra analysis and curvature mapping are surface evaluation tools, but they excel in different scenarios. Understanding when to reach for each—or when to combine them—is a hallmark of mature surfacing practice. The table below provides a direct comparison.

Comparison of Fusion 360 surface evaluation tools
CriterionZebra AnalysisCurvature Map
What it revealsReflection continuity, surface waviness, tangent breaksCurvature magnitude, flat spots, curvature discontinuities
Best forSimulating real-world reflections (painted or glossy finishes)Quantifying surface shape and identifying subtle bumps
Ease of interpretationIntuitive—mimics physical highlight checkRequires understanding of the color ramp and curvature values
Detects G0 breaksYes — stripes disconnectYes — hard color boundary
Detects G1 kinksYes — stripes kink at seamPartially — color may or may not jump depending on ramp range
Detects G2 issuesDifficult — stripes appear smooth even with G1.5Yes — gradient kinks are visible in the color field
LimitationDepends on viewing angle; can miss defects aligned with stripe directionColor ramp range must be tuned; too wide hides subtle variation
KEY TAKEAWAY
Think of zebra analysis as a flashlight and curvature mapping as a ruler. The flashlight (zebra) lets you see that something is wrong by casting revealing light across the surface, but it does not tell you exactly how wrong it is. The ruler (curvature map) measures the deviation and quantifies it numerically. Professional surfacers use the flashlight first for a quick scan, then reach for the ruler to measure specific problem areas.

Connection to Advanced Surfacing & Class A Standards

The zebra and curvature tools you have explored in this lesson are the introductory tier of a much deeper evaluation ecosystem used in industries where surface quality is mission-critical. Automotive design studios, for instance, work to Class A surface standards, which demand G2 or G3 continuity across every visible exterior panel. These workflows employ additional analysis modes—curvature combs, isophote lines, mean curvature deviation metrics—that go well beyond what Fusion 360's built-in tools provide. Specialized software such as Autodesk Alias, ICEM Surf, and Dassault's CATIA ICEM module are purpose-built for this level of scrutiny.

Intro vs. advanced surface evaluation comparison
ConceptIntro Level (This Lesson)Advanced Level
Zebra stripesBinary black/white stripe environmentCustomizable multi-band environments, isophote analysis, highlight line density
Curvature displayFalse-color curvature mapCurvature combs on surface sections, Gaussian vs. mean curvature toggling, curvature flow lines
Target continuityG1–G2 for most design applicationsG2–G3 required for Class A exterior panels
SoftwareFusion 360 Inspect toolsAlias, ICEM Surf, CATIA ICEM, Rhino + VSR Shape Modeling

Even if your current work stays within Fusion 360, cultivating the habit of evaluating every surface before exporting is a professional discipline that will serve you well. As you progress into more demanding projects—product enclosures, sculptural installations, or automotive concept models—you will find that the diagnostic instincts you build now transfer directly to the more sophisticated tools of advanced surfacing studios.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain, in your own words, why a surface can appear perfectly smooth in Fusion 360's default shaded view yet still contain a G1 tangent-only join. What physical scenario would expose this flaw?
PROBLEM 2BASIC CALCULATION
A curvature map shows a point on a surface where the principal curvatures are κ₁ = 0.5 mm⁻¹ and κ₂ = −0.2 mm⁻¹. Calculate the Gaussian curvature K and the mean curvature H. Is this point elliptic, hyperbolic, or parabolic?
PROBLEM 3INTERMEDIATE
You are modeling a phone case in Fusion 360. After lofting between two rectangular profiles with rounded corners, the zebra stripes appear smooth along the sides but kink noticeably at the transitions near the corners. Using what you know about continuity and the loft tool, describe two possible causes and one corrective strategy for each.
PROBLEM 4APPLIED
You are preparing a sculptural installation piece for CNC milling from aluminum. The finished surface will be mirror-polished. The curvature map reveals a narrow band of very high curvature (bright red on the color ramp) running along one edge of a blended region, while the zebra stripes show slight waviness in that same area. Explain what manufacturing defect this would likely produce and outline a workflow to fix it before sending the file to the CNC shop.
PROBLEM 5CRITICAL THINKING
Fusion 360's zebra analysis uses parallel, evenly-spaced stripes. Suppose instead you could design a custom environment pattern for reflection analysis—concentric circles, random dots, or gradient bands of varying width. Argue for or against one alternative pattern, explaining what diagnostic advantages or disadvantages it would offer compared to standard zebra stripes. Reference continuity classes in your reasoning.

Lesson Summary

Surface evaluation tools transform the way you assess quality in Fusion 360 by revealing information that the default shaded viewport conceals. Zebra analysis projects alternating black-and-white stripes onto the surface as a virtual reflected environment; the behavior of those stripes—whether they flow smoothly, kink, or break—directly diagnoses the geometric continuity at surface joins. Curvature maps provide a complementary, quantitative perspective by false-coloring the surface according to local curvature values (κ), enabling you to spot flat spots, pinches, and subtle oscillations that even zebra stripes might miss.

The four continuity classes—G0 (position), G1 (tangent), G2 (curvature), and G3 (rate of curvature)—form the vocabulary for describing surface quality, and each has a distinct signature under both evaluation tools. Gaussian curvature (K = κ₁ × κ₂) and mean curvature (H = (κ₁ + κ₂) / 2) provide the mathematical foundation that the color ramp encodes. By integrating zebra and curvature checks into your routine workflow—before exporting, before fabrication—you close the gap between on-screen appearance and physical reality, building the diagnostic instincts that distinguish professional-quality surfacing from guesswork.

Varsity Tutors • Autodesk Fusion 360 • Surface Evaluation — Use surface evaluation tools conceptually (zebra/curvature) (intro)