Create meshes from segmented imaging data for finite element simulations using Gmsh.
Project description
biomesh
Usage
To generate a finite element mesh from multiple colored stl-files, you simply need to do
import biomesh
mesh = biomesh.mesh_colored_stl_files(
"path/to/part1.stl",
"path/to/part2.stl",
"path/to/part3.stl",
mesh_size=2.0
)
# do something with mesh
The nodes of all stl-files are matched. Each stl-file will be considered as an own volume.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
biomesh-0.2.1.tar.gz
(95.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
biomesh-0.2.1-py3-none-any.whl
(17.9 kB
view details)
File details
Details for the file biomesh-0.2.1.tar.gz.
File metadata
- Download URL: biomesh-0.2.1.tar.gz
- Upload date:
- Size: 95.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b691d619deb239699eccb6ec4ca89a5812ec52cca02329708bc1ef046e89ccd
|
|
| MD5 |
9913835ccb9aeecaa0afc5d585e8c47e
|
|
| BLAKE2b-256 |
dc636204767ab1bbba991f923a79c408e799bb95150596483553892ca2f7cd21
|
File details
Details for the file biomesh-0.2.1-py3-none-any.whl.
File metadata
- Download URL: biomesh-0.2.1-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a18385960f07da8c61ab599b7b26f434a0fa8b04dea2c76ef1a185e4eda57d8a
|
|
| MD5 |
af51a961561e270f38b61c5086f52bc7
|
|
| BLAKE2b-256 |
7eaa395b34bd02fd7eff5d7480edb7d40b43e37883269f19d313689c9ac279a0
|