All questions
Question 1
Four wall surfaces of an enclosure stop slightly below an existing roof surface. The wall and roof geometry is otherwise suitable for forming a closed shell.
Which workflow most reliably converts the enclosure into a solid while preserving the roof as the final upper boundary?
- Stitch the walls using a large tolerance so the gap is bridged, then trim the resulting solid body with the roof surface to remove the excess.
- Extend the wall edges through the roof, trim the excess wall material with the roof surface, then stitch all surfaces into a closed shell. (correct answer)
- Trim the wall surfaces at their current top edges to clean them up, then extend the roof downward to reach the walls and thicken it to close the gap.
- Stitch only the four walls into a single sheet body, then use Extend on the resulting body's upper boundary edges to reach the roof level.
Explanation: When converting open surfaces into a solid body in Fusion 360, the golden rule is: you need a perfectly closed shell before Stitch can produce a solid. That means every surface must share edges with its neighbors — no gaps, no overlaps. Your job is to engineer that closed shell first, then let Stitch do its work.
The workflow in B is the correct approach because it attacks the gap problem directly and systematically. By extending the wall surfaces upward through the roof, you create intentional overlap. You then use Trim to cut the walls cleanly along the roof surface, so the wall tops align exactly with the roof boundary. Now every surface shares a continuous edge with its neighbors, the shell is closed, and Stitch reliably produces a watertight solid — with the roof serving as the true upper boundary.
A is tempting but flawed. Stitching with a large tolerance doesn't geometrically fix the gap — Fusion 360 may reject it or produce an imprecise, unreliable result. Trimming afterward is also backwards; you'd be trying to fix a broken solid rather than building correctly from the start.
C misunderstands which surface should move. Extending the roof downward and then thickening it doesn't close the shell — thickening a surface creates a new body, not a bridge between existing walls. This leaves the enclosure open.
D fails because Extend on a stitched sheet body's boundary edges doesn't guarantee the walls will meet the roof geometry precisely, and it skips the critical Trim step that ensures a clean, shared edge.
As a study tip: whenever a surface-to-solid question involves a gap, think Extend → Trim → Stitch — close the gap geometrically before you ever attempt stitching.
Question 2
An imported enclosure consists of aligned surface faces. Inspection shows that intended matching edges have gaps no larger than 0.08mm. Other nearby edges that must remain separate are approximately 0.18mm apart.
Which Stitch tolerance is the most appropriate initial choice?
- 0.05mm, because a tolerance should remain below every measured intended gap.
- 0.08mm exactly, because equal tolerance guarantees every imported edge will join.
- 0.10mm, because it covers intended gaps while remaining below unrelated edge spacing. (correct answer)
- 0.20mm, because the largest practical tolerance provides the most reliable solid.
Explanation: When working with the Stitch command in Fusion 360, your tolerance value determines the maximum gap distance between edges that the tool will attempt to close and join into a solid. The critical challenge is selecting a value large enough to capture all intended joins while staying small enough to avoid accidentally merging edges that should remain separate — think of it as threading a needle between two constraints.
In this scenario, your intended gaps reach up to 0.08mm, and your nearest unrelated edges sit 0.18mm apart. You need a tolerance that clears the first threshold but falls short of the second. A value of 0.10mm does exactly that: it covers every intended gap (since 0.10>0.08) while leaving a comfortable buffer below the 0.18mm separation of edges that must stay independent. That makes C the correct choice.
A fails because 0.05mm sits below the maximum intended gap of 0.08mm, meaning Stitch would miss some edges it's supposed to join — leaving an incomplete, open surface rather than a closed solid.
B sounds precise, but setting the tolerance exactly equal to the largest gap is risky: any measurement imprecision or floating-point rounding could still leave that edge unstitched. Equal is not guaranteed.
D is the most dangerous choice. A tolerance of 0.20mm exceeds the 0.18mm gap between unrelated edges, causing Stitch to incorrectly merge geometry that should remain separate, corrupting the model.
As a general rule on Stitch tolerance questions: find the window between your largest intended gap and your smallest unintended gap, then choose a value comfortably inside that window. Question 3
A parametric model contains three consecutive timeline features: an Extend feature makes a wall surface intersect a roof, a Trim feature cuts the wall at the roof, and a Stitch feature closes the enclosure. The extension distance is later reduced so the wall no longer reaches the roof.
What is the most likely consequence after Fusion recomputes the timeline?
- The Trim may fail from loss of intersection, leaving the downstream Stitch unable to close the enclosure. (correct answer)
- The Stitch automatically increases the earlier extension distance until the roof is reached again.
- The Trim moves the roof toward the shortened wall so that its previous boundary remains valid.
- The model remains a solid because downstream surface features do not depend on earlier intersections.
Explanation: Whenever you see a question about parametric modeling timelines, think about feature dependencies: each feature relies on the geometry produced by the one before it. In Fusion 360, the timeline recomputes sequentially, so a failure in an early feature can cascade into every downstream feature that depends on it.
Here's the chain in this scenario: the Extend feature stretches the wall to intersect the roof, the Trim feature uses that intersection as its cutting boundary, and the Stitch feature closes the resulting surfaces into an enclosed body. When you reduce the extension distance so the wall no longer reaches the roof, the intersection disappears entirely. The Trim feature then has no valid cutting tool — it references geometry that no longer exists — and will likely throw an error or produce no result. Without a properly trimmed wall, the Stitch has no valid open edges to close, so the enclosure fails too. This cascading breakdown makes A correct.
B is wrong because Fusion 360 does not automatically adjust upstream features to compensate for downstream failures. Parameters only change when you explicitly edit them — the software doesn't "negotiate" geometry for you.
C is wrong because the roof is a fixed surface; Trim features reference geometry to define boundaries, they don't relocate existing bodies to preserve a previous result.
D is wrong because it fundamentally misunderstands parametric dependencies. Downstream features absolutely depend on upstream geometry — that's the entire premise of parametric, history-based modeling.
Study tip: Whenever a timeline parameter changes, trace the dependency chain forward. Any feature that references geometry created by the edited feature is a potential failure point.
Question 4
A surface boundary ends approximately 3 mm before a planar surface that must become its final boundary. The two surfaces currently have no intersection.
Which approach provides the most robust final boundary for subsequent stitching?
- Trim the short surface with the plane as the first step to clean its edge, then extend the trimmed edge the remaining distance toward the plane.
- Extend the surface boundary by exactly 3 mm to meet the plane, then stitch it immediately using the resulting edge without adding a trim step.
- Set the Stitch tolerance above 3 mm so that the existing short edge is treated as coincident with the plane and joined without any extension.
- Extend the surface boundary slightly beyond the plane to guarantee an intersection, then trim the extended surface back with the plane to establish the exact final edge. (correct answer)
Explanation: When working with surface modeling in Fusion 360, the key principle for creating clean, reliable boundaries is the extend-beyond-then-trim workflow. Whenever two surfaces need to meet precisely at a boundary, you want a guaranteed geometric intersection rather than a hoped-for tangency.
Extending the surface slightly past the plane ensures a true, calculable intersection line exists between the two surfaces. Trimming back to the plane then uses that intersection to define a mathematically exact edge — one that Fusion 360's stitching engine can reliably recognize as coincident. This is option D, and it's the most robust approach because it eliminates ambiguity about where the boundary actually lies.
Option A has the logic reversed: trimming a surface that doesn't yet reach the plane gives you nothing to trim against — the two surfaces don't intersect, so the trim operation has no valid boundary to work with. You'd then be extending a trimmed edge, compounding the problem rather than solving it.
Option B risks a common surface modeling failure. Extending by exactly 3 mm assumes perfect measurement and zero modeling tolerance. If the extension lands even fractionally short of the plane, no intersection exists and stitching will fail. "Exact" distances in parametric surface work are rarely as precise as they appear.
Option C is a particularly dangerous shortcut. Inflating stitch tolerance to bridge a geometric gap doesn't fix the underlying discontinuity — it forces Fusion 360 to accept a flawed join, which typically causes downstream problems in analysis, manufacturing, or further modeling operations.
Remember: in surface modeling, always extend past your target boundary, then trim back. This "overshoot and cut" pattern guarantees clean edges every time.
Question 5
A designer selects six surface faces that enclose a box-shaped volume. Every boundary edge has a matching edge on another selected face, and all matching edges are within the active Stitch tolerance.
What should Fusion produce when the Stitch operation succeeds?
- One closed solid body because the stitched surface set completely encloses a volume. (correct answer)
- One surface body that must always be converted with a separate Thicken operation.
- Six associated surface bodies grouped together without changing their body types.
- One solid body only if each original surface was created from a closed sketch.
Explanation: When working with Fusion 360's Stitch tool, the key concept to understand is the distinction between surface bodies and solid bodies — and specifically, what triggers an automatic conversion between the two. Stitch joins surface edges together, and when the resulting combined surface forms a completely enclosed, watertight volume, Fusion automatically promotes it to a solid body without any additional steps.
That's exactly what happens in option A, which is correct. Because all six faces share matching boundary edges within tolerance, stitching them produces a fully enclosed volume, and Fusion recognizes this condition to output a single solid body automatically. No extra operations are required.
Option B is wrong because it implies a Thicken operation is always necessary to create a solid from stitched surfaces. Thicken is only needed when your stitched result is an open surface — adding material thickness to a sheet to make it solid. A closed, watertight stitch bypasses that step entirely.
Option C is wrong because it misunderstands what Stitch actually does. Stitch doesn't merely group surfaces — it merges their shared edges into a unified body. The result is one combined entity, not six associated but separate bodies.
Option D introduces a false prerequisite. Whether the original surfaces were built from closed sketches is irrelevant to whether Stitch produces a solid. What matters is whether the final stitched surface set encloses a volume — not the history of how each face was modeled.
Study tip: Remember the Stitch rule: closed surface = automatic solid. If the surface is open, you stay in surface territory.
Question 6
Two surfaces meet along coincident edges, but their slopes differ at the seam, producing an intentional visible crease. Together with other faces, they form a completely closed shell.
What is the expected result of successfully stitching all faces?
- Fusion refuses the stitch because coincident edges must also have tangent continuity.
- Fusion creates a solid, but the visible crease remains because Stitch does not enforce tangency. (correct answer)
- Fusion creates a solid and automatically smooths the seam to curvature continuity.
- Fusion keeps a surface body because any visible seam prevents a shell from becoming solid.
Explanation: When working with surface modeling in Fusion 360, it helps to separate two distinct concepts: geometric closure (do the edges connect to form a watertight shell?) and continuity (do neighboring faces share tangent or curvature relationships at their seams?). The Stitch command is concerned only with the first question.
Stitch works by joining surface bodies along coincident edges, and if the result is a fully enclosed volume, Fusion converts it into a solid body automatically. Critically, Stitch has no requirement that joined edges be tangent or curvature-continuous — it only checks that edges are within the specified tolerance for position (G0 continuity). So when your two surfaces meet at a sharp crease, Stitch sees coincident edges, closes the shell, and produces a solid — crease intact. That's exactly what answer B describes, making it correct.
Answer A is wrong because it confuses a modeling restriction that doesn't exist in Stitch. Fusion never demands tangent continuity (G1) as a prerequisite for stitching; that requirement belongs to loft or surface-patching tools when you explicitly request tangency matching.
Answer C is wrong because Stitch does not perform any geometric smoothing. Curvature continuity (G2) is never applied automatically — you'd need to redesign the surfaces or use a blend tool explicitly.
Answer D is wrong because a visible crease is a continuity issue, not a closure issue. A sharp edge between two faces does not create a gap in the shell; the body can still be fully enclosed and become solid.
Study tip: On surface-modeling questions, always ask "Is this about closure or continuity?" — Stitch cares only about closure.
Question 7
A construction plane divides a large surface patch into two regions. The region containing a mounting flange must remain, while the region on the opposite side of the plane must be removed.
How should the Trim operation be configured?
- Select the construction plane as the trimming tool, then click the region on the opposite side of the plane to designate it for removal. (correct answer)
- Select the construction plane as the trimming tool, then click the flange region to designate it for removal.
- Select the surface patch as the trimming tool and click the construction plane as the portion to remove.
- Extend the construction plane to ensure full coverage, then stitch it directly to the surface patch as a closing face.
Explanation: When working with the Trim tool in Fusion 360's surface modeling environment, you need to think clearly about two roles: the trimming tool (what does the cutting) and the target region (what gets removed). Keeping these two roles distinct is the key to answering this question correctly.
The construction plane acts as your cutting boundary — it slices through the surface patch and creates two distinct regions. To remove the unwanted side, you select the construction plane as the trimming tool, then click directly on the region you want eliminated. Since the problem states the region opposite the flange must go, you click that opposite region to designate it for removal. This is exactly what A describes, making it the correct configuration.
B is a common trap — it correctly identifies the construction plane as the trimming tool, but then targets the wrong region. Clicking the flange region would remove the part you need to keep, destroying your mounting geometry entirely. Always ask yourself: "Am I clicking what I want to remove, not what I want to keep?"
C reverses the roles entirely. The surface patch cannot serve as the trimming tool against the construction plane — surfaces are the targets of trimming operations, not the cutters. Construction planes, sketch curves, and other surfaces serve as trimming tools.
D describes a completely different workflow (Stitch), which is used to combine surface bodies into a closed shell, not to remove a portion of a surface. Extending and stitching the plane would not trim anything.
A quick study tip: in Fusion 360 surface operations, always identify the tool (cutter) versus the target (what's affected) before selecting — this distinction appears repeatedly across Trim, Split, and Extend commands.
Question 8
After running Stitch on all intended enclosure faces, the Browser reports one surface body rather than one solid body. Inspection also identifies an open boundary edge.
What is the best interpretation and next action?
- The shell is closed, but Fusion requires a Thicken feature before any stitched shell becomes solid.
- The enclosure is already solid, but the Browser retains the surface icon until the file is reopened.
- The Stitch failed completely, so every selected face must still exist as a separate surface body.
- The faces joined into one sheet body, but the shell remains open; repair the boundary and stitch again. (correct answer)
Explanation: When working with Fusion 360's Stitch command, you need to understand what it actually produces: Stitch joins separate surface bodies into a single sheet body, but it only creates a solid body when every edge is shared — meaning the shell is completely closed with no gaps. This question tests whether you understand the difference between a partially successful stitch and a fully successful one.
The Browser showing one surface body (not a solid body) alongside an open boundary edge is the diagnostic clue. This tells you Stitch partially worked — the faces merged into a unified sheet body — but the geometry still has a hole or gap somewhere along its boundary. The correct path forward (D) is to locate that open edge, repair the gap (by adjusting geometry, adding a missing face, or using Patch), then run Stitch again to close the shell completely and convert it to a solid.
A is wrong because Stitch automatically produces a solid when the enclosure is fully closed — no Thicken step is required. Thicken is a separate workflow for giving a surface body wall thickness, not for converting a closed shell to solid. B is wrong because Fusion 360 updates the Browser icon immediately upon solid creation; it does not wait for a file reopen. C is wrong because the Browser clearly shows one surface body, meaning the faces did successfully join — the stitch wasn't a total failure.
As a study tip, remember this rule: one surface body + open boundary = incomplete closure. Fusion only promotes a stitched shell to a solid when zero boundary edges remain. Always check the Browser icon and run Inspect > Show Open Edges together to diagnose stitch results.
Question 9
Five planar surface faces form the sides and bottom of a rectangular container. The entire top face is missing, but the four top edges form a closed, coplanar loop.
What must be done before the surfaces can be stitched into a closed solid?
- Increase Stitch tolerance until the four top edges collapse together across the opening.
- Stitch the five existing faces, then use Thicken to generate only the missing top face.
- Create a surface spanning the top edge loop, then stitch that surface to the existing faces. (correct answer)
- Trim the four side faces at their top edges, then stitch the shortened faces to the bottom.
Explanation: When working with surface modeling in Fusion 360, stitching converts a collection of separate surface faces into a single unified body — and ultimately a solid, if the result is fully watertight. The key principle is that every edge must be shared; a solid body cannot have any open, exposed edges. Think of it like sealing a cardboard box: every panel must be present before the box is truly closed.
In this scenario, five faces form a valid container, but the open top means there is a gap — a loop of four unpatched edges. Before stitching can produce a solid, that gap must be physically filled with a surface. Option C is correct because it follows the proper workflow: create a planar surface (using Patch or similar tools) that spans the top edge loop, then include that new face when you stitch all six surfaces together. With all edges matched and the body fully enclosed, Fusion 360 converts the shell into a solid.
Option A misunderstands Stitch tolerance, which only controls how close edges must be to be considered coincident — it cannot fabricate missing geometry across an opening. Option B confuses the Thicken command, which adds thickness to an existing surface by offsetting it; it does not generate a cap to fill a hole in a surface model. Option D would shorten the side faces, making the opening smaller but never actually closing it, and would destroy geometry you want to keep.
A reliable tip: whenever a question involves stitching to a solid, always ask yourself first — is the surface body watertight? If any face is missing, patch it before you stitch.
Question 10
Two surface patches overlap each other. Their current outer boundary edges do not coincide, but the patches intersect along the exact curve that should become their final shared seam.
Which procedure is most likely to create a stitchable seam at the intended curve?
- Stitch the overlapping patches first and rely on Stitch to discard geometry beyond their intersection.
- Trim both patches at their intersection, remove the unwanted regions, and stitch the resulting boundaries. (correct answer)
- Extend both outer boundaries farther past one another, then stitch the original boundary edges directly.
- Thicken each overlapping patch independently, then stitch the overlapping solid faces into one shell.
Explanation: When working with overlapping surface patches in Fusion 360, the key workflow question is: how do you establish a clean, shared boundary before stitching? Stitch requires that adjacent surface edges coincide precisely — it cannot resolve geometry conflicts or discard unwanted regions on its own.
The correct approach, B, follows the standard "trim-then-stitch" workflow. Since the patches already intersect along the intended seam curve, you use that intersection as a trimming boundary on both patches. After trimming, you remove the excess flap regions, leaving two surfaces whose edges now lie exactly on the same curve. Stitch can then join those coincident edges into a single, seamless shell.
A is tempting but incorrect — Stitch is not a Boolean or cleanup tool. It only zips together edges that already match; it won't automatically cut away overlapping material or find intersection curves for you. Attempting to stitch overlapping patches will fail or produce errors.
C misunderstands the problem entirely. Extending boundaries farther past each other increases overlap, moving the outer edges even further from the desired seam. Stitching the extended boundaries would not recreate the intersection curve as the seam.
D confuses surface modeling with solid modeling. Thickening converts surfaces to solids, which changes the entire modeling context. You'd be trying to merge solid geometry rather than completing a surface shell — a completely different (and inappropriate) workflow for this scenario.
A useful rule of thumb: before you stitch, trim. Whenever patches overlap, always trim to the intersection first so Stitch has clean, coincident edges to work with.