xibyte / jsketcher

Parametric 2D and 3D modeler written in pure javascript
http://web-cad.org
Other
1.45k stars 275 forks source link

feat(dxf): add dimensions to dxf export. #180

Closed tarikjabiri closed 1 year ago

tarikjabiri commented 1 year ago

Hi,

jsketcher autocad

As you can see the dimension for the arc is not looking like jsketcher I need help. The angular dimension will be implemnted soon. Regards

tarikjabiri commented 1 year ago

I fixed the diameter dimension now its exported correctly. jsketcher autocad

xibyte commented 1 year ago

Wow, great work! Could you please rebase you branch on top of our latest origin/main to remove unnecessary merge commits. And could you also please squash the 4fa9f61 and 7b95dc commits before I merge it to mainline. You can use this branch as an example https://github.com/xibyte/jsketcher/tree/tarikjabiri/main or just use it for the PR.

Thanks for your contribution!