Autodesk Fusion 360 Quiz: Construction Geometry In Sketches
10 questions · exam conditions
0:00
Construction Geometry In SketchesQuestion 1 of 10

A hole center in a component sketch must remain 12 mm12\text{ mm} from an edge belonging to existing model geometry. The location must update if an earlier feature later moves that edge.

Which workflow most effectively establishes the required associative reference?

Draw a construction line over the visible edge and dimension the hole center from the construction line.
Project the model edge into the sketch and dimension the hole center from the projected geometry.
Measure the current edge position and dimension the hole center from the sketch origin using that value.
Draw a normal sketch line near the edge, apply Parallel, and add a driven dimension to the hole center.
← Back to quizzes

Autodesk Fusion 360 Quiz

Autodesk Fusion 360 Quiz: Construction Geometry In Sketches

Practice Construction Geometry In Sketches in Autodesk Fusion 360 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Construction Geometry In Sketches, giving you a quick way to practice the rules, question types, and explanations that matter most for Autodesk Fusion 360.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A hole center in a component sketch must remain 12 mm12\text{ mm} from an edge belonging to existing model geometry. The location must update if an earlier feature later moves that edge.

Which workflow most effectively establishes the required associative reference?

  1. Draw a construction line over the visible edge and dimension the hole center from the construction line.
  2. Project the model edge into the sketch and dimension the hole center from the projected geometry. (correct answer)
  3. Measure the current edge position and dimension the hole center from the sketch origin using that value.
  4. Draw a normal sketch line near the edge, apply Parallel, and add a driven dimension to the hole center.
Explanation: Whenever you see a question about sketch constraints and parametric design in Fusion 360, ask yourself: will this reference update automatically if the model changes? That's the heart of associativity — the ability for downstream features to respond dynamically to upstream changes. Projecting model geometry into a sketch (choice B) is the correct workflow precisely because it creates a live, parametric link between the sketch and the actual model edge. When you use Sketch > Project/Include > Project, Fusion 360 traces that edge into the sketch as reference geometry. If an earlier feature moves the edge, the projected line moves with it, and your 12 mm12\text{ mm} dimension from the hole center automatically updates its anchor point. This is true associativity. Choice A fails because a manually drawn construction line has no connection to the model edge — it's just a static line that happens to overlap it. It will not move when the edge moves, breaking the update chain entirely. Choice C is a classic trap: you measure the current position and hard-code that value from the sketch origin. This bakes in a fixed number that reflects a snapshot in time, not a relationship. If the edge shifts, your dimension value becomes wrong without any warning. Choice D uses a Parallel constraint to orient a sketch line relative to the edge, but a parallel relationship doesn't capture distance or position. Driven dimensions are also display-only — they cannot drive geometry — so this approach is both geometrically incomplete and non-parametric. Study tip: On Fusion 360 questions, whenever a constraint must survive model changes, look for "Project" as your answer — it's Fusion's primary tool for building associative sketch references.

Question 2

A revolved part is defined by a closed half-section profile. A collinear sketch line through the origin represents the intended axis of revolution, but it must not become part of the closed profile.

How should the axis line be prepared for the most reliable revolve workflow?

  1. Make it construction geometry, constrain its position, and select it as the axis in the Revolve command. (correct answer)
  2. Keep it as normal geometry, add a driven length dimension, and include it with the selected profile.
  3. Delete it after constraining the profile, then allow Revolve to infer the closest model axis automatically.
  4. Convert it to a normal closed slot so Revolve can identify its centerline as the rotational axis.
Explanation: When working with revolve operations in Fusion 360, the central challenge is keeping your axis line separate from the profile geometry — because any normal (solid) line touching a closed profile will either break the closure or get swept into the revolution itself, producing unintended results. The cleanest solution, which is what answer A describes, is converting that collinear line to construction geometry. Construction lines participate in the sketch as reference and constraint helpers but are invisible to profile detection — Fusion 360 simply ignores them when identifying closed loops. Once converted, you constrain it (typically coincident to the origin and collinear with the intended axis) to lock its position, then explicitly select it as the axis inside the Revolve dialog. This gives you full control and zero ambiguity. Answer B fails because keeping the line as normal geometry risks Fusion including it in the profile boundary, breaking the closed loop or creating an open profile that Revolve cannot process. Adding a driven dimension doesn't resolve this structural conflict. Answer C is unreliable because Fusion 360's automatic axis inference is context-dependent and not guaranteed — it may select an unintended edge or axis, especially in complex models. Deleting your reference geometry also removes a useful constraint anchor. Answer D is nonsensical in context: converting an axis line to a closed slot shape misunderstands both construction geometry and how Revolve identifies its axis. Revolve does not extract centerlines from slot profiles. Study tip: Whenever a sketch element should guide a feature without becoming part of it, your first instinct should be construction geometry — this pattern appears across Revolve, Mirror, and Circular Pattern workflows in Fusion 360.

