Line length
Moderators: SDS, support, admin
-
- Posts: 1
- Joined: 09 Aug 2024, 20:27
Line length
is it possible to get the total length of all lines in a dxf drawing or a list of all lines and length on each line
Re: Line length
Hello,
If you're working with CADEditorX, you can use the following XML instruction:
<?xml version="1.0" encoding="utf-8"?>
<cadsofttools version="2">
<get>
<cstLine/>
</get>
</cadsofttools>
It should return the information about lines, including length. If you need information about other entities, you can replace <cstLine/> with another entity type.
Andrei
If you're working with CADEditorX, you can use the following XML instruction:
<?xml version="1.0" encoding="utf-8"?>
<cadsofttools version="2">
<get>
<cstLine/>
</get>
</cadsofttools>
It should return the information about lines, including length. If you need information about other entities, you can replace <cstLine/> with another entity type.
Andrei
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support