Git Product home page Git Product logo

Comments (3)

rocchellid avatar rocchellid commented on June 30, 2024

The problem isn't in 0.8.3; I found it with the latest sources updates I downloaded ...

from dxf.

brettfo avatar brettfo commented on June 30, 2024

Short Version

I've found the issue and will start working on it now.

Extra Code 290

Thank you for pointing this out. Turns out the spec has different layouts under subclass marker AcDbRenderSettings as specified in code 90. The spec for MENTALRAYRENDERSETTINGS (which is the object type specified in your sample file) explicitly lists class version 1 (row 7 in that table), but the file you sent me specifies class version 2 (line 347630, if you open it in a text editor), and the order of the codes just happens to match the AcDbRenderSettings listed in object RAPIDRTRENDERSETTINGS. I'll work on fixing the reader for AcDbRenderSettings to handle the different class version numbers.

Extra Code 1

This problem appears to come from the code 290 issue above; version 2 of AcDbRenderSettings has an extra code 1 value which messes up the subsequent count. This should be fixed when I fix the code 290/class version 2 problem.

Extra Code 40

The object in the file you sent me has 2 code pairs at the very end that the spec doesn't account for: 290, and 40. I'll adjust the reader to allow these unknown fields to exist so the file can be read.

from dxf.

brettfo avatar brettfo commented on June 30, 2024

Fixed in main.

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.