Page 1 of 1

Export polyline as text

Posted: 28 Aug 2024, 20:34
by unixnerd
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 :-)

Re: Export polyline as text

Posted: 02 Sep 2024, 14:06
by support
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.