Question 3

A fully constrained bracket sketch already contains all dimensions needed to control its geometry. For a design review, the engineer wants to display the current distance between two constrained hole centers without changing their positions or risking an overconstraint.

What is the appropriate way to add this measurement?

  1. Add a construction line between the centers and fix the line before applying a driving dimension.
  2. Add a normal driving dimension and delete whichever existing constraint first reports a conflict.
  3. Add the center-to-center dimension as a driven reference dimension so it reports the existing distance. (correct answer)
  4. Apply an Equal constraint to the hole circles and use one radius dimension as the center spacing.
Explanation: Whenever you see a sketch constraint question in Fusion 360, ask yourself: does adding this element change the geometry, or just report it? That distinction separates driving dimensions (which control geometry) from driven (reference) dimensions (which simply display a value calculated from existing constraints). In a fully constrained sketch, every point is already locked. Adding another driving dimension would create an overconstraint — Fusion 360 would flag a conflict because two rules are trying to control the same geometry simultaneously. The correct approach is C: add the center-to-center measurement as a driven reference dimension. You do this by clicking the two hole centers with the Sketch Dimension tool and, when the conflict warning appears, choosing "Make this dimension driven." The dimension then displays in parentheses, reporting the distance passively without influencing any geometry. Option A is flawed because fixing a construction line before applying a driving dimension still introduces a driving constraint into an already fully constrained sketch — you'd force a conflict, not avoid one. Option B is dangerous design practice. Deleting an existing constraint to make room for a new one can silently break design intent. The hole positions are constrained for a reason, and removing those constraints changes how the model behaves parametrically. Option D confuses constraint types entirely. An Equal constraint links radii — it has nothing to do with center-to-center spacing, so it cannot communicate that measurement in any meaningful way. Study tip: In Fusion 360 sketch questions, whenever a sketch is fully constrained and you need to display a value without controlling geometry, the answer almost always involves a driven (reference) dimension — look for that keyword.

Question 4

A closed rectangular sketch contains a diagonal normal sketch line used only to help constrain two points. The diagonal unintentionally divides the rectangle into two selectable profiles. The diagonal already has useful Coincident constraints at its endpoints.

What is the best modification if the rectangle must behave as one profile while retaining the diagonal as a layout reference?

  1. Delete the diagonal and replace its constraints with a driven dimension between the opposite corners.
  2. Convert the diagonal to construction geometry so it remains available but no longer divides the profile. (correct answer)
  3. Keep the diagonal normal and apply Equal constraints between it and both rectangular sides.
  4. Trim the diagonal at its midpoint so neither half crosses the entire rectangular profile.
Explanation: Whenever you encounter a sketch that's unintentionally splitting a profile, the key concept to recognize is the difference between normal geometry and construction geometry in Fusion 360. Normal lines actively define profile boundaries, while construction lines act purely as reference aids — they're visible and constrainable, but invisible to the profile-detection engine. In this scenario, the diagonal is doing two jobs: helping constrain points (useful) and dividing the rectangle into two profiles (harmful). Converting it to construction geometry, option B, solves both problems simultaneously. The diagonal retains its Coincident constraints at both endpoints, so it continues to constrain the sketch exactly as before — it simply stops participating in profile division. The rectangle is then recognized as a single closed profile, which is precisely what's needed. Option A is tempting but throws away too much. Deleting the diagonal and replacing it with a driven dimension loses the live constraint behavior and introduces a passive measurement that can't actively hold geometry in place the same way. Option C misunderstands the problem entirely. Adding Equal constraints between the diagonal and the rectangle's sides changes the proportional geometry of the rectangle rather than addressing the profile-splitting issue at all. Option D — trimming the diagonal at its midpoint — would create two shorter line segments, both of which would still be normal geometry. This doesn't eliminate the profile division; it may actually create more fragmented regions. Study tip: In Fusion 360 sketch questions, anytime geometry is "reference only," your first instinct should be to ask whether it should be construction geometry. Construction lines constrain but never define profiles — that distinction is frequently tested.

