-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broken splines #54
Comments
Could you share the sample dwg or dxf file? |
Here you go. |
These entities are sort of wired. They are actually arcs, with big radius and really small delta angles. In our logic, these entities are filtered out. Now, we changed the delta angle threshold to a smaller value "1e-6". And they all can show up now. We'll upgrade the binary, probably in early next week. |
Fixed in #62 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Below is the AudoCAD rendering of the splines
Below is the gemini-viewer-threejs rendering of the splines (broken segments are circled out)
Below is the console log that is probably related to the issue
The text was updated successfully, but these errors were encountered: