Home Software Tutorial Office Software Method to transfer point coordinate data in CAD to Excel table

Method to transfer point coordinate data in CAD to Excel table

Jan 16, 2024 pm 06:54 PM

Method to transfer point coordinate data in CAD to Excel table

How to convert the data of CAD midpoint coordinates into an Excel table

This is a method for your reference: On a topographic map, the elevation of each point is generally marked. This method has no effect if no elevation is indicated.

First, open the original dwg file, observe the layer where the point and elevation labels are located, and close all other layers so that only the point and elevation label information is displayed. Next, use the mouse frame selection method to select all points and elevation label information. Be careful not to use Ctrl A to select all. Then, create a new dwg file, right-click on the window, select "Paste to original coordinates" from the pop-up options, and paste the previously selected point and elevation label information into the new file. Finally, save the new file to retain the copied point and elevation label information.

2. Run Southern Surveying and Mapping (cass6.1). Mine is this version. The following steps use this version as an example. Other versions can refer to it by themselves. There is not much difference. If you haven’t downloaded one online, there are many.

3. Click File in the cass menu - open an existing graphic - select the file you just saved.

4. In the menu, click Engineering Application - Elevation Point Generation Data File - Uncoded Elevation Point - Name the file to be generated.

5. Look at the dialog box under CAD and enter the layer name of the elevation point and elevation label. Under normal circumstances, it is layer 0.

6. After the data file is generated, the extension is .dat. Open this file with excl. During the import process, select the delimiter symbol. In the next step, check "Comma" and "Consecutive delimiter symbols are treated as a single process". In this way, the coordinate file can be imported into excl. Can be edited and saved in other forms.

Kneeling Master: How to export excel CAD data to each other

CAD can realize these two functions, as follows:

Import CAD coordinate data into excel:

Use a polyline in CAD to trace the points you want to output one by one, then select the polyline, enter "li" in the dialog box and press Enter, the coordinates of the points will appear. Copy and paste them in a In notepad, save. Now you open excel, use excel to open the notepad you just saved, select fixed width, adjust the column width, and you are done. Finally, use the edit and replace function in excel to replace the useless x= y=. Enough.

Import the coordinate data in excel into CAD:

First copy the coordinate data in excel to a notepad. The data format in the notepad is:

y,x

y,x

...

For example: 36071283.00,3248453.00

(Note that it is y first, then x because the coordinates in CAD are opposite to the x and y coordinates printed out by GPS)

After adjusting the format, open CAD, first select the polyline function, then copy the data in Notepad to the dialog box in CAD, press Enter, and you will see that CAD draws it according to your coordinates A broken line.

Go and try it!

How to import annotations from CAD into EXCEL

"))

(princ "station" fp)(princ "\t" fp)

(princ "X coordinate value" fp)(princ "\t" fp)

(princ "Y coordinate value" fp)(princ "\n" fp)(repeat n(setq k (getstring "\nEnter the station number (such as: K1)!")

p (getpoint "\nSelect node!")

y (strcat "Y=" (rtos (nth 0 p)))

x (strcat "X=" (rtos (nth 1 p))))

(princ k fp)(princ "\t" fp)

(princ x fp)(princ "\t" fp)

(princ y fp)(princ "\n" fp))(close fp)(setvar "cmdecho" s))

(princ "\nPrompt: Enter the MD command to run this program!")

2. Open CAD and load this small program (enter appload on the command line, select to load the md.lsp program) 3. Enter the md run command, enter the number of piles, then enter the pile number, and then select the point. After completion, save CAD file, close CAD, open the e drive and you will see an Excel file that generates a file "station coordinate value.xls", open it, with the following format

How to import cad point coordinate data into excel

Using truetable is a plug-in based on the CAD platform. It can import tables between CAD, Excel, and WPS. It can output and update any table in CAD. It also comes with a steel structure assistant to easily count the amount of steel. . truetable11.0 cracking instructions:

1. Unzip

2. First make sure autocad is installed on your computer

3. Double-click the file "Install.exe" to install

4. Then copy all the contents in the folder "TrueTable 11.0I (AutoCAD)" to the truetable installation directory and replace

5. Double-click the file "truetable 11.0.reg" to import the registry OK!

truetable11.0 product features:

1. Export tables or texts in CAD to Excel

2. Output tables or texts in CAD to text files (TXT) or CSV files

3. Directly output any tables in CAD, even if these tables are complex entities

4. Import Excel table into CAD

5. Import text file (TXT) or CSV file into CAD

6. Output multiple CAD tables to Excel files at the same time

7. You can accurately define the CAD table size, including text height, text width coefficient, row height, and column width

8. You can set the color of the table frame, grid, and text

9. Update CAD table according to Excel table or Excel file

10. If the input form is too long, the form will be automatically fragmented and the header and footer can be set

11. Supports horizontal and vertical arrangement of text, with a total of 9 alignment methods

12. Supports automatic line wrapping, superscript and subscript, text rotation, vertical text, and multi-line text

13. It has automatic text replacement function, which can make special symbols in CAD displayed correctly in Excel, such as replacing "%%c" with "Φ"%

14. Support Excel’s hidden rows and columns

