Mehdi Posted February 11, 2020 Posted February 11, 2020 Actually i have a lot of parcels in my drawing. 1- I made a select set :: (setq s (ssget "x" (list (cons 0 "AECC_PARCEL")))) 2- (ssname s 0) is the first parcel 3- Now i need a routine to report parcel name(number) insertion point that usually located in the middle of parcel. Thank you Quote
BIGAL Posted February 12, 2020 Posted February 12, 2020 Post sample dwg the name is no doubt a property of AECC_PARCEL Try dumpit and see what you get. DumpIt.LSP Quote
hosneyalaa Posted February 12, 2020 Posted February 12, 2020 hi 17 hours ago, Mehdi said: Now i need a routine to report parcel name(number) insertion point that usually located in the middle of parcel Do you want a center point of gravity for each drug Can you give an example of what you want? 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.