AutoCAD Layers and Organization 5 — Questions and Answers
Question 1: What is the purpose of a Layer Filter in AutoCAD?
- To permanently hide layers matching certain criteria
- To display a subset of layers in the Layer Properties Manager based on defined criteria (Correct answer)
- To lock all layers not matching the filter
- To delete layers that do not meet standards
Correct answer: To display a subset of layers in the Layer Properties Manager based on defined criteria
Layer filters limit which layers are displayed in the Layer Properties Manager list, making large layer sets easier to manage.
Question 2: What is the difference between a Property Filter and a Group Filter in the Layer Properties Manager?
- Property filters are dynamic and based on layer attributes; Group filters are manual collections of specific layers (Correct answer)
- Group filters are dynamic; Property filters are manual lists
- Property filters only filter by color; Group filters filter by all properties
- There is no difference; both work the same way
Correct answer: Property filters are dynamic and based on layer attributes; Group filters are manual collections of specific layers
Property filters dynamically include layers matching attribute criteria (e.g., name pattern or color), while Group filters contain manually selected layers.
Question 3: Which system variable controls whether new objects are created on the current layer regardless of the layer of objects being copied?
- CLAYER (Correct answer)
- BYLAYER
- LAYERMODE
- LAYEREVAL
Correct answer: CLAYER
CLAYER stores the name of the current layer; new objects are always created on CLAYER unless you explicitly change it.
Question 4: What does the LAYEREVAL system variable control?
- Whether layer filters are evaluated during REGEN
- Whether AutoCAD prompts you when new layers are detected from xrefs or inserted files (Correct answer)
- The number of layers evaluated during a plot
- The order in which layers are regenerated
Correct answer: Whether AutoCAD prompts you when new layers are detected from xrefs or inserted files
LAYEREVAL determines if AutoCAD automatically evaluates and flags newly added layers from external references or file inserts.
Question 5: In AutoCAD, what is 'layer reconciliation' used for?
- Merging duplicate layers with the same name
- Identifying and resolving unreconciled layers added by xrefs or other external sources (Correct answer)
- Synchronizing layer states across multiple layout tabs
- Converting all layer colors to a standard color scheme
Correct answer: Identifying and resolving unreconciled layers added by xrefs or other external sources
Layer reconciliation alerts users to new, unreconciled layers (typically from xrefs) so they can be reviewed and approved before use.
Question 6: Which command allows you to quickly change all objects on a specified layer to a different layer by selecting an object on the target layer?
- LAYMCH (Correct answer)
- LAYWALK
- LAYTRANS
- LAYERP
Correct answer: LAYMCH
LAYMCH (Layer Match) reassigns selected objects to the layer of a destination object you pick in the drawing.
Question 7: What does the LAYWALK command do in AutoCAD?
- Animates a walkthrough of the drawing layer by layer
- Temporarily displays one layer at a time so you can preview what is on each layer (Correct answer)
- Locks and unlocks layers in sequence
- Renames layers in alphabetical order
Correct answer: Temporarily displays one layer at a time so you can preview what is on each layer
LAYWALK lets you click through layers one at a time to preview their contents, restoring all layers to their original state when you close the dialog.
What is the purpose of a Layer Filter in AutoCAD?