ACadSharp icon indicating copy to clipboard operation
ACadSharp copied to clipboard

C# library to read/write cad files like dxf/dwg.

Results 57 ACadSharp issues
Sort by recently updated
recently updated
newest added

We recently implemented classes and a reader to handle `MultiLeader` entities in ACadSharp. Using the MultiLeader data we learned a lot about the confusing data structures and values. So we...

bug

Whether it is possible to provide compiled files (.dll) for example: net4.0/ACadSharp.dll, new6.0/ACadSharp.dll , etc.

help wanted

Hi If I use ACadVersion then I get = his drawing was saved with a student Version but it is ok if I don't use ACadVersion ` Const dwgFilePath22 =...

bug

# Description Perform exploration methods to the missing objects for the DwgReader # Tasks done in this PR * [ ] WipeoutVariable * [ ] VisualStyle * [ ] DimAssoc...

feature

When I create new DWG Color control = Color 0 Should it be = Bylayer as default ? Line Type Control = notthing is default Should it be = Bylayer...

bug
help wanted

I can't figure out how can I iterate over all "insert objects". This is the file: [UniRif4-63125_151-Rev2.zip](https://github.com/DomCR/ACadSharp/files/14195842/UniRif4-63125_151-Rev2.zip) With this code I'm able to get first level of Insert `For Each...

help wanted

The `MultiLeader.EnableDogleg` property indicates whether the multilieader is to be drawn with or without a dogleg aka landing distance. The two bits that represent the boolean values `EnableLanding` (DXF 290)...

bug

**Is your feature request related to a problem? Please describe.** When reading a DWG file, aec objects seem not to be included. **Describe the solution you'd like** I would like...

feature
SPIKE

The current ODA spec has too many bugs and omissions. We reverse-engineered their pdf to a simple markdown document, which can produce equal pdf's, and came to this diff. https://github.com/LibreDWG/libredwg/blob/master/doc/ODA-5.4.2-libredwg-diff.pdf...

documentation

# Description Transform the Autocad text representation from a tolerance into the Text representation.