hi,
I saw this library which is well maintained and i would love to use it. I do have a specific use case:
- i do have geospatial features (mainly polylines) in my postgis-database
- i would like to export those into a .dwg-file
- i would like to change some titles for block headers
- two versions (one without any attributes / one file with all the attributes from the table in the database)
- i do have a template-file (.dwt) and would like to apply the styling from this file into my new dwg
does anybody has some directions where to start and look?
@therightdirectionbv,
Hello,
could you please specify what is the initial file format? Answers more depend on the complexity of the problem, we can write DWG (2018 format), changing titles of the blocks seems to be feasible, about attributes we need to see more details how they are stored, loading dwt seems to be feasible but depends on the details too. Commonly, it will be easier if you provide some technical details so we can think about this. Here is the example how to create polylines and write them to DWG, probably, it may be start point.