jsketcher icon indicating copy to clipboard operation
jsketcher copied to clipboard

Import DXF file from local

Open StevenKung opened this issue 6 years ago • 6 comments

Hi xibyte and mmiscool

This app is awesome! I have a question about how can I import the DXF file from local? thanks

StevenKung avatar May 24 '18 07:05 StevenKung

There is no way currently. However it is a nice feature to have and it's definitely on my list of things to implement. Thanks for the suggestion I can start working on it as soon as I am done with the 3d brep engine.

xibyte avatar Jun 16 '18 03:06 xibyte

Hey xibyte and mmiscool,

how about the feature?

thanks

TheMBeat avatar Aug 03 '18 10:08 TheMBeat

On the radar but not at top of priority list.

mmiscool avatar Mar 25 '20 06:03 mmiscool

Basic DXF import functionality implemented. Screenshot 2022-12-04 11 56 11 PM

mmiscool avatar Dec 05 '22 04:12 mmiscool

@mmiscool There're two issues for import with dxf file:

  1. the rectangle elements are loss.
  2. no constraint is created (detect) from the import dxf file, we need to manually create all the constraints one by one, this is not easy for large dxf.

jtcheng avatar Jan 12 '23 08:01 jtcheng

@jtcheng Try the latest dev branch. It should be working now for the missing rectangles.

The constraints is going to take a little bit longer to get up and running.

mmiscool avatar Jan 18 '23 22:01 mmiscool