Albert Domenech

Results 91 comments of Albert Domenech

Here you go https://github.com/DomCR/ACadSharp/pull/227 I've created a simple setup so you can see how the `ObjectReader` works. First the reader needs to identify the `ObjectType` that is reading, in this...

are the AecObjects compatible with DXF? > Note: When you export a drawing to a DXF file, all AEC objects are exploded to AutoCAD primitive objects. Reopening the file in...

Hi @merco I don't know much about VB, but I you can check this code in C# and see if it helps you: ```C# var inserts = doc.Entities.OfType().Where(e => e.Block.Name...

Approved and merged! Good work!

Hi @mme1950, It looks good! your implementation will avoid the Exception when writing the wrong types for `GroupCodeValueType`. For me we can use this one to write the colors in...

I'll keep them as **radians**, C# works with them so it's easier to work with `System.Math` functions if the angles are in radians. So the work here I think is...

My priority right now is to finish the first alpha for the `DwgWriter` I can open a branch dedicated to this issue but I'll not addressed for a while.

Hi @mme1950, I've been thinking about the feature DWG to SVG and how to implement it but right now my focus is on the release of the Beta for this...

Hi @gf0126, The version `AC1032` is not implemented in the writer yet, you can convert the file into a dxf or downgrade the dwg version to `AC1018` which is the...

Hi @cpetry, I'll open a branch to see how can this be implemented in the project. Thanks!