ACP ACP Blocks and References 2 — Questions and Answers
Question 1: What is a dynamic block in AutoCAD?
- A block with custom grips and parameters that allow geometry to be modified without editing the block definition (Correct answer)
- A block that automatically updates from an external file
- A block that can only be inserted at specific angles
- A block that contains embedded OLE objects
Correct answer: A block with custom grips and parameters that allow geometry to be modified without editing the block definition
Dynamic blocks use the Block Editor to add parameters (linear, rotation, visibility, etc.) and actions so users can adjust the block directly in the drawing using custom grips.
Question 2: Which editor is used to add parameters and actions to create a dynamic block?
- Block Editor (BEDIT) (Correct answer)
- Advanced Block Editor (ABLOCKEDIT)
- Dynamic Input Manager
- Properties Manager
Correct answer: Block Editor (BEDIT)
BEDIT opens the Block Editor environment where you add parameters, actions, constraints, and visibility states to build dynamic block behavior.
Question 3: In the Block Editor, what does a 'Visibility' parameter allow?
- Different sets of geometry to be shown or hidden within a single block insertion (Correct answer)
- The block to become transparent based on layer settings
- Geometry to be locked from editing
- The block to inherit colors from the current layer
Correct answer: Different sets of geometry to be shown or hidden within a single block insertion
A Visibility parameter creates named visibility states, each controlling which objects within the block are displayed, allowing one block definition to represent multiple configurations.
Question 4: What command synchronizes attribute definitions in all instances of a block after the block definition is edited?
- ATTSYNC (Correct answer)
- ATTDEF
- ATTEDIT
- BATTMAN
Correct answer: ATTSYNC
ATTSYNC updates all existing block references in the drawing to match the current attribute definitions in the block definition, adding new attributes and removing deleted ones.
Question 5: Which command opens the enhanced attribute editor for editing attribute values of a selected block insertion?
- EATTEDIT (Correct answer)
- ATTEDIT
- ATTDEF
- DDATTE
Correct answer: EATTEDIT
EATTEDIT opens the Enhanced Attribute Editor dialog, providing tabs for attribute values, text options, and properties for the selected block insertion.
Question 6: When inserting a block, which option allows you to specify the scale and rotation on screen rather than entering values in the dialog?
- Specify On-screen checkbox in the Insert dialog (Correct answer)
- DYNMODE system variable
- INSUNITS system variable
- BLOCKREPLACE command
Correct answer: Specify On-screen checkbox in the Insert dialog
Checking 'Specify On-screen' in the Insert (or Block) dialog lets you pick the insertion point, scale, and rotation interactively in the drawing area instead of typing values.
What is a dynamic block in AutoCAD?