AUTODESK FUSION 360 • SOLID MODELING

Loft — Create lofts between profiles and manage guide rails (intro-to-standard)

Master the art of sculpting smooth, organic solid forms by blending closed profiles along guide rails in Fusion 360.

Historical Context & Motivation

The concept of lofting predates digital modeling by centuries, originating in the shipbuilding yards of Europe where full-scale hull shapes were drawn on the floors of vast rooms called mould lofts. Shipwrights would lay out cross-sectional frames—essentially 2D profiles at different stations along the keel—and then fair smooth planking between them, producing complex compound-curved surfaces that no single extrusion or revolution could describe. This physical process of interpolating a surface between a series of ordered cross-sections is precisely the operation that modern CAD tools replicate digitally. In Autodesk Fusion 360, the Loft command allows designers and artists to generate solids, surfaces, and cut features by blending two or more sketch profiles, with optional guide rails that steer the interpolation precisely.

1700s
Mould Lofts in Shipbuilding
Shipwrights draw full-size cross-sections on loft floors and fair planking between station frames, establishing the foundational principle of interpolating surfaces between ordered profiles.
1960s
Bézier & Coons Surface Patches
Pierre Bézier at Renault and Steven Coons at MIT develop parametric surface mathematics that allow computers to interpolate smooth skins between boundary curves—the mathematical backbone of digital lofting.
1980s
NURBS-Based CAD Systems
Commercial CAD software such as CATIA and Unigraphics introduce NURBS-driven loft features, enabling aerospace and automotive industries to model aerodynamic bodies digitally for the first time.
2013
Fusion 360 Public Launch
Autodesk releases Fusion 360 as a cloud-connected parametric modeler, democratizing tools like Loft, Sculpt, and Sweep for designers, artists, and makers without enterprise-level budgets.
2020s
Generative & Organic Modeling
Loft commands now work hand-in-hand with generative design and mesh-based sculpting, empowering visual artists to create organic product forms, wearable art, and sculptural objects with unprecedented fluidity.

The central question the loft feature addresses is deceptively simple: how do you create a 3D form that transitions smoothly from one shape to a completely different shape? An extrusion repeats a single profile; a revolve spins one profile around an axis. But a loft can morph a circle into a square, a triangle into an ellipse, or any combination of profiles placed on different planes, generating the kind of organic, transitional geometry that defines everything from perfume bottles to sports-car fenders to sculptural furniture legs.

Core Principles & Definitions

Before you invoke the Loft tool in Fusion 360, it helps to internalize the handful of core concepts that govern how the feature works. Every loft operation can be understood as an interpolation problem: you provide the software with discrete pieces of information—profiles, rails, tangency conditions—and Fusion 360's NURBS engine computes the smoothest surface that satisfies all of those constraints simultaneously. Understanding these building blocks will let you predict what the tool will produce before you click OK.

1

Profiles

Closed sketch outlines or face edges placed on distinct construction planes. The loft transitions through each profile in the order you select them. A minimum of two profiles is required.
2

Guide Rails

3D sketch paths or edges that run between or through the profiles. Rails constrain the shape of the transition surface, preventing Fusion from choosing its own interpolation path.
3

Tangent Conditions

Each profile end can be set to Free, Direction, or Tangent continuity. These settings control whether the lofted surface blends seamlessly into adjacent geometry or terminates with a distinct break.
4

Operation Type

Like Extrude, a Loft can perform New Body, Join, Cut, or Intersect operations, making it a versatile tool for both additive and subtractive modeling workflows.
5

Center-Line Rail

A special single rail that acts as the spine of the loft. Profiles are distributed and oriented along this path, useful for creating swept-style lofts with varying cross-sections.
KEY TAKEAWAY
Think of a loft like threading beads of different shapes onto a flexible wire. Each bead is a profile, the wire is the guide rail, and the smooth skin that stretches between the beads is the lofted surface. Without the wire, the beads can slide and tilt freely—just as without a guide rail, Fusion chooses its own interpolation path. Adding rails gives you artistic control over exactly how the form flows from one cross-section to the next.

Visual Explanation — Anatomy of a Loft

The diagram above shows a basic two-profile loft. Profile 1 is an ellipse on the XY origin plane, while Profile 2 is a rounded rectangle on a parallel offset plane. The guide rail (yellow curve) constrains the upper edge of the transition, pulling the lofted skin into a controlled arc rather than a straight linear interpolation.

