TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: donistco on May 26, 2023, 08:42:57 AM

Title: AutoCAD DataExtraction but with HANDLE
Post by: donistco on May 26, 2023, 08:42:57 AM
Good day. Requesting for an AutoLISP function that is similar with DataExtraction but also shows the object HANDLE.

Sequence:
• Select Objects
• Collects the Objects' Properties as CSV file
• Export CSV file and automatically open as Excel file

Notes:
• say, user selects 995 objects; output will be an excel file with 996 rows (1 row header + 995 rows of data)
• The function sequence may be similar to PolyInfo by Lee Mac

for Object Types: POINT, POLYLINE, REGION, BLOCK only.
for Object Properties: LAYER, HYPERLINK, NAME(object type), BLOCK NAME(for blocks), HANDLE, COLOR, COUNT, AREA, LENGTH, PERIMETER (for regions)

Thanks & Regards.  :smitten:
Title: Re: AutoCAD DataExtraction but with HANDLE
Post by: BIGAL on May 26, 2023, 10:18:32 PM
Have a look at replies at https://www.cadtutor.net/forum/topic/77586-autolisp-function-similar-to-dataextraction-but-with-handle/