15. Support table inversion, that is, reverse the order of tables when outputting and inputting tables

16. 5 ways to insert tables: four corners of the table and designated windows

17. Statistics on texts in CAD

18. Batch output of MST, SFCAD, TWCAD material tables

19. Automatic calculation of material table, statistics of steel consumption for steel structures

The above is the detailed content of Method to transfer point coordinate data in CAD to Excel table. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

5 Things You Can Do in Excel for the Web Today That You Couldn't 12 Months Ago 5 Things You Can Do in Excel for the Web Today That You Couldn't 12 Months Ago Mar 22, 2025 am 03:03 AM

Excel web version features enhancements to improve efficiency! While Excel desktop version is more powerful, the web version has also been significantly improved over the past year. This article will focus on five key improvements: Easily insert rows and columns: In Excel web, just hover over the row or column header and click the " " sign that appears to insert a new row or column. There is no need to use the confusing right-click menu "insert" function anymore. This method is faster, and newly inserted rows or columns inherit the format of adjacent cells. Export as CSV files: Excel now supports exporting worksheets as CSV files for easy data transfer and compatibility with other software. Click "File" > "Export"

How to Use LAMBDA in Excel to Create Your Own Functions How to Use LAMBDA in Excel to Create Your Own Functions Mar 21, 2025 am 03:08 AM

Excel's LAMBDA Functions: An easy guide to creating custom functions Before Excel introduced the LAMBDA function, creating a custom function requires VBA or macro. Now, with LAMBDA, you can easily implement it using the familiar Excel syntax. This guide will guide you step by step how to use the LAMBDA function. It is recommended that you read the parts of this guide in order, first understand the grammar and simple examples, and then learn practical applications. The LAMBDA function is available for Microsoft 365 (Windows and Mac), Excel 2024 (Windows and Mac), and Excel for the web. E

How to Create a Timeline Filter in Excel How to Create a Timeline Filter in Excel Apr 03, 2025 am 03:51 AM

In Excel, using the timeline filter can display data by time period more efficiently, which is more convenient than using the filter button. The Timeline is a dynamic filtering option that allows you to quickly display data for a single date, month, quarter, or year. Step 1: Convert data to pivot table First, convert the original Excel data into a pivot table. Select any cell in the data table (formatted or not) and click PivotTable on the Insert tab of the ribbon. Related: How to Create Pivot Tables in Microsoft Excel Don't be intimidated by the pivot table! We will teach you basic skills that you can master in minutes. Related Articles In the dialog box, make sure the entire data range is selected (

If You Don't Use Excel's Hidden Camera Tool, You're Missing a Trick If You Don't Use Excel's Hidden Camera Tool, You're Missing a Trick Mar 25, 2025 am 02:48 AM

Quick Links Why Use the Camera Tool?

Use the PERCENTOF Function to Simplify Percentage Calculations in Excel Use the PERCENTOF Function to Simplify Percentage Calculations in Excel Mar 27, 2025 am 03:03 AM

Excel's PERCENTOF function: Easily calculate the proportion of data subsets Excel's PERCENTOF function can quickly calculate the proportion of data subsets in the entire data set, avoiding the hassle of creating complex formulas. PERCENTOF function syntax The PERCENTOF function has two parameters: =PERCENTOF(a,b) in: a (required) is a subset of data that forms part of the entire data set; b (required) is the entire dataset. In other words, the PERCENTOF function calculates the percentage of the subset a to the total dataset b. Calculate the proportion of individual values ​​using PERCENTOF The easiest way to use the PERCENTOF function is to calculate the single

You Need to Know What the Hash Sign Does in Excel Formulas You Need to Know What the Hash Sign Does in Excel Formulas Apr 08, 2025 am 12:55 AM

Excel Overflow Range Operator (#) enables formulas to be automatically adjusted to accommodate changes in overflow range size. This feature is only available for Microsoft 365 Excel for Windows or Mac. Common functions such as UNIQUE, COUNTIF, and SORTBY can be used in conjunction with overflow range operators to generate dynamic sortable lists. The pound sign (#) in the Excel formula is also called the overflow range operator, which instructs the program to consider all results in the overflow range. Therefore, even if the overflow range increases or decreases, the formula containing # will automatically reflect this change. How to list and sort unique values ​​in Microsoft Excel

How to Format a Spilled Array in Excel How to Format a Spilled Array in Excel Apr 10, 2025 pm 12:01 PM

Use formula conditional formatting to handle overflow arrays in Excel Direct formatting of overflow arrays in Excel can cause problems, especially when the data shape or size changes. Formula-based conditional formatting rules allow automatic formatting to be adjusted when data parameters change. Adding a dollar sign ($) before a column reference applies a rule to all rows in the data. In Excel, you can apply direct formatting to the values ​​or background of a cell to make the spreadsheet easier to read. However, when an Excel formula returns a set of values ​​(called overflow arrays), applying direct formatting will cause problems if the size or shape of the data changes. Suppose you have this spreadsheet with overflow results from the PIVOTBY formula,

How to Use the PIVOTBY Function in Excel How to Use the PIVOTBY Function in Excel Apr 11, 2025 am 12:56 AM

Quick Links The PIVOTBY Syntax

See all articles