Skip to content
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

Closed
jshenguru opened this issue Mar 22, 2023 · 4 comments
Closed

broken splines #54

jshenguru opened this issue Mar 22, 2023 · 4 comments
Assignees

Comments

@jshenguru
Copy link

Below is the AudoCAD rendering of the splines
AutoCAD_continuous_splines

Below is the gemini-viewer-threejs rendering of the splines (broken segments are circled out)
gemini-viewer-threejs_broken_splines

Below is the console log that is probably related to the issue
console_log_warning

@pattern-x
Copy link
Owner

Could you share the sample dwg or dxf file?

@jshenguru
Copy link
Author

Here you go.

Plant_Aerial_View.zip

@pattern-x
Copy link
Owner

pattern-x commented Mar 23, 2023

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.

@yanzexuan1
Copy link
Collaborator

Fixed in #62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants