Replies: 1 comment 1 reply
-
No, there is no easy way, because this is a trivial task for humans, but not algorithmically.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a simple way to combine all the data of lines and arcs I know to be continuous into one LWPOLYLINE, currently I'm trying by collecting all the data from arcs and lines to create an array of points and bulges then create a LWPOLYLINE from them, but doing this didn't create the desired effect I now realise the points have to be in the correct continuous order, would it be better for me to organise my points or access the polyline and add a new point in for the new element at its correct position. both seem long winded.
this is needed for a CNC machine that only reads DXF polylines and the output from a certain 3D software package outputs it all as lines and arcs.
Beta Was this translation helpful? Give feedback.
All reactions