Export polyline as text

Discuss and ask questions about ABViewer.

Moderators: SDS, support, admin

Post Reply
unixnerd
Posts: 1
Joined: 28 Aug 2024, 20:32

Export polyline as text

Post by unixnerd » 28 Aug 2024, 20:34

Is there any way I can select a polyline from a CAD file and export / copy paste it as ASCII values of the co-ordinates?

Thanks :-)

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Export polyline as text

Post by support » 02 Sep 2024, 14:06

Hello!

Thanks for the question.

You can do this with the help of the XML API:
https://cadsofttools.com/help/en/index. ... l_api2.htm

First, please apply getselected to teh necessary entity. After that use get with the entity handle to get the values of the coordinates.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply