churchill Posted November 27, 2019 Posted November 27, 2019 Is it possible to 'simply' delete all geometry outside of an XCLIP boundary from a .dwg file? In this case my drawing is a 2D building floorplan and the geometry under the XCLIP consists of multiple blocks of walls/windows/tables/etc. that all/some pass in, through and out of the XCLIP boundary. In lieu of exploding the entire drawing down to nothing and TRIM'ing everything outside of the XCLIP boundary, is there another one-shot way that will achieve what I'm after without having to butcher all the blocks? In my case I need to take said DWG file and convert it to an SVG file, so I could do with any unnecessary geometry (such as that outside of the XCLIP boundaries) being banished from whence they came. Quote
CyberAngel Posted November 27, 2019 Posted November 27, 2019 Have you looked into the EXPORTLAYOUT command? It will export everything inside the layout to a separate drawing. The new drawing will include the parts outside the layout, but you can clip those. It will explode dimensions and other objects that cross the border, which at least saves some of the work. Quote
BIGAL Posted November 28, 2019 Posted November 28, 2019 Try cookiecutter.lsp CookieCutter2_v1.0.lsp Quote
JGA Posted August 3, 2020 Posted August 3, 2020 On 11/28/2019 at 12:28 AM, BIGAL said: Try cookiecutter.lsp Thanks for sharing. Works well. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.