Serthys

Results 14 comments of Serthys

If you are asking how to run a sample see [#run-samples](https://github.com/gdsestimating/three-dxf#run-samples).

This is usually a block problem. If you can edit the files you can try grouping all object in the existing block or removing all object from the block. @bzuillsmith...

Can you copy a small portion of that file containing one of those buldges into a new file and share that?

I did a quick test with Splines and there are some strange things, I'm not sure if it's related to your problems. Sample file: [spline test.zip](https://github.com/gdsestimating/three-dxf/files/6944984/spline.test.zip) This is how it...

From https://github.com/Tylemagne/Gopher360/releases/tag/v0.98: "Placing this in your computer's startup folder will give you a fully controller-enabled Windows upon boot" I hope it helps.

I thinks it's a HATCH entity with pattern name "SOLID" ([HATCH documentation](http://help.autodesk.com/view/ACD/2015/ENU/?guid=GUID-C6C71CED-CE0F-4184-82A5-07AD6241F15B)). Looking at the source I see that hatches are not supported yet but on your dxf file looks...

@opelline-sito I've managed to read the hatches on your sample but running the tests I ran into some problems with the file [/test/data/blocks.dxf](https://github.com/gdsestimating/dxf-parser/blob/master/test/data/blocks.dxf). It contains more complex hatches and it...

I think I found the problem from my last comment, I thought I had an infinite loop problem somewhere but the problem is the block.txt massive size (108141 lines). When...

I tried launching the three-dxf sample with the [test file](https://github.com/gdsestimating/dxf-parser/blob/4b503e84fe806087d7b9b0333dbd8659ffdfa9c1/samples/data/api-cw750-details.dxf) and I can see the correct name shown. Maybe the name '*U146' you see there is Unicode?

I don't think there's enough information to help here, can you provide a stackblitz with a basic sample of the problem? Here's a [simple template](https://stackblitz.com/edit/js-l7iml3), you should add your dxf...