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.0.tar.gz
(95.5 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.0-py3-none-any.whl
(17.9 kB
view details)
File details
Details for the file biomesh-0.2.0.tar.gz.
File metadata
- Download URL: biomesh-0.2.0.tar.gz
- Upload date:
- Size: 95.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea799c722fccf562a39d919c7cf936b959e5f997c6ad3b94ece191de4d700be8
|
|
| MD5 |
7d29a85ef82e656c319420c31b94a06c
|
|
| BLAKE2b-256 |
c5980c51b66e2364bdfabd642e5b194e417bac0446d9e8a3dd4470e2d340855d
|
File details
Details for the file biomesh-0.2.0-py3-none-any.whl.
File metadata
- Download URL: biomesh-0.2.0-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 |
b4dc91c6b39872df504540d90ace7ae08ce09757c94762c20502c4ff8196182e
|
|
| MD5 |
162de4afec58386f497e3613123d7f00
|
|
| BLAKE2b-256 |
66c546edf273c011075d2b1007a80260fb5a239759dcde4d1ea70aa1689961fe
|