Convert a STL file into a 3D mask.
Project description
STLtoMask
Table of Contents
Overview
Create a 3D image based off of an STL file and user defined spacing. Additional, options exist for rotating the mesh, adding a 3MF file to create a "color-intensity" on the surface of the image, and flipping the image and mesh along the vertical axial plane.
The script produces 2 files: 1) Metaimage file for the image, 2) STL file just incase any rotations/flips were added (makes this file even if nothing was changed from the original STL file).
Notes:
- The spacing must be integeres, even if floats are input they will be converted.
- Adding a 3MF file will greatly increase the computation time depending on mesh size ~ 30 minutes for 1 million points.
Features
Converts STL file to a 3D image.
Options:
- Add 3MF file to transfer mesh color to surface insensity on the image.
- Allows mesh rotation before image creation.
- Flip image/mesh before output along the vertical axis in the axial plane.
Installation
Using pip:
pip install STLtoMask
Examples
Basic
from STLtoMask.converter import stl_to_mask
input_path = r'/path/to/STL_file'
output_path = r/path/to/export/data'
spacing = [1, 1, 1]
stl_to_mask(input_path, output_path, spacing)
Advanced
from STLtoMask.converter import stl_to_mask
input_path = r'/path/to/STL_file'
output_path = r/path/to/export/data'
spacing = [1, 1, 1]
threemf_path = r'Z:\Morfeus\Derek\2023-06-21_OCCR.3mf'
rotation = {'zxy': [10, 5, 20]}
stl_to_mask(input_path, output_path, spacing, three_mf_path, rotation, flip=True)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file STLtoMask-0.14.tar.gz
.
File metadata
- Download URL: STLtoMask-0.14.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 295e49b5e08089c4cc62a1eb5248324c272fdd980fbe065730ad337340c7a0d9 |
|
MD5 | f735ef7d0670f555daab5aa97ccc26b3 |
|
BLAKE2b-256 | 3c343fdebc2307f6a6098b770185816f0416996692f18acef69be299351824a5 |
File details
Details for the file STLtoMask-0.14-py3-none-any.whl
.
File metadata
- Download URL: STLtoMask-0.14-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f130299fc19b22302bcc040e8673f403a300d7646cb98ec8fe2c9b64190624d |
|
MD5 | 3c450b724f9d0c1a3502e4726e3c3757 |
|
BLAKE2b-256 | 5fd32b0dc7fcd1b46049f3e830923afbd42feec3cd4dcec789ab5c0b8fb1928d |