Maxime Chauvin
Maxime Chauvin
Hi and thanks for this very good development! I am trying to include three-dxf in a React component and making it responsive. I managed to achieve that by deleting the...
Here the min and max are initialized with (0, 0, 0), before searching for the bounding box: https://github.com/gdsestimating/three-dxf/blob/20e14cbd13735e16a1b691f7b864936dd688fb74/src/index.js#L94-L97 which doesn't work if the whole dxf is not distributed around the...
https://github.com/asmaloney/libE57Format/blob/50e84a2d0055c257469d5a7e7be756d13cf745a4/src/WriterImpl.cpp#L750 https://github.com/asmaloney/libE57Format/blob/50e84a2d0055c257469d5a7e7be756d13cf745a4/src/WriterImpl.cpp#L786 Not sure if there is a mistake in these conditions but in my case I needed to swap E57_DOUBLE and E57_SINGLE to enable double precision in my point...