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

lib3mf does not properly handle NaN #287

Open
martinweismann opened this issue Dec 10, 2021 · 0 comments
Open

lib3mf does not properly handle NaN #287

martinweismann opened this issue Dec 10, 2021 · 0 comments

Comments

@martinweismann
Copy link
Member

e.g.

adding a vertex

"Pos.m_Value[0] = 0.0; Pos.m_Value[1] = 1.0; Pos.m_Value[2] = NAN;

to a mesh does not throw an exception.

Neither does writing the model to file cause an error or warning.
Instead, the file will contain

Similar goes for reading 3MF files with NaN in them.

This needs to be changed.

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

1 participant