In the diagram, notice how the shaded region between the two profiles represents the lofted body. Without the guide rail, Fusion 360 would compute the shortest, smoothest possible transition between the ellipse and the rounded rectangle—often producing a form that looks somewhat generic and inflated. The guide rail introduces a designer-specified curvature that arches the top edge upward, which is precisely the kind of deliberate sculptural decision that distinguishes a refined product form from a computational default. In your own projects—whether you're modeling a ceramic vase, a game-controller grip, or a wearable sculpture—guide rails translate your aesthetic intent into geometric reality.

How Loft Works — The Underlying Mechanism

Under the hood, Fusion 360's Loft feature constructs a NURBS surface (Non-Uniform Rational B-Spline) that passes through every selected profile while obeying any guide-rail or tangency constraints you specify. A NURBS surface is defined by two parametric directions—commonly labeled u and v. In a loft, one direction (u) runs along each profile's perimeter, while the other direction (v) runs between profiles, tracing the path of the transition. The guide rails constrain specific iso-parametric curves in the v direction, forcing the surface to pass through those curves rather than freely interpolating.

PARAMETRIC SURFACE POINT
S(u, v) = Σᵢ Σⱼ Nᵢ,ₚ(u) · Nⱼ,q(v) · wᵢⱼ · Pᵢⱼ / Σᵢ Σⱼ Nᵢ,ₚ(u) · Nⱼ,q(v) · wᵢⱼ
Where S(u, v) is a point on the surface, Pᵢⱼ are control points arranged in a grid, N are B-spline basis functions of degree p and q, and wᵢⱼ are rational weights. You do not need to compute this yourself—Fusion 360 handles it—but knowing the structure helps you understand why more profiles and rails yield a more controlled result.

Profile Order & Point Mapping

One of the most common sources of unexpected twisting in a loft is incorrect point mapping. When Fusion 360 lofts between two profiles, it establishes a correspondence between points on the first profile and points on the second. If the starting vertices of a circle and a square are on opposite sides, the resulting surface will twist like a wrung towel. You can control this by clicking the small green arrows that appear at profile vertices in the loft dialog and dragging them to align. Alternatively, adding a guide rail that passes through corresponding vertices on each profile resolves the ambiguity entirely, because the rail explicitly defines how the surface flows from one profile point to the matching point on the next.

Tangency & Continuity

Each end of a loft—meaning the first and last profile—can be assigned a continuity condition. In Fusion 360's standard workspace, you will encounter three options. Free (G0) means the surface simply touches the profile plane with no constraint on the angle of departure. Tangent (G1) forces the surface to leave the profile plane at a smooth, continuous angle that matches an adjacent face—critical when lofting into an existing solid so that the transition appears seamless. Direction lets you specify a custom angle and weight, giving fine-grained control over how steeply or gently the surface departs from the profile plane. For most introductory work, toggling between Free and Tangent will cover the vast majority of design scenarios you encounter.

Guide Rails — Types & Best Practices

Three side-by-side comparisons. On the left, a loft with no guide rail produces a default interpolation. In the center, one guide rail constrains one edge while the opposite side remains free. On the right, two guide rails fully define both sides, giving maximum control over the resulting form.

Guide Rail Requirements

  • Touch every profile: A guide rail must physically intersect or pierce each profile sketch. If there's a gap, Fusion 360 will reject the rail or produce unexpected geometry.
  • Be a single continuous path: Composite sketch curves with kinks or discontinuities may cause the loft to fail. Use splines or tangent-connected arcs for smooth rails.
  • Align start/end points intentionally: The point where the rail meets each profile determines the seam alignment. Misalignment causes surface twisting, which is easy to fix by adjusting sketch point positions.
  • Use 3D sketches for non-planar rails: If your profiles are on non-parallel planes, or you need the surface to curve in three dimensions, create the guide rail as a 3D spline (Create → 3D Sketch).

Center-Line Rail vs. Standard Guide Rail

Fusion 360 distinguishes between a center-line rail and standard guide rails. A center-line rail acts as the backbone or spine of the loft: profiles are oriented perpendicular to this path, and Fusion distributes cross-sections along its length. This approach is similar to a Sweep operation but allows the cross-section shape to change from station to station. Standard guide rails, by contrast, define specific edges or contours of the lofted surface itself. You can use one center-line rail or up to two standard guide rails per loft, but not both simultaneously in the intro-to-standard workspace. Understanding this distinction is key to choosing the right workflow for any given form.

