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

ENH: Write STL Files - Allow user to select a Part Number Index to use for numbering the output files #1024

Conversation

imikejackson
Copy link
Contributor

No description provided.

@imikejackson imikejackson requested a review from nyoungbq July 22, 2024 19:25
@imikejackson imikejackson force-pushed the feature/write_stl_file_enh branch 6 times, most recently from b12483a to 118e89e Compare July 31, 2024 21:11
- Allow user to select an Int32 Array to number the output STL files. This is a single
component array at the Triangle/Face level. This will match up with the Combine STL files
filter that generates the Part Number Array

Signed-off-by: Michael Jackson <[email protected]>
The Part Number array and the File List are linked via the Part Number Value.

Signed-off-by: Michael Jackson <[email protected]>
- AtomicFile: Use unique error codes and better error message formatting.

Signed-off-by: Michael Jackson <[email protected]>
- Move MD5 class into simplnx/Utilities since it can be used else where in the code

Signed-off-by: Michael Jackson <[email protected]>
@imikejackson imikejackson force-pushed the feature/write_stl_file_enh branch from 118e89e to 3fe6877 Compare August 1, 2024 19:56
@imikejackson imikejackson merged commit 24a870f into BlueQuartzSoftware:develop Aug 2, 2024
7 checks passed
@imikejackson imikejackson deleted the feature/write_stl_file_enh branch August 2, 2024 13:47
imikejackson added a commit to imikejackson/simplnx that referenced this pull request Oct 20, 2024
… Index to use for numbering. (BlueQuartzSoftware#1024)

## Combine STL Files

- ENH: Combine STL Files messaging. 
- Change File Index type to Int32
- Store the File List as Feature Data. The Part Number array and the File List are linked via the Part Number Value.

## Write STL Files

-Write files by Part Number
- Allow user to select an Int32 Array to number the output STL files. This is a single
component array at the Triangle/Face level. This will match up with the Combine STL files
filter that generates the Part Number Array
- Parallelize the Part Number writing section.
- AtomicFile: Use unique error codes and better error message formatting.
- Add unit test for Part Number code path for STL Writer

## Misc Changes

- Move MD5 class into simplnx/Utilities since it can be used elsewhere in the code

Signed-off-by: Michael Jackson <[email protected]>
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.

BUG/ENH: Write STL Files from Triangle Geometry should have additional grouping options
2 participants