Page 1 of 1

Polyline from point coordinates

Posted: Wed Jul 03, 2019 2:46 pm
by Cuccio
Hello Everyone,

I was wondering to create a polyline by connecting points with known coordinates X,Y,Z. Is it possible?

Thank you very much in advance for your help!

Re: Polyline from point coordinates

Posted: Wed Jul 03, 2019 8:09 pm
by daniel
Yes, either you load these points and then select them one by one with the 'Point List Picking' tool (you can export the selection as a 'polyline').

Another option is to save these points in ASCII/text format (one point - X Y Z - per line) and use the 'poly' extension for the file. CC will load it as a polyline.

Re: Polyline from point coordinates

Posted: Thu Jul 04, 2019 7:09 am
by Cuccio
Thank you very much! It works!