Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Measuring multiple lines of varying length

Status
Not open for further replies.

DDirk

Mechanical
Joined
Nov 9, 2020
Messages
1
Location
US
Hi all, I'm running into an issue where I have multiple (think thousands) of lines of varying lengths that I'd like to add up total length on.
An example of a tiny blip of what I'm trying to add up..
line
s
0,1
-0.2773501,0.5839748
0,2
0.2773501,1.583975
0,3
-0.2773501,2.583975
0,4
0.2773501,3.583975
0,5
-0.2773501,4.583975
etc

Is there a simple way to measure the total length of line in a given area? I feel like I'm missing something basic here. I have tried converting all to polyline and using getarea but it appears to not work for solely line length.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top