Git Product home page Git Product logo

Comments (4)

brettfo avatar brettfo commented on June 30, 2024

Thank you for the bug report. This looks like another case where the Autodesk DXF spec isn't complete; the spec says 102 codes are supposed to be of the format:

102
{some-string
// a bunch of other code pairs
102
}

But this looks like a specialized shortened version used when only one code pair would be in the group.

I have two questions for you:

  1. How were you using this library? NuGet package or clone/build locally? What version/commit?
  2. Can you email me a file that leads to this error? [email protected]

from dxf.

AleksandarDev avatar AleksandarDev commented on June 30, 2024

Figured about the 102{ stuff from source code, but I'm not familiar with DXF spec. If this VTR thing is uncommon, I can manage without you changing the code. I can just delete those 6 parameters from the file. I tried that and now it works.

I'm using online NuGet version 0.3.1.

Here are both Sketchup file and DXF export file.

FloorSkpAndDxf.zip

from dxf.

brettfo avatar brettfo commented on June 30, 2024

FYI, I've created PR #62 which will allow this file to open.

My original guess about the 102 handling was off and the problem was ultimately that the XRECORD object in your file didn't specify the duplicate record handling flag which means a subsequent read of the code 280 pair was mis-interpreted as that which caused the rest of the object to be read incorrectly.

Edit: this also means that to get the proper fix on your end you'll have to take a source dependency and build locally instead of consuming the NuGet package, because there's been a lot of compat work happening since release 0.3.1, including changes to reading in XRECORDs which means I can't take a targeted fix. That and I'm not yet ready to release the 0.4 NuGet packages.

from dxf.

AleksandarDev avatar AleksandarDev commented on June 30, 2024

@brettfo Thanks for the quick response and fix!

from dxf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.