afrazawan Posted November 30, 2013 Posted November 30, 2013 I have many Hatch pattern in my dwg. is there any LISP if i slect any Hatch then it will give me area in table or what ever please Quote
Murph_map Posted November 30, 2013 Posted November 30, 2013 Use the "DATAEXTRACTION" command and select just the hatches and geometry AREA. Quote
ReMark Posted November 30, 2013 Posted November 30, 2013 Yes, there are custom lisp routines that will extract the area of hatches. They are simple to find. Quote
afrazawan Posted December 1, 2013 Author Posted December 1, 2013 then my dear how can i will identify this area is belong to that hatch - let suppose i have 10 different hatch different location in drawings so when i will use DATAEXTRACTION" so result one table i will get so how can i will understand this area is belong to that hatch,so is there any lisp when i click on hatch is will show area there in drawing with text. Quote
Dadgad Posted December 1, 2013 Posted December 1, 2013 then my dear how can i will identify this area is belong to that hatch - let suppose i have 10 different hatch different location in drawings so when i will use DATAEXTRACTION" so result one table i will get so how can i will understand this area is belong to that hatch,so is there any lisp when i click on hatch is will show area there in drawing with text. You might want to consider using http://www.lee-mac.com/arealabel.htmlhttp://www.lee-mac.com/arealabel.html You would need to create closed polylines in order for it to work though, but once done, it looks like it would be perfect. If you have never used any of Lee's fantastic lisps, you should take a look on his website, as it is a real goldmine, and he offers them free of charge. Thanks Lee! Quote
Organic Posted December 1, 2013 Posted December 1, 2013 I had a similar question a year ago. See http://www.cadtutor.net/forum/showthread.php?76645-Display-hatch-area-as-a-label for multiple lisp codes that will label areas of hatches easily and display them on screen. 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.