Transform coordinate points for all entities inside DXF #922
Closed
santiago-vargas-de-kruijf
started this conversation in
General
Replies: 1 comment 1 reply
-
The next version of The |
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.
-
Hello,
Is it possible to transform the CRS of all entities inside an DXF?
Currently, we're implementing this process manually: We read each entity, extract its points/coordinates (In case they exist), transform them and finally create a new entity with the transformed coordinates.
Is there a better way of doing this?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions