ACP ACP Blocks and References 1 — Questions and Answers
Question 1: Which command is used to create a block definition from selected objects in AutoCAD?
- BLOCK (Correct answer)
- INSERT
- WBLOCK
- EXPLODE
Correct answer: BLOCK
The BLOCK command opens the Block Definition dialog box where you define a name, base point, and select objects to create an internal block.
Question 2: What is the primary purpose of the WBLOCK command in AutoCAD?
- Writes a block or objects to a separate external DWG file (Correct answer)
- Inserts an external drawing as a block
- Converts a block to individual objects
- Renames an existing block definition
Correct answer: Writes a block or objects to a separate external DWG file
WBLOCK (Write Block) exports a block definition or selected objects to a standalone DWG file that can be shared or inserted into other drawings.
Question 3: When you attach an external reference (Xref) using the ATTACH option, how does the Xref appear in the host drawing?
- As a linked reference that updates when the source file changes (Correct answer)
- As a fully embedded copy independent of the source file
- As a frozen layer that cannot be selected
- As a group that must be exploded to edit
Correct answer: As a linked reference that updates when the source file changes
An attached Xref maintains a live link to the source DWG file, so any saved changes to the source are reflected when the host drawing is opened or reloaded.
Question 4: Which XREF option permanently incorporates the referenced drawing's geometry into the host drawing?
- Bind (Correct answer)
- Detach
- Reload
- Overlay
Correct answer: Bind
The Bind option converts the Xref into a permanent block definition within the host drawing, removing the dependency on the external file.
Question 5: In AutoCAD, what distinguishes an 'Overlay' Xref from an 'Attach' Xref?
- Overlay Xrefs are not included when the host file is itself referenced by another drawing (Correct answer)
- Overlay Xrefs cannot be reloaded after initial attachment
- Overlay Xrefs become part of the block table permanently
- Overlay Xrefs display in paper space only
Correct answer: Overlay Xrefs are not included when the host file is itself referenced by another drawing
An Overlay Xref is excluded from the nesting chain, meaning it will not appear when the host drawing is referenced into a third drawing, preventing circular or deep nesting.
Question 6: Which system variable controls the default path type (absolute, relative, or no path) saved when attaching an Xref?
- XREFTYPE
- REFPATHTYPE (Correct answer)
- XLOADPATH
- ATTREQ
Correct answer: REFPATHTYPE
REFPATHTYPE sets the default reference path type: 0 = full path, 1 = relative path, 2 = no path, affecting how AutoCAD locates the Xref when the host drawing is moved.
Which command is used to create a block definition from selected objects in AutoCAD?