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

BUG: ReadStlFile-Fix error logic when reading an ASCII STL File. #839

Merged

Conversation

imikejackson
Copy link
Contributor

Add an experimental function to convert from ASCI file to a binary STL file. This could be used in the actual filter to add support for reading ASCII STL files.

@imikejackson imikejackson requested a review from nyoungbq January 30, 2024 21:37
@imikejackson imikejackson force-pushed the feature/stl_reader_fixes branch from a59f4c4 to e580344 Compare January 30, 2024 21:37
@nyoungbq nyoungbq changed the title BUG: ReadStlFile-Fix error logic when reading an ASCI STL File. BUG: ReadStlFile-Fix error logic when reading an ASCII STL File. Jan 30, 2024
Copy link
Contributor

@nyoungbq nyoungbq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good for the most part. The enum was a good choice and the new algorithm for conversion looks alright. That said, I think it should probably get a test case, but I understand if this is more of a utility function and it doesn't use stuff outside standard c++ so it might be okay to worry about testing later

Add an experimental function to convert from ASCI file to a binary STL file. This
could be used in the actual filter to add support for reading ASCII STL files.

Signed-off-by: Michael Jackson <[email protected]>
@imikejackson imikejackson force-pushed the feature/stl_reader_fixes branch from e580344 to ce87e64 Compare January 31, 2024 13:40
@imikejackson imikejackson merged commit 77f3909 into BlueQuartzSoftware:develop Jan 31, 2024
7 checks passed
@imikejackson imikejackson deleted the feature/stl_reader_fixes branch January 31, 2024 13:41
imikejackson added a commit to imikejackson/simplnx that referenced this pull request Oct 20, 2024
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

Successfully merging this pull request may close these issues.

2 participants