Artyom Lebedev

Results 56 comments of Artyom Lebedev

Hello, Seems you mostly need dimensions and hatching. Hatching is quite challenging to implement so it is probably not in the nearest future roadmap. The dimensions seems to be the...

You do not see it, probably because the scene is cleared on each model loading here: https://github.com/vagran/dxf-viewer/blob/2256f3437271d1584ee27f8d059120350ea29766/src/DxfViewer.js#L239 Called here: https://github.com/vagran/dxf-viewer/blob/2256f3437271d1584ee27f8d059120350ea29766/src/DxfViewer.js#L151 However, such simple approach will anyway not give expected result...

Basic support for dimensions is now available in [v1.0.21](https://github.com/vagran/dxf-viewer/releases/tag/v1.0.21).

This sounds like an application which may be built on top of this library, which is just DXF renderer. Other problem is that currently the library discards all information about...

Hello, Looks like I also have encountered this problem. We have a big project with Avalonia and Mapsui (unfortunately, closed source, so I cannot share code). We have a lot...

Thanks for the nice test sample! From the first look, it seems there are a lot of entities, which are arbitrary oriented in 3D space. The problematic arc probably has...

@fiorefrank Actually particular unhandled entity should not prevent your DXF from being loaded. What is the full console dump? Is it possible to get your example file for investigation?

Download link does not work for me: ![image](https://github.com/vagran/dxf-viewer/assets/6065976/cb85812b-e2bf-4296-a0da-82ad99e8e573)

> https://drive.google.com/file/d/1g2zzLa31_fXrN94NmBVGIYy-NJUqNff_/view?usp=sharing Received, thanks! Will take a look soon.

> https://drive.google.com/file/d/1g2zzLa31_fXrN94NmBVGIYy-NJUqNff_/view?usp=sharing Issues with your sample file are fixed and included in just released version `1.0.28`. The problem was not related to this issue, it is about unresolved block references...