Question 5

All profile geometry in a sketch is fully constrained. However, a short construction line used during an earlier layout step remains free-floating with no dimensions or constraints. The designer wants the entire sketch to report as fully constrained without altering the resulting solid.

Which action directly resolves the remaining sketch freedom while preserving the construction line?

  1. Add a driven length dimension to the construction line so Fusion records its current size.
  2. Add driven dimensions from both endpoints to nearby geometry instead of making them driving dimensions.
  3. Convert the construction line to normal geometry and exclude its profile during the feature operation.
  4. Add appropriate sketch constraints to fully control the construction line's position, orientation, and length. (correct answer)
Explanation: Whenever you see a question about sketch constraints in Fusion 360, think about what it actually means for a sketch to be "fully constrained": every piece of geometry — including construction geometry — must have its position, orientation, and size locked down through constraints or driving dimensions. Construction lines participate in the constraint system just like normal lines do; being dashed doesn't exempt them from needing to be fully defined. D is correct because sketch constraints (such as Fix, Coincident, Horizontal/Vertical, Parallel, and so on, combined with a driving dimension for length) directly eliminate all remaining degrees of freedom on the construction line. This is the clean, intended workflow: constrain geometry rather than work around it. Since the line remains construction geometry, it never contributes to a profile and the resulting solid is completely unaffected. A is wrong because a driven dimension is read-only — it reports a value but does not drive geometry. Fusion 360 will not count a driven dimension as resolving freedom; the sketch will still show under-constrained status because no constraint is actually controlling the line. B is wrong for the same core reason as A. Driven dimensions from endpoints to nearby geometry are still passive references. They measure distances without locking them, so the construction line remains free to move and the sketch stays under-constrained. C is wrong because converting the construction line to normal geometry changes the sketch's profiles. You would then need to carefully exclude that profile during the extrude or other feature operation, adding unnecessary complexity and risk — exactly what the question says the designer wants to avoid. Study tip: In Fusion 360, remember that "driven" = display only, while "driving" = actually constrains. That distinction shows up repeatedly on exam questions about sketch status.

Question 6

A designer is laying out six identical hole centers on a pitch circle. The pitch circle is required only to locate the centers and must not become an additional selectable profile during a later extrusion.

Which sketch setup best supports both the layout and the downstream feature?

  1. Use a construction circle for the pitch diameter, constrain one hole center to it, and circular-pattern the center geometry. (correct answer)
  2. Use a normal circle for the pitch diameter, constrain all hole centers inside it, and suppress the circle during extrusion.
  3. Use a driven circle for the pitch diameter, then apply Equal constraints between the circle and each hole center.
  4. Dimension each of the six hole centers independently from the sketch origin, then convert the hole circles to construction geometry before extrusion.
Explanation: When working with sketch geometry in Fusion 360, you need to distinguish between construction geometry and normal (model) geometry. Construction geometry participates in constraints and dimensions but is ignored during profile selection for extrusions and other features — making it ideal for layout references like pitch circles. Answer A is the correct approach because a construction circle perfectly serves a dual purpose: it gives you a precise, constrainable pitch diameter for positioning hole centers without creating an unwanted closed profile that the extrusion tool would try to select. Constraining a single hole center to the circle and then using a circular pattern to replicate it is also efficient — you define the angular spacing once and Fusion handles the rest, keeping the sketch clean and parametric. Answer B fails because using a normal circle means the pitch circle remains a selectable profile during extrusion. Even if you manually avoid selecting it, it clutters the sketch and creates ambiguity. Fusion 360 also has no native "suppress during extrusion" toggle for individual sketch entities — you'd have to convert it to construction geometry anyway, making this workflow unnecessarily roundabout. Answer C introduces a misunderstanding of "driven" dimensions. A driven dimension is a reference dimension showing a measured value — it doesn't actively constrain geometry the way a construction circle does. Using Equal constraints between a circle and individual points is also geometrically invalid syntax in Fusion 360. Answer D describes manually dimensioning each center independently, which is tedious and breaks the parametric relationship between holes. Converting hole circles to construction geometry afterward also defeats the purpose of having them as the actual cut profiles. Your study tip: whenever a layout element must exist only to position other geometry, immediately think construction geometry — it constrains without contributing to downstream feature profiles.

