Difficulty: Easy
Correct Answer: center line
Explanation:
Introduction / Context:
Layer discipline is critical for reusable content. Blocks that carry fixed layer assignments for their internal linework can behave unpredictably when placed on different layers in host drawings. This question focuses on which kind of layer should be avoided when building general-purpose blocks.
Given Data / Assumptions:
Concept / Approach:
Best practice is to create block geometry on Layer 0 with all properties set ByLayer or ByBlock. This allows the block to take on the color, linetype, and lineweight of the insertion layer. Conversely, placing any portion of the block on dedicated layers such as “center line” locks that geometry to those layer properties and visibility. If that special layer is turned off or frozen, parts of the block disappear unexpectedly.
Step-by-Step Solution:
Identify layers intended for annotations or specialty graphics (center lines, hatches, hidden lines).Recognize that internal block entities on those layers will not inherit host-layer settings.Conclude that such layers should be avoided for internal block geometry.Among the options, “center line” represents that class and is the correct answer.
Verification / Alternative check:
Insert a test block drawn on Layer 0 into varied layers and observe that its properties adapt automatically. Compare with a block containing entities on “center line”; turning off that layer hides portions of the block, confirming the risk.
Why Other Options Are Wrong:
Common Pitfalls:
Mixing multiple fixed layers inside blocks; forgetting to use ByLayer/ByBlock properties; embedding annotation (text/dimensions) into model blocks.
Final Answer:
center line
Discussion & Comments