TheSwamp

Code Red => .NET => Topic started by: ProfWolfMan on March 22, 2012, 10:51:14 PM

Title: "DCLIP" as like "XCLIP"
Post by: ProfWolfMan on March 22, 2012, 10:51:14 PM
Hi all,

Anyboy try a routine as like "XCLIP" command for curent drawing objects.

I am in a situation to develop a command which is going to trim/remove all entities in the drawing except selected rectangular region.

Kindly share your thoughts on these area.

Thanks for your support.

-Ganesan M
Title: Re: "DCLIP" as like "XCLIP"
Post by: huiz on March 23, 2012, 03:29:03 AM
Xclip does not remove objects from the drawing so it is not the same as a dclip function like you describe.

There is/was a tool in the Express Tools which did the same, cutting everything inside a polyline. I can not find it anymore, I thought it was named CookieCutter.

You can also have a look here, where you can find an excellent lisp tool to cut and trim inside or outside a polyline.

http://www.theswamp.org/index.php?topic=24646.0;all


Title: Re: "DCLIP" as like "XCLIP"
Post by: ProfWolfMan on March 23, 2012, 05:29:50 AM
Thank you very much to point that routine.