All questions
Question 1
A designer needs to raise only a closed rectangular region on the top face of a solid enclosure. The enclosure must remain a single solid body so that later fillets and shell operations treat it as one part.
Which workflow most directly prepares the model for the localized Press Pull operation?
- Split the top face with the rectangular sketch, then Press Pull the resulting face region. (correct answer)
- Split the body with the rectangular sketch, then Press Pull the resulting upper body.
- Extrude the rectangle as a new body, then move it upward without combining it.
- Split the top face with a construction plane, then Press Pull the entire planar face.
Explanation: When working with localized face operations in Fusion 360, the key distinction is between modifying a face region versus splitting an entire body. Press Pull acts on discrete face regions, so your setup task is always to isolate the exact region you want to move — nothing more, nothing less.
Projecting a closed rectangular sketch onto the top face and using Split Face carves that face into two regions: the interior rectangle and the surrounding remainder. Press Pull can then target just that inner region and raise it as a boss, and because you never separated the body into multiple pieces, the result stays a single solid. That's exactly what option A accomplishes — it's the most direct, geometry-preserving path.
Option B is the critical trap here. Split Body divides the entire solid into two separate bodies along the sketch profile. Even if you later combine them, you've introduced unnecessary complexity, and fillets or shell operations applied before rejoining won't treat the part as one unified piece — which the passage explicitly requires.
Option C creates a separate body by extruding the rectangle, then moves it without merging. This leaves you with two disconnected bodies, directly violating the single-solid requirement. You'd need a Join operation afterward, adding steps and risk.
Option D misunderstands the tool: a construction plane splits the body volumetrically (like option B), not just the face. And pressing the entire planar face would raise the whole top surface, not just the rectangular region.
The study tip here: always match your split type to your intent — Split Face for regional face edits, Split Body only when you genuinely need separate bodies.
Question 2
A molded housing contains a temporary solid bridge between its left and right sections. Both sections must be retained, but the right section must later be moved with Move/Copy as an independently selectable solid.
Which operation should be performed at the intended separation location?
- Split Face, because the resulting face regions become independently movable solids.
- Split Body, because it creates separate bodies while retaining material on both sides. (correct answer)
- Extrude Cut, because removing a zero-distance profile preserves both solid sections.
- Offset Face, because offsetting the separation face creates independent body ownership.
Explanation: When working with multi-body part design in Fusion 360, the key question to ask yourself is: what operation creates separate, independently selectable solid bodies without destroying material on either side?
Split Body is the right tool here. It divides one solid into two distinct bodies along a specified face, plane, or profile — leaving all material intact on both sides of the cut. After the operation, each resulting body appears as its own entry in the Bodies folder, making it fully selectable and movable with Move/Copy independently. This is exactly what the scenario requires: retain both sections, but free the right section for independent manipulation. B is correct.
A is wrong because Split Face only subdivides a face into separate face regions within the same body — it does not create new bodies. The solid remains a single entity, so neither section becomes independently selectable or movable.
C is wrong because an Extrude Cut with a "zero-distance profile" isn't a real or valid Fusion 360 operation — it would either produce no geometry change or throw an error. This distractor exploits a misconception about cutting operations preserving material.
D is wrong because Offset Face moves a face inward or outward to resize geometry; it does not split a body or create separate body ownership. No separation occurs — you'd just end up with a distorted single solid.
A good study tip: whenever a Fusion 360 scenario mentions "independently selectable solids" or "move one section separately," immediately think Split Body — it is the dedicated tool for creating multiple bodies from one.
Question 3
A surface body was created specifically to divide a solid casting along a complex boundary. The same surface will also be needed afterward to split a second casting in the design.
What should the designer expect after using the surface as the tool in Split Body?
- The surface is automatically consumed, so a Keep Tools option must be enabled beforehand.
- The surface becomes one of the resulting solids and must be converted back afterward.
- The surface remains available because Split Body does not consume its splitting tool. (correct answer)
- The surface is deleted only when the Extend Splitting Tool option is enabled during the split.
Explanation: When working with Split Body in Fusion 360, it helps to understand the distinction between destructive and non-destructive tool behavior. Some operations consume their inputs; others leave them intact. Split Body falls into the second category — the splitting tool (whether a surface, plane, or sketch) is preserved after the operation completes.
This is precisely why C is correct. Split Body uses the surface as a reference to divide the solid, but it does not consume or delete that surface body afterward. The surface remains in the browser and timeline, fully available for reuse — which is exactly what the designer needs when splitting a second casting with the same geometry.
A is incorrect because it describes behavior from operations like Extrude or Patch, where a "Keep Tools" toggle sometimes exists to prevent tool consumption. Split Body has no such toggle because tool consumption was never part of its behavior to begin with. B is wrong because the splitting surface never merges into or becomes one of the resulting solid bodies — solids and surfaces remain distinct body types throughout. D introduces a plausible-sounding but fabricated condition: the "Extend Splitting Tool" option controls whether the surface is geometrically extended to fully intersect the solid, not whether the surface is deleted afterward. Enabling or disabling it has no effect on the surface's survival.
A useful pattern to remember: in Fusion 360, reference geometry used for splitting or intersecting is generally preserved, while geometry used as input for merge or combine operations may be consumed depending on your settings. Keep this distinction in mind when you see questions about tool behavior after an operation.
Question 4
A long solid bar is split by a construction plane, producing a left body and a right body. A second parallel construction plane passes only through the right body. In a later Split Body feature, only the right body is selected as the body to split.
Assuming both split operations succeed, how many solid bodies result?
- Two bodies, because parallel splitting planes cannot create an additional body.
- Three bodies, because the second operation divides only one of the first two bodies. (correct answer)
- Four bodies, because each Split Body feature doubles every existing solid body.
- One body, because sequential splits remain face partitions until a Combine operation.
Explanation: Whenever you see a question about Fusion 360's Split Body feature, think carefully about which bodies are selected as inputs and track the body count step by step — the feature only affects the bodies you explicitly select.
Here's how the logic unfolds: The first Split Body operation divides the original solid bar into two bodies — a left body and a right body. That's two total. The second Split Body operation targets only the right body, using a parallel construction plane that passes through it. That single body is split into two pieces, while the left body remains completely untouched. Your final count is: left body + right half + left half of original right body = three solid bodies, confirming that B is correct.
Choice A is wrong because it assumes parallel planes can't produce new bodies — that's not true. Any plane that fully intersects a solid will split it into two separate bodies, regardless of its orientation relative to previous cuts. Choice C reflects a common misconception that Split Body acts like a global operation doubling all existing bodies. In reality, Fusion 360 only splits the specific body (or bodies) you select in that feature's input — unselected bodies are never affected. Choice D is incorrect because Fusion 360's Split Body immediately produces distinct, independent solid bodies in the browser; no Combine step is required to "realize" them as separate geometry.
A useful habit: after each Split Body feature, glance at the Bodies folder in your browser and count the entries. This confirms exactly how many solids exist and helps you avoid selection errors in subsequent operations.
Question 5
A machinist must divide a stock model at a parting plane and retain both portions at their original dimensions. A clearance gap may be added later as a separate operation.
Why is Split Body preferable to using an Extrude Cut through the parting location?
- Split Body retains both portions without removing a kerf, whereas Extrude Cut removes profile-defined material. (correct answer)
- Split Body automatically adds machining clearance, whereas Extrude Cut always leaves coincident faces.
- Split Body converts both portions into components, whereas Extrude Cut leaves them as solid bodies.
- Split Body suppresses the parting tool afterward, whereas Extrude Cut permanently consumes its sketch.
Explanation: When working with body manipulation tools in Fusion 360, the key distinction to focus on is what happens to material during each operation. Ask yourself: does this tool remove material, or does it simply divide what already exists?
Split Body works like a mathematical partition — it divides a solid along a selected face or plane and preserves both resulting bodies at their exact original dimensions. No material is consumed. The geometry on either side of the parting plane remains precisely as it was. This makes A the correct answer: when a machinist needs both portions intact at original size, Split Body is the right tool because it introduces no kerf or material loss.
An Extrude Cut, by contrast, is a subtractive operation. It removes all material that falls within its sketch profile through the specified depth. Even if you sketch an infinitely thin line, the extrusion always removes a finite volume based on the profile. This means faces that should be coincident end up separated by the cut's dimension — the opposite of preserving original geometry.
B is incorrect because Split Body does not automatically add machining clearance; the passage explicitly states clearance is added as a separate step. C is wrong because Split Body produces bodies, not components — that conversion requires the Create Component from Body workflow. D is a fabrication; Split Body doesn't suppress parting tools, and Extrude Cut sketches can be reused or suppressed just like any feature.
Study tip: On Fusion 360 questions, always distinguish between subtractive operations (Extrude Cut, Chamfer) and non-material-removing operations (Split Body, Offset Face). The words "retain original dimensions" almost always point toward a non-subtractive tool.
Question 6
A hollow electronics enclosure needs a small opening on one side. The designer wants to use Shell so that only a closed patch within the larger side face is removed, while the remainder of that side face stays in place.
What should be done before applying Shell?
- Split the body with an offset plane, then select every new planar face for Shell removal.
- Split the entire body with the closed boundary, then select the smaller resulting solid for removal.
- Split the side face with an open line, then select both resulting regions for Shell removal.
- Split the side face with a closed boundary, then select only the enclosed face region for Shell removal. (correct answer)
Explanation: When working with Fusion 360's Shell command, it's important to understand what Shell actually does: it removes selected faces and hollows the body inward by a specified thickness. The challenge here is that Shell operates on entire faces — it cannot partially remove a face on its own. So when you need only a portion of a face removed, you must first define that portion as its own discrete face before Shell ever enters the picture.
That's exactly why D is correct. By splitting the side face using a closed boundary (such as a sketch profile), you divide the original face into two regions: the small enclosed patch and the surrounding remainder. Shell can then target only that smaller enclosed face for removal, leaving the rest of the side face intact — precisely the opening the designer needs.
Option A goes too far in the wrong direction — splitting the entire body with an offset plane creates new geometry throughout the solid, not just on the surface, and selecting every new planar face defeats the goal of a small, localized opening. Option B also splits the whole body, which is destructive overkill; removing an entire resulting solid would eliminate far more material than a simple wall opening requires. Option C uses an open line to split, which only creates a seam across the face rather than enclosing a region — you'd end up selecting two incomplete areas that together span the whole face, not isolating a patch.
The key strategy to remember: whenever Shell needs to affect only part of a face, your first step is always a face split using a closed profile to isolate that region as its own selectable surface.
Question 7
A finite surface patch is selected as the splitting tool for a large solid body. The patch is correctly oriented, but its current boundaries stop short of two outer edges of the body. Extending the underlying surface mathematically would make it pass completely through the body.
What is the most efficient way to complete the split without first enlarging the surface feature?
- Enable Extend Splitting Tool in Split Body so Fusion extrapolates the tool for the operation. (correct answer)
- Enable Tangent Chain in Split Face so Fusion propagates the patch through the solid.
- Disable Keep Tools in Combine so the surface is consumed across the missing distance.
- Enable New Body in Extrude so Fusion thickens the surface through the solid.
Explanation: When working with the Split Body command in Fusion 360, you'll sometimes encounter a surface patch that doesn't fully span the solid you're trying to divide. The key concept here is knowing which tool options handle geometric shortfalls automatically, versus which commands serve entirely different purposes.
Split Body includes a dedicated option called Extend Splitting Tool, which tells Fusion 360 to mathematically extrapolate the surface beyond its current boundaries so it cleanly intersects the full extent of the solid. This means you get a complete split without manually editing or rebuilding the surface feature — making option A the most efficient solution.
Option B is wrong because Tangent Chain is a selection behavior in commands like Split Face, not a propagation mechanism that extends surface geometry through a solid body. Enabling it would only affect which adjacent faces are selected, not whether the surface reaches across the body.
Option C misidentifies the tool entirely. Keep Tools in the Combine command controls whether the tool body is preserved or consumed after a boolean operation — it has nothing to do with extending surface geometry across a gap.
Option D is similarly off-target. New Body in Extrude determines how an extruded profile is added to the design (as a new independent body), and does not thicken or project a surface through a solid.
A helpful pattern to remember: whenever a question describes a surface that's almost big enough to split a body, look for the Extend Splitting Tool toggle in Split Body — Fusion 360 builds this extrapolation capability directly into the command for exactly this scenario.
Question 8
A product has several adjacent curved exterior faces. A surface body intersects all of them along the desired paint boundary. The goal is to make the regions on one side separately selectable for appearance assignment while keeping the product as one solid body.
Which setup best accomplishes the goal?
- Use Split Body on the product, then assign the appearance to each resulting solid section.
- Use Split Face, select the affected exterior faces, and use the intersecting surface as the splitting tool. (correct answer)
- Use Combine with Intersect, select the product as the target, and keep the surface tool.
- Use Offset Face on one curved face and enable tangent propagation across the full product.
Explanation: When working with appearance assignments in Fusion 360, the key distinction to understand is whether you need to split the geometry (creating separate bodies) or split the faces (creating separate selectable regions on the same body). This question tests exactly that distinction.
The goal here is to keep one solid body while making specific surface regions independently selectable for appearance. Split Face (B) is precisely the right tool — it uses an intersecting surface as a cutting tool to divide existing faces into smaller, separately selectable face regions, without breaking the solid into multiple bodies. After running Split Face on the affected exterior faces with the surface as the splitting tool, you can assign different appearances to each resulting face region while the product remains a single solid.
A fails because Split Body physically divides the solid into multiple separate bodies. This violates the stated requirement of keeping the product as one solid body, and it introduces unnecessary complexity in the model tree.
C is wrong because Combine with Intersect is used to find the overlapping volume between two solid bodies — it's a boolean operation for geometry, not a face-level tool, and using a surface as a "tool" in this context doesn't accomplish face segmentation for appearance purposes.
D misapplies Offset Face, which moves or displaces faces spatially. Tangent propagation just extends the offset selection across tangent faces — neither action creates new face boundaries for selective appearance assignment.
A useful pattern to remember: when a question mentions keeping one body but needing separate appearance regions, always think Split Face, not Split Body.
Question 9
A parametric model uses a sketch to define a Split Face boundary. A downstream Press Pull offsets one resulting region, and a still later fillet is applied to the new perimeter. The designer expects changes to the sketch to drive all three features.
Which timeline order best supports that design intent?
- Press Pull, fillet, sketch, then Split Face, because downstream features evaluate first.
- Sketch, Press Pull, Split Face, then fillet, because Press Pull creates the split region.
- Split Face, sketch, fillet, then Press Pull, because sketches can redefine earlier features.
- Sketch, Split Face, Press Pull, then fillet, because each downstream feature uses prior geometry. (correct answer)
Explanation: When working with Fusion 360's parametric timeline, think of features as a chain: each link depends on everything before it. The timeline isn't just a record — it's the order of evaluation, so geometry must exist before it can be referenced.
In this scenario, the sketch must come first because Split Face needs it to define the boundary. Once Split Face runs, it creates the two distinct regions on the body. Only then can Press Pull offset one of those regions, since it needs the split geometry to target. Finally, the fillet is applied to the new perimeter edge that Press Pull created — it can't reference that edge if Press Pull hasn't run yet. This sequential dependency is exactly why D is correct: Sketch → Split Face → Press Pull → Fillet ensures every feature has the upstream geometry it requires, and editing the sketch propagates changes forward through all three.
A is wrong because it inverts the logic entirely — downstream features don't evaluate before the geometry they depend on exists. That's not how parametric history works. B misorders the chain by placing Press Pull before Split Face, but Press Pull needs the split region to exist first; it can't create the very condition it depends on. C scatters the sketch in the middle, which means Split Face would evaluate without a defined boundary — the sketch must precede it, not follow it.
A reliable study tip: whenever you see a Fusion 360 timeline question, trace the dependency chain — ask "what geometry does each feature need?" and order accordingly. The feature that creates a dependency always comes before the feature that consumes it.
Question 10
A designer splits a solid body with a construction plane and then sends the two resulting bodies to a colleague, who expects a physical clearance between them. No Move, Offset Face, or material-removal feature has been added after the split.
What geometry should the colleague expect at the split location?
- A clearance equal to the construction plane's display thickness separates the two bodies.
- A default modeling tolerance creates a small but measurable gap between the bodies.
- Coincident boundary faces separate the bodies, with no intentional clearance or removed material. (correct answer)
- An overlapping region remains because Split Body duplicates material around the splitting plane.
Explanation: When working with Fusion 360's Split Body command, the key concept to understand is that this operation divides one solid into two separate bodies along a splitting tool — but it does not consume or offset any material. The split simply defines a shared boundary.
Because no material is removed and no face is moved after the split, both resulting bodies share the exact same boundary surface at the split location. Their faces are coincident — meaning they occupy the same geometric plane with zero gap and zero overlap. This is what makes C correct: the colleague should expect two bodies with touching, coincident faces and no intentional clearance.
A is a common misconception rooted in confusing a construction plane's visual display thickness (a screen-rendering artifact) with actual geometry. That display thickness has no physical dimension in the model — it's just a UI element.
B incorrectly suggests Fusion 360 automatically inserts a tolerance-based gap. CAD modelers like Fusion work in exact, ideal geometry unless you explicitly add an offset or clearance feature. No default gap is introduced by Split Body.
D describes the opposite problem — overlapping or duplicated material. Split Body does not copy or extrude material around the split plane; it simply divides the existing volume cleanly at the boundary.
Study tip: Whenever a question describes a Fusion 360 operation and asks "what geometry results," ask yourself: did the operation add, remove, or redistribute material? Split Body does none of these — it only divides. If no subsequent feature modifies the result, the boundary faces will always be coincident.