ACA Layer Management and Object Properties 2 — Questions and Answers
Question 1: What does setting an object's color or linetype to 'ByBlock' mean?
- The object will use properties defined in the Block Editor only
- The object will inherit color and linetype from the block reference's explicit property assignments when inserted (Correct answer)
- The object automatically adopts the properties of Layer 0
- The object's properties cannot be changed after block creation
Correct answer: The object will inherit color and linetype from the block reference's explicit property assignments when inserted
ByBlock causes an object within a block definition to inherit the explicit color or linetype assigned to the block reference at insertion time, rather than its own layer's settings.
Question 2: Which command is used to copy properties (layer, color, linetype, etc.) from one object to another?
- COPYBASE
- MATCHPROP (Correct answer)
- CHPROP
- TRANSFER
Correct answer: MATCHPROP
MATCHPROP (Match Properties) allows you to select a source object and then apply its properties to one or more destination objects.
Question 3: What is the purpose of the CELTSCALE system variable?
- Sets the current elevation for 3D object creation
- Applies an individual linetype scale multiplier to newly created objects (Correct answer)
- Controls the current layer's transparency value
- Defines the color table scale for printing
Correct answer: Applies an individual linetype scale multiplier to newly created objects
CELTSCALE (Current Entity Linetype Scale) multiplies the global LTSCALE for individual objects, allowing different linetype appearances on objects within the same drawing.
Question 4: When using the Properties palette (CTRL+1), what happens if you select multiple objects with different layer assignments and change the Layer field?
- Only the first selected object moves to the new layer
- All selected objects are moved to the specified layer simultaneously (Correct answer)
- AutoCAD prompts you to choose which object to move
- The operation is blocked until objects are on the same layer
Correct answer: All selected objects are moved to the specified layer simultaneously
The Properties palette allows batch property changes — selecting a new layer while multiple objects are selected moves all of them to that layer at once.
Question 5: What does the TRANSPARENY property of a layer control?
- The print scale applied to objects on that layer
- The degree to which objects on the layer allow underlying objects to show through (0–90%) (Correct answer)
- Whether objects on the layer appear in wireframe or shaded mode
- The fade intensity used when the layer is locked
Correct answer: The degree to which objects on the layer allow underlying objects to show through (0–90%)
Layer transparency (0–90%) controls how opaque or see-through objects on that layer appear, with 0 being fully opaque and 90 being nearly transparent.
Question 6: What is the function of the LAYISO (Layer Isolate) command?
- Locks all layers except those containing selected objects, making other layers fade or hide (Correct answer)
- Permanently deletes all empty layers from the drawing
- Exports the current layer state to an external file
- Converts all ByLayer properties to explicit object overrides
Correct answer: Locks all layers except those containing selected objects, making other layers fade or hide
LAYISO isolates layers by either fading or hiding all layers except those of the selected objects, allowing you to focus on specific geometry without deleting or reorganizing layers.
Question 7: Which LAYER command option allows you to return all layers to the state they were in before using LAYISO?
- LAYALL
- LAYUNISO (Correct answer)
- LAYRESET
- LAYRESTORE
Correct answer: LAYUNISO
LAYUNISO reverses the effect of LAYISO, restoring all previously hidden or faded layers to their state before isolation was applied.
What does setting an object's color or linetype to 'ByBlock' mean?