Python bindings for ADMesh, STL maipulation library
Project description
This module provides bindings for the ADMesh library. It lets you manipulate 3D models in binary or ASCII STL format and partially repair them if necessary.
Installation
First, you’ll need to install the ADMesh library. This release is designed for ADMesh 0.98. Follow the instructions there. Then you can install this as usual with one of the following:
./setup.py install
python3 setup.py install # for Python 3
pip install admesh # install directly from PyPI
In case your ADMesh library is located in non-standard location, you’ll have to tell the compiler and linker where to look:
LDFLAGS='-L/path/to/library' CFLAGS='-L/path/to/header' ./setup.py install
Usage
Use the Stl class provided.
from admesh import Stl
stl = Stl('file.stl')
help(stl) # observe the available methods
Note that all ADMesh functions start with stl_ prefix and the methods do not. Also note that not all ADMesh functions are provided, because some would require more complicated approach and are not considered worthy. In case you are missing some functions, create a new issue.
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
File details
Details for the file admesh-0.98a1.tar.gz
.
File metadata
- Download URL: admesh-0.98a1.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5288eee2eec5ceb3abdd8d6dd5c7b1228a94448099fbfa51b65d7b3951ae5926 |
|
MD5 | f916b747a25803aedc2cbb891ffa92cd |
|
BLAKE2b-256 | 8183c6c20f442ad166c9bee33d456d4a75bd2128d68a2e75676c3682bf2df74a |