[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Tip 2224: Automating Xclip
Tip# 2224 By Raymond Rizkallah On 01-Jul-2007
2
Rated By 1 users Downloaded : 306
Categories : DWG
Software type : AutoCAD
Rename File To : Tip 2224: Auto-XCLIP.lsp
Function automates the Xclip command by creating a new block name on the fly and skipping all the prompts.

Tip 2224: Automating Xclip
Automating Xclip by Raymond Rizkallah automates the Xclip command by creating a new block name on the fly and skipping all the prompts. Load the LISP code and type Xcc at the Command prompt. Pick the objects to be included in the Xclip result, then either supply a pair of corner points or type S to select a closed polyline that will serve as the clipping boundary. The rest is automatic, and the entities selected are turned into a block and then clipped using Xclip. This just goes to show that even a cool command like Xclip can use some customization to make it work even faster.

 

 

Average Rating:
2


User comments