Coder Social home page Coder Social logo

dxfrwtest's People

Contributors

rvt avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dxfrwtest's Issues

Can you add examples of DXFrw writing lineType and layers and blocks

Hi , rvt
When I export DXF with line linetypes and layers and open it with autoCAD, I encounter the following prompts: ENTITIES region is not allowed to be non-entity LTYPE. Reading LAYER (starting from line 1618) encounter the following errors:Class AcDbSymbolTableRecord requires class delimiters.
Can you add examples of DXFrw writing lineType and layers and blocks

How to write DXF extended data and what are the necessary conditions?

I wrote the following extended data according to the requirements of DRW_Variant format

1001, "SAG_CURVE"
1002, "{"
1003, "0"
1000, "woaini"
1000, "520"
1000, "This is a circle."
1071, 0
1071,1
1040,37.5
1040,43.6
1002, "}"
Before the bool dxfRW:: write Entity (DRW_Entity * ent) function finally returns, add the following code:
if (!ent->extData.empty()){
writeExtData(ent->extData);
}
In the inheritance implementation class of DRW_Interface QinWriter, adding the corresponding code to write the extended data above, the graphics can be drawn, but check the DXF file, there is no section at the beginning of 1001, which senior programer knows what's going on, can you give me some advice?

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.