Question 7

A rectangular profile is constrained symmetrically about a vertical construction centerline. A driving dimension from the centerline to the right side is 18 mm18\text{ mm}, and a driven reference dimension across the full rectangle currently reads 36 mm36\text{ mm}. The half-width dimension is changed to 22 mm22\text{ mm}.

Assuming the Symmetry constraint remains valid, what should the full-width reference dimension report?

  1. 40 mm40\text{ mm} because only the right side moves by the 4 mm4\text{ mm} increase.
  2. 48 mm48\text{ mm} because the original width and the new half-width are added together.
  3. 36 mm36\text{ mm} because a driven reference dimension retains its originally measured value.
  4. 44 mm44\text{ mm} because both sides remain 22 mm22\text{ mm} from the centerline. (correct answer)
Explanation: Whenever you see a question involving a Symmetry constraint in Fusion 360, the key insight is that symmetry mirrors geometry equally on both sides of the centerline — so any change to one side automatically applies to the other. Here, the rectangle is constrained symmetrically about a vertical centerline. The driving dimension represents the half-width — the distance from the centerline to one edge. Because symmetry is enforced, the full width always equals twice the half-width. When the half-width changes from 18 mm18\text{ mm} to 22 mm22\text{ mm}, both the left and right sides become 22 mm22\text{ mm} from the centerline. The full-width reference dimension therefore updates to 22×2=44 mm22 \times 2 = 44\text{ mm}, confirming D as correct. A is wrong because it assumes only the right side moves, adding 4 mm4\text{ mm} once to get 40 mm40\text{ mm}. But symmetry means both sides move equally — the increase is reflected on each side, so you gain 4 mm4\text{ mm} twice. B is wrong because it adds the original width and the new half-width (36+12=4836 + 12 = 48), which has no geometric logic — it conflates two unrelated values. C is wrong because it misunderstands what a "driven" or reference dimension is. Reference dimensions in Fusion 360 are live — they update automatically to reflect current geometry. They are read-only (you can't drive them), but they are not frozen at their original value. Study tip: Always remember — driven/reference dimensions are dynamic mirrors of geometry, not snapshots. And symmetry constraints double any half-measurement change.

Question 8

One endpoint of a sketch line is fixed at the origin, and its direction is constrained. A driving length dimension of 75 mm75\text{ mm} is the only constraint controlling the position of the other endpoint. The designer changes this dimension from driving to driven.

What is the expected consequence of this change?

  1. The line remains locked at 75 mm75\text{ mm} because converting the dimension preserves its geometric constraint.
  2. The line becomes construction geometry because driven dimensions can only measure reference entities.
  3. The line gains a remaining degree of freedom, and the displayed length updates if the endpoint is moved. (correct answer)
  4. The dimension is deleted automatically, leaving the line free and removing the displayed measurement.
Explanation: Whenever you see a question about sketch constraints in Fusion 360, focus on the distinction between driving and driven dimensions — they behave very differently in terms of constraint control. A driving dimension actively controls geometry: it locks the measured value and consumes a degree of freedom (DOF). A driven (reference) dimension is the opposite — it passively reports a measurement without constraining anything. It's essentially a live readout that updates as the geometry changes, but it has no power to hold that geometry in place. In this scenario, the line's endpoint had exactly one remaining DOF — its distance along the constrained direction — and the driving 75 mm75\text{ mm} dimension was consuming it. When you convert that dimension to driven, it stops enforcing the 75 mm75\text{ mm} value. The endpoint is now free to move, and the displayed number will simply reflect whatever position the endpoint happens to occupy. That's exactly what C describes. A is wrong because converting a dimension to driven does not preserve its constraining behavior — driven dimensions are purely observational and impose no geometric restrictions. B is a fabricated rule; driven dimensions can measure any geometry, and converting a dimension never changes the entity type to construction geometry. D is wrong because the dimension isn't deleted — it remains visible on the sketch as a reference measurement, just no longer in control. A useful memory anchor: think of driving dimensions as a leash on geometry, and driven dimensions as a ruler held next to it. Switching from leash to ruler frees the geometry while keeping the measurement display.

Question 9

A designer is sketching a symmetric mounting slot. A vertical construction line is constrained to the origin and will remain the slot centerline. The two straight sides of the slot must remain equally spaced from this centerline when the slot width changes.

Which constraint-and-dimension strategy provides the most robust result with the fewest independent width dimensions?

  1. Apply Symmetry to the two sides about the construction line, then dimension one side to the centerline. (correct answer)
  2. Apply Equal to the two sides, then dimension the distance between the two sides as the slot width.
  3. Apply Parallel to both sides and the construction line, then dimension each side from the sketch origin.
  4. Apply Midpoint constraints from each side to the construction line, then add a reference dimension across the slot.
Explanation: When working with symmetric geometry in Fusion 360 sketches, your goal is to capture design intent with the minimum number of driving dimensions while ensuring the geometry behaves predictably when edited. The key question to ask is: "If I change one value, does the geometry update the way the designer intended?" The Symmetry constraint is purpose-built for this scenario. When you apply Symmetry to the two slot sides about the construction line, Fusion 360 enforces that both sides always mirror each other across that centerline automatically — no matter what. You then need only one dimension (one side's distance to the centerline) to fully define the slot width. Change that single dimension, and both sides update simultaneously, keeping the slot perfectly centered. This is option A, and it's the most robust, minimal approach. Option B uses Equal to match the lengths of the two sides, but Equal constrains length, not position — it doesn't prevent the sides from drifting asymmetrically relative to the centerline. You'd still need two positional dimensions, and the "width dimension" doesn't guarantee centering. Option C applies Parallel constraints, which only control orientation, not spacing or symmetry. Dimensioning each side from the origin independently means you have two driving width dimensions — exactly what you're trying to avoid, and a likely source of over-constraint or drift. Option D's Midpoint constraint applies to a point-to-line relationship, not a line-to-line symmetry, so it doesn't properly center each side. A reference dimension also carries no driving power, leaving the sketch underdefined. Study tip: On constraint questions, always match the constraint to the geometric relationship being enforced — Symmetry for mirroring position, Equal for matching size. They are not interchangeable.

Question 10

A sketch line has horizontal and vertical driving dimensions of 30 mm30\text{ mm} and 40 mm40\text{ mm}. Its overall length is also displayed as a driven reference dimension. The horizontal driving dimension is changed to 36 mm36\text{ mm} while the vertical dimension remains unchanged.

What should happen to the driven length dimension after the sketch recomputes?

  1. It remains 50 mm50\text{ mm} because driven dimensions do not respond to changes in driving dimensions.
  2. It updates to approximately 53.8 mm53.8\text{ mm} because it reports the resulting line length. (correct answer)
  3. It changes to 76 mm76\text{ mm} because reference dimensions report the sum of the two components.
  4. It prevents the edit because the existing length value fully constrains the line geometry.
Explanation: Whenever you see a question mixing driving and driven dimensions in Fusion 360, focus on one core distinction: driving dimensions control geometry, while driven (reference) dimensions passively report a geometric property and update automatically when the geometry changes. Here, the line has horizontal and vertical components of 30 mm30\text{ mm} and 40 mm40\text{ mm}, giving a length of 302+402=900+1600=2500=50 mm\sqrt{30^2 + 40^2} = \sqrt{900 + 1600} = \sqrt{2500} = 50\text{ mm}. When the horizontal dimension changes to 36 mm36\text{ mm}, Fusion 360 recomputes the geometry, and the driven length dimension simply recalculates: 362+402=1296+1600=289653.8 mm\sqrt{36^2 + 40^2} = \sqrt{1296 + 1600} = \sqrt{2896} \approx 53.8\text{ mm}. That makes B correct — the driven dimension faithfully reports the new line length. A describes a fundamental misunderstanding: driven dimensions do respond to geometry changes — that's their entire purpose. They're passive observers, not frozen values. C confuses the Pythagorean theorem with simple addition; 36+40=7636 + 40 = 76 is the sum of the components, not the hypotenuse. Length is always computed geometrically. D reverses the roles: it's the driving dimensions that constrain the geometry, not the driven one. A driven dimension has no constraining power and cannot block edits. A helpful way to remember this: think of driven dimensions as a live readout on a dashboard — they display what's happening but don't control the vehicle. On exam questions, if a dimension is labeled as reference or driven, it always updates and never constrains.