Skip to content

Virtek laser machine dxf format??? #438

Answered by DomCR
AlexxCrp asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @AlexxCrp

I'm not familiar with the Virtek format, doesn't work with the regular dxf?

Looking at the files it seems that Virtek doesn't write any header variables and skips some common codes for the entities.

About the feature, right now I don't think I'll implement an alternative way to write dxf, but if you want to implement it yourself you can take a look at the classes that implement DxfSectionWriterBase, the DxfWriter is pretty modular, each section has it's own writer that you can modify to match with the Virtek format, you can inherit the different writers and implement a new one, I think this would be the best approach.

Let me know if I can help or provide more info about this …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AlexxCrp
Comment options

Answer selected by AlexxCrp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants