[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.
Image Clip Using Lightweight Polyline
Tip# 2151 By Pedro Ferreira On 01-Oct-2006
4
Rated By 1 users Downloaded : 604
Categories : Image
Software type : AutoCAD
Rename File To : Tip2151: ximageclip.lsp
Automatically clip images inside AutoCAD based on the boundary you indicate using a polyline.

Image Clip Using Lightweight Polyline (Tip #2151) from Pedro Ferreira is a very handy tool for manipulating images inside AutoCAD. Insert an image into a drawing as an external reference, and then draw a polyline over the top of it. Load the LISP code for this tip and type XIC to activate the command function. First select the image object, then the polyline, and the rest is automatic. Ferreira's functions grab the points from the polyline and clip the image reference in the drawing. The code is very well written and exploits the object handling features of Visual LISP. A tip of the hat from Harry on this one -- nice work!

 

 

Average Rating:
4


User comments