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.1.tar.gz
(85.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
File details
Details for the file biomesh-0.3.1.tar.gz.
File metadata
- Download URL: biomesh-0.3.1.tar.gz
- Upload date:
- Size: 85.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 |
d81c7d2706b675e76f99615c3e38dd9d24a8a5190bf421ea7b42a4571b85c046
|
|
| MD5 |
08c0bd61f1589bb17b80dd33044aca86
|
|
| BLAKE2b-256 |
b2e13828eaab06520a15d40fb01acf8ce7a5ffba49565e6757f472ea7647b52e
|
File details
Details for the file biomesh-0.3.1-py3-none-any.whl.
File metadata
- Download URL: biomesh-0.3.1-py3-none-any.whl
- Upload date:
- Size: 8.2 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 |
28ed33a0234868a1f4cdf01393aa0441239fec9313173c736d6c7bcc02b16703
|
|
| MD5 |
bc87db39f435f43e0203cbaf7fb42e4a
|
|
| BLAKE2b-256 |
d5daf3aa1869721beb3fe76d7a9bbdf084fbf40a9c3fcb672f9ea1fe72ed7f4a
|