-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Combine and Write STL Files - Allow user to select a Part Number…
… Index to use for numbering. (#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]>
- Loading branch information
1 parent
8eccc1b
commit 24a870f
Showing
18 changed files
with
516 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.