AutoCAD AutoCAD Blocks and Symbols 2 — Questions and Answers
Question 1: What command is used to insert a previously defined block into the current drawing?
- BLOCK
- INSERT (Correct answer)
- COPY
- ARRAY
Correct answer: INSERT
The INSERT command (or the Blocks palette) is used to place an existing block definition into the drawing at a specified location, scale, and rotation.
Question 2: Which command opens a dialog to edit the attributes of an existing block insert?
- ATTEDIT
- EATTEDIT (Correct answer)
- DDATTE
- BATTMAN
Correct answer: EATTEDIT
EATTEDIT opens the Enhanced Attribute Editor, which provides a tabbed dialog for editing attribute values, text options, and properties.
Question 3: What is the Block Attribute Manager (BATTMAN) primarily used for?
- Inserting blocks into the drawing
- Extracting attribute data to a spreadsheet
- Editing attribute definitions within a block definition (Correct answer)
- Purging unused block definitions
Correct answer: Editing attribute definitions within a block definition
BATTMAN allows you to edit, reorder, and manage attribute definitions stored within a block definition itself.
Question 4: How can you update all existing block inserts in a drawing after redefining the block?
- Use the REGEN command after redefining
- Each insert must be manually deleted and reinserted
- Redefining a block automatically updates all existing inserts (Correct answer)
- Use the SYNC option in BATTMAN
Correct answer: Redefining a block automatically updates all existing inserts
In AutoCAD, redefining a block instantly regenerates and updates all existing instances of that block throughout the drawing.
Question 5: Which command allows you to extract block attribute data to an external file or table?
- ATTEXT
- DATAEXTRACTION (Correct answer)
- EATTEDIT
- BATTMAN
Correct answer: DATAEXTRACTION
The DATAEXTRACTION command (or wizard) lets you extract attribute and property data from blocks and export it to a table or external file like Excel.
Question 6: What is a dynamic block in AutoCAD?
- A block that automatically updates from an external database
- A block with custom grips and parameters that allow flexible geometry changes (Correct answer)
- A block linked to a spreadsheet for data synchronization
- A block stored in an external reference file
Correct answer: A block with custom grips and parameters that allow flexible geometry changes
Dynamic blocks include parameters and actions that let users stretch, flip, rotate, or change geometry using custom grip points, without creating multiple separate block definitions.
What command is used to insert a previously defined block into the current drawing?