Layer Extractor

Function Syntax LayerExtract
Current Version 1.4
Download LayerExtractV1-4.lsp
View HTML Version LayerExtractV1-4.html

Program Description

This program enables a user to generate a report detailing the layer structure within multiple drawings.

The program will extract all or a selection of the following layer properties to a text, CSV or XML file.:

The program uses ObjectDBX to process multiple drawings, hence the user may extract information from several drawings in seconds without having to open a single drawing.

Upon starting the program with LayerExtract at the command line, the user presented with a dialog interface through which the desired fields to be extracted may be selected. The user may also select a directory of drawings to process, and whether subdirectories found within the selected directory are also included. Alternatively, the user may select to extract only those layers in the current working drawing by selecting the Current Drawing Only option.

The user is additionally required to specify an output file to which the data is to be written; this may be a Text file, Comma-Separated Value(CSV) file, or eXtensible Markup Language (XML) file. Should the user choose to extract to a Text File output, the padding character may also be chosen from the drop-down list displayed.

The display of External Reference (XRef) layers in the output file may also be controlled using this interface.

Preview

Layer Extract Dialog.png

Should the user choose to write the output to an XML file, additional options are available to control whether the XML file should be compatible with Excel or whether an eXtensible Stylesheet Language (XSL) file is created in the same directory so that the XML data may be transformed into a suitable HTML Table; an example of which is displayed below:

Example of XML Extraction with XSL Stylesheet

Layer Extract XML Table.png

The style of this table may be altered by editing the CSS elements in the XSL file following extraction.

Instructions for Running

Please refer to How to Run an AutoLISP Program.

textsize

increase · reset · decrease

Designed & Created by Lee Mac © 2010