Data Extraction in AutoCAD | Data Extraction to Excel |

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025
  • You can use the "Data Extraction" tool to extract the point coordinates along with their Z values. Follow these steps:
    a. Type "DX" in the command line and press Enter to open the Data Extraction wizard.
    b. Select the "Create a new data extraction" option and click Next.
    c. Choose the "Select objects" option and click the "Select objects" button.
    d. Select the points in the drawing that you want to extract the coordinates from.
    e. Click Next.
    f. Select the desired properties to extract, such as "X Coordinate," "Y Coordinate," and "Z Coordinate."
    g. Click Next and specify the output format and location for the extracted data.
    h. Click Finish to complete the extraction process.
    Once you have the extracted data, you can review the resulting file or table to obtain the X, Y, and Z coordinates for each point.
    Check the result by running a script using _text E,N textheight rotationangle elevation, and confirm overlays.

Комментарии •