gotranspile/gotrace

can you add convert dxf file?

Closed this issue · 5 comments

I am developing an img to dxf program, I need to convert dxf files, can you add it?

dennwc commented

Done! Let me know if it works for you :)

thanks very mach ,i will try at once

i try it ,very nice tks again ,I want chenge DefaultConfig-->param_default's AlphaMax value,can you tell me how to do?
image

dennwc commented

Sure! You just make a default config and change the desired value:

cfg := gotrace.DefaultConfig()
cfg.AlphaMax = 0.5
paths, err := gotrace.Trace(bm, cfg)

tks ,tks