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.1.0.tar.gz
(93.6 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.1.0-py3-none-any.whl
(16.7 kB
view details)
File details
Details for the file biomesh-0.1.0.tar.gz.
File metadata
- Download URL: biomesh-0.1.0.tar.gz
- Upload date:
- Size: 93.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5e4a51238a47c986b990dd5543dd28a353f8f4618aa9c3c3b57f62656180bc3
|
|
| MD5 |
6ff91f70a560e7ef98d06113a93583d2
|
|
| BLAKE2b-256 |
243d52726803c4adad1c66be9f5bf62cebb8ea3b2e2266a6d353186ef6484b19
|
File details
Details for the file biomesh-0.1.0-py3-none-any.whl.
File metadata
- Download URL: biomesh-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.7 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 |
7162eca311fe00653f4d83f6229ef04c472934b02a53eb982397e3071d1962a8
|
|
| MD5 |
13211192688f4b1e48175995c1ff9cff
|
|
| BLAKE2b-256 |
546179274f17567fec70f99bbefe56b510c315c0c936ebed16caf313a10eda1f
|