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.3.0.tar.gz
(83.9 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
File details
Details for the file biomesh-0.3.0.tar.gz.
File metadata
- Download URL: biomesh-0.3.0.tar.gz
- Upload date:
- Size: 83.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35cd6ec8c46e59c8c3a0a3fa01067c87c7d56ff8ecf0080f43f99f8c6fbf4a6f
|
|
| MD5 |
c8838d1b92b53751869502752b1cacda
|
|
| BLAKE2b-256 |
5ca05f02fa91d1101ccdbd87c1a843ab273dfb078c9302716ce78eb8d20c4f41
|
File details
Details for the file biomesh-0.3.0-py3-none-any.whl.
File metadata
- Download URL: biomesh-0.3.0-py3-none-any.whl
- Upload date:
- Size: 7.3 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 |
e94617342eb6a57e9f68a31e398e8ee1a07938d989d3d3c8a0dd85ddf7391d8a
|
|
| MD5 |
ecb2521d234b0ee6d504db8b1a83a65d
|
|
| BLAKE2b-256 |
97c2aa17363775959fbdadc0f38e0957ff56f1999f88944fefb50829d31380a2
|