Worked Example — Sculpted Vase Body

In this example, we will model the body of a sculptural ceramic vase that transitions from a narrow oval base to a wide circular mouth, with a concave waist in between. The form requires three profiles and one guide rail to achieve a controlled, elegant silhouette.

Sculpted Vase — Three-Profile Loft with Guide Rail
1
Step 1 — Create the Base ProfileOn the XY origin plane, create a new sketch and draw a center-point ellipse centered at the origin with a major axis of 40 mm and a minor axis of 25 mm. Finish the sketch.
Profile 1: Ellipse 40 × 25 mm on XY plane (Z = 0)
2
Step 2 — Create the Waist ProfileUse Construct → Offset Plane to create a plane 80 mm above the origin. On this new plane, sketch a smaller ellipse centered at the origin projection: major axis 20 mm, minor axis 15 mm. This narrower shape will produce the concave waist of the vase. Finish the sketch.
Profile 2: Ellipse 20 × 15 mm at Z = 80 mm
3
Step 3 — Create the Mouth ProfileCreate another offset plane at 160 mm above the origin. On this plane, sketch a circle centered at the origin projection with a diameter of 60 mm. The circle is the widest cross-section, forming the open mouth.
Profile 3: Circle ⌀60 mm at Z = 160 mm
4
Step 4 — Draw the Guide RailActivate Create → 3D Sketch. Draw a spline that starts at the rightmost point of Profile 1 (20, 0, 0), passes through the rightmost point of Profile 2 (10, 0, 80), and ends at the rightmost point of Profile 3 (30, 0, 160). Adjust the spline handles to create a smooth concave-then-convex S-curve that defines the silhouette of the vase's right side.
3D spline guide rail touching all three profiles at corresponding right-edge points
5
Step 5 — Execute the LoftNavigate to Create → Loft. In the loft dialog, select Profile 1, Profile 2, and Profile 3 in order (bottom to top). Under Guide Type, choose Guide Rail and select the 3D spline. Verify that the preview shows a smooth, untwisted form. Set the first profile's condition to Free and the last profile's condition to Free. Set the Operation to New Body and click OK.
Result: A solid vase body with a controlled S-curve silhouette, narrow waist, and flared mouth. The form is fully parametric—editing any profile sketch or the guide-rail spline will update the entire body.
💡 Pro Tip — Shell After Loft
To turn the solid vase into a hollow vessel, select the top face (the mouth) and use Modify → Shell with a wall thickness of 2–3 mm. This is a common Visual Arts workflow: loft for the exterior form, shell for the interior cavity.

Loft vs. Other Form-Making Commands

Fusion 360 offers several tools for creating 3D geometry from 2D sketches, and understanding when to reach for the Loft command rather than Extrude, Revolve, or Sweep will save significant time and rework. The table below compares these core solid-creation commands across key dimensions relevant to visual arts workflows.

Comparison of Fusion 360's four primary solid-creation commands
CommandInput RequiredCross-Section VariationBest Use Case
Extrude1 profile + distance/directionNone — constant cross-section with optional taper anglePrismatic shapes: boxes, cylinders, uniform walls
Revolve1 profile + axis of revolutionNone — profile is rotated, not morphedAxially symmetric forms: bowls, rings, turned objects
Sweep1 profile + 1 pathNone — same cross-section travels along the pathTubes, pipes, handles, extruded-along-curve forms
Loft2+ profiles + optional guide railsFull variation — shape morphs between profilesOrganic transitions: vases, bottles, furniture legs, sculptures
KEY TAKEAWAY
Extrude is like pushing a cookie cutter straight through dough—the shape never changes. Revolve is like spinning clay on a potter's wheel—symmetry is enforced. Sweep is like squeezing frosting through a piping tip along a curved path—same shape, different trajectory. Loft is the only one of the four that allows the cross-section to fundamentally change shape along the path—making it indispensable whenever your design demands organic, transitional forms.

Connecting to Advanced Lofting & Surface Modeling

