Difficulty: Easy
Correct Answer: Incorrect
Explanation:
Introduction / Context:Extrusion turns 2D profiles into 3D geometry. Whether you obtain a solid or just a surface depends on whether the profile is closed. This question tests if you can distinguish between extruding open versus closed loops in common CAD workflows.
Given Data / Assumptions:
Concept / Approach:Rule of thumb: closed profile → solid; open profile → surface. If the prompt claims “it will extrude even if corners are not closed” without distinction, it is misleading for solids. We must parse the intent: “create a 3D result” could be true (surface), but presented generically it implies a solid, which is not correct for open loops.
Step-by-Step Solution:
Step 1: Identify profile type: closed vs open.Step 2: For closed profiles, EXTRUDE outputs a solid volume with given height/taper.Step 3: For open profiles, EXTRUDE outputs a surface (no enclosed volume).Step 4: Therefore the blanket statement that extrusion works regardless of closure for the same kind of 3D object (solid) is incorrect.Verification / Alternative check:Create a rectangle (closed) and extrude: you get a prism (solid). Create an open polyline and extrude: you get a surface. The software explicitly distinguishes result types.
Why Other Options Are Wrong:“Correct”: ignores solid vs surface difference. “Works only when dynamic UCS is disabled” and “Works only in paper space”: unrelated constraints. “Only for surfaces; solids require a closed profile” is partially explanatory but the question asks a blanket claim; the correct judgment is “Incorrect.”
Common Pitfalls:Confusing surfaces with solids; assuming any extrude equals a solid; not closing the sketch before extruding for solid modeling tasks.
Final Answer:Incorrect
Discussion & Comments