Function Syntax: CTC3 web Description This AutoLISP program CTC3 allows the user to select nested text, mtext, dimensions, leaders, or blocks from an XRef or block reference, copy them to the current drawing’s layer, and automatically copy their text content to the system clipboard. Functionalities: • Command syntax: CTC3. • Prompts the user to pick nested entities inside an XRef or block. • Accepts entity types: TEXT, MTEXT, DIMENSION, LEADER, BLOCK_REFERENCE. • Creates copies of selected entities in the current drawing. • Preserves transformation matrix from the source reference. • Places the copied entities on the current layer. • Stores copied entities in a global list for further processing. • Extracts text from selected entities (including dimension measurement text if not overridden). • Uses the system clipboard to store extracted text for easy pasting elsewhere. • Deletes the copied entities after clipboard storage if needed. Key Features: • Works with nested selections inside XRefs and non-XRef blocks. • Supports transformation using vla-transformby. • Can process multiple selected entities in a single run. • Automatically counts and reports the number of copied entities. Function SyntaxCTC3 Typical Workflow • Run CTC3, select nested text, mtext, dimensions, leaders, or blocks from an XRef or block, and the program will copy them into the current drawing, extract their text, place it on the clipboard, and optionally remove the temporary copies.