-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
Hi,
I am not sure if this might rather be a three-dxf or dxf-parser issue but hoping this is the right place for my question:
We have an issue with showing some dxf files in dxf-viewer. Here we got a simplified example where you can see that in some cases an entity of Type ARC is not shown in its right position:
While other viewers that I used show the file correctly:
By debugging the parsing process until reaching parseEntity(scanner, curr) in arc.js we noticed that the extrusion vector of the specific ARC entity (Group 210-230) is like (0, 0, -1) and also the x value of the arc.center has a reversed sign.
For reproducing the problem see this example dxf below:
example.zip
Metadata
Metadata
Assignees
Labels
No labels