The introductory-to-standard Loft workflow covered in this lesson is the gateway to a much deeper set of surface-modeling capabilities in Fusion 360. As your formal vocabulary expands and your projects grow more ambitious, you will encounter scenarios where the standard solid Loft reaches its limits—multi-body surfacing, curvature (G2) continuity, and complex multi-rail setups that require the Surface workspace or even the Sculpt (T-Spline) environment. The table below maps out how the concepts you've learned connect to these more advanced tools.

Introductory concepts mapped to advanced Fusion 360 workflows
Concept Learned HereAdvanced ExtensionWhere to Find It in Fusion 360
Solid Loft (New Body)Surface Loft — creates a surface patch instead of a solid, enabling trimming and stitching workflowsSurface → Create → Loft
Tangent (G1) continuityCurvature (G2) and G3 continuity for class-A surface quality in automotive and industrial designAvailable in the Surface Loft dialog and Patch workspace
1–2 guide railsMulti-rail sweeps and boundary fills that accept more than two rails for complex compound-curved surfacesSurface → Create → Boundary Fill
Sketch-based profilesT-Spline sculpt forms that bypass sketches entirely, enabling freeform organic push-pull modelingDesign → Create Form (Sculpt environment)

For Visual Arts students, the Surface Loft and Sculpt environments are where the most expressive design work happens. Once you are comfortable creating reliable solid lofts with guide rails, consider experimenting with the Sculpt (T-Spline) environment for truly organic forms—sculptures, wearable art, furniture with flowing curves—and then convert those forms back to BRep solids for manufacturing. The parametric discipline of setting up profiles, rails, and tangency conditions that you've built in this lesson will make those advanced workflows feel far more intuitive.

Practice Problems

PROBLEM 1CONCEPTUAL
A designer places two identical circular profiles on parallel planes 100 mm apart and creates a loft with no guide rails. Describe the resulting solid and explain why a guide rail would be unnecessary in this particular case.
PROBLEM 2BASIC
You want to loft between a square (50 × 50 mm) on the XY plane and a circle (⌀50 mm) on a plane offset 120 mm in Z. List the minimum sketch geometry you need to create before invoking the Loft command. How many profiles will you select, and what is the minimum number of guide rails required for the loft to succeed?
PROBLEM 3INTERMEDIATE
You are creating a perfume bottle body using three profiles: a rounded rectangle at the base (Z = 0), a narrow ellipse at the waist (Z = 60 mm), and a circle at the neck (Z = 120 mm). When you preview the loft, the surface twists between the rectangle and the ellipse. Identify two distinct strategies to resolve the twisting and explain the mechanism behind each.
PROBLEM 4APPLIED
You are designing a sculptural furniture leg that starts as a 30 mm square at the floor, transitions to a 20 mm circle at the seat junction (400 mm up), and must bow outward by 15 mm at the midpoint to create a graceful cabriole-style curve. Describe the complete workflow—sketches, construction planes, guide rail(s), and loft settings—needed to achieve this form in Fusion 360. Specify whether you would use a center-line rail or a standard guide rail, and justify your choice.
PROBLEM 5CRITICAL THINKING
Consider the statement: 'A loft with many guide rails will always produce a better result than a loft with none.' Construct a reasoned argument that both supports and challenges this claim, drawing on the concepts of NURBS interpolation, designer intent, and computational complexity. Under what circumstances might a rail-free loft actually be preferable?

Lesson Summary

The Loft command in Fusion 360 generates smooth 3D solids or surfaces by interpolating between two or more sketch profiles placed on distinct planes. Unlike Extrude, Revolve, or Sweep, the Loft is the only standard solid-creation tool that allows the cross-sectional shape to change fundamentally from one station to the next, making it indispensable for organic, transitional geometry in visual arts workflows. The operation's behavior is governed by a NURBS surface engine that computes the fairest possible skin through all specified constraints.

Guide rails are the primary mechanism for controlling how the surface flows between profiles, preventing default interpolation from producing generic or unintended forms. Each rail must touch every profile as a single continuous path. Tangency conditions (Free, Tangent, or Direction) at the first and last profiles further refine how the loft meets adjacent geometry. As a practice discipline, always start with the simplest configuration—two profiles, no rails—then add constraints incrementally until the form matches your design intent. This progressive refinement approach keeps the parametric model robust and easy to edit, which is critical for iterative creative workflows.

Varsity Tutors • Autodesk Fusion 360 • Loft — Create lofts between profiles and manage guide rails (intro-to-standard)