jsketcher icon indicating copy to clipboard operation
jsketcher copied to clipboard

DXF and other file formats import.

Open wanfuse123 opened this issue 5 years ago • 2 comments

Hi! I would like to say your work is incredible!

I have long thought it would be nice to be able to build this sort of thing from a browser or server from a local web server.

Unfortunately, this is not my area of expertise.

I do have one thought/suggestion.

All of the open source programs have one very fatal flaw. Mainly the limited support of input and output file formats.

I am curious, what would it take to support formats for major software vendors such as autocad and solidworks and rhino and for formats such as DXF and 3D DXF (If there is such a thing)?

Is it a question of purchasing rights to develop for these formats or is it a physical resource limitation (as in not enough programmers?) or more of a monetary limitation?

I am curious as to what it would take to make this happen?

I think it would be great if there was more community donations and financial support for such endeavors. Perhaps starting a gofundme site or or something?

Regards,

Steven

wanfuse123 avatar Jun 20 '20 01:06 wanfuse123

Hi Steven,

Thanks a lot for sharing your ideas. I am currently working on external repositories support and after getting it done it'll be theoretically possible to run the application locally against a local web server and having models served through that server.

As far as importing goes I just implemented the STEP format which is an industry standard for exchanging 3d models and it'll cover most of the needs of importing(adn exporting too) of external models from/to Solidworks or Rhino or etc. It all will be part of the next release. So yes, that's definitely the direction we are going.

Val

On Fri, Jun 19, 2020 at 6:31 PM wanfuse123 [email protected] wrote:

Hi! I would like to say your work is incredible!

I have long thought it would be nice to be able to build this sort of thing from a browser or server from a local web server.

Unfortunately, this is not my area of expertise.

I do have one thought/suggestion.

All of the open source programs have one very fatal flaw. Mainly the limited support of input and output file formats.

I am curious, what would it take to support formats for major software vendors such as autocad and solidworks and rhino and for formats such as DXF and 3D DXF (If there is such a thing)?

Is it a question of purchasing rights to develop for these formats or is it a physical resource limitation (as in not enough programmers?) or more of a monetary limitation?

I am curious as to what it would take to make this happen?

I think it would be great if there was more community donations and financial support for such endeavors. Perhaps starting a gofundme site or or something?

Regards,

Steven

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xibyte/jsketcher/issues/108, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAENWB6HNJFTMHOJLIXERULRXQGQPANCNFSM4ODFA77A .

xibyte avatar Jun 22 '20 04:06 xibyte

Thank you. Provide dwg or dxf support, I think it is mainly to solve the view of 2d drawings. At present, jsketcher has a very good function. If you can perfectly open dwg or dxf drawings, it will be a great function.

yoyomule avatar Jul 13 '20 04:07 yoyomule

Duplicate of #67

Closing this issue.

See https://github.com/xibyte/jsketcher/issues/67 for when this will be resolved.

mmiscool avatar Aug 27 '22 04:08 mmiscool

See https://github.com/xibyte/jsketcher/issues/67 for first cut on DXF import functionality and screen shot showing how to import in to the 2D sketcher.

mmiscool avatar Dec 06 '22 22:12 mmiscool