steno3d_stl
Project description
Welcome to the .stl file parser plugin for Steno3D by Seequent. This repository supplements the Steno3D Python client library.
To install this parser, simply
pip install steno3d_stl
On import, this parser plugs in to the steno3d.parsers module. It can be used as follows:
import steno3d
import steno3d_stl
parser = steno3d.parsers.stl('yourfile.stl')
(stl_project,) = parser.parse()
This parser supports binary and ASCII .stl files. Basic documentation for these files can be found on Wikipedia. This parser does not support any non-standard features such as color, materials, or multiple solids in one file. Additionally, in ASCII files, extra newlines are not allowed.
If you are interested in additional features you may submit an issue or consider directly contributing to the github repository. Parser guidelines are available online.
To learn more, about Steno3D, visit steno3d.com, the Steno3D source repository, and our online documentation.
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 steno3d_stl-0.1.1.tar.gz
.
File metadata
- Download URL: steno3d_stl-0.1.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dd04d1f43780899bccda89f5e5b09bb31ba2d226c22413cc3d0d51215fc1958 |
|
MD5 | e577299af46db57914adf0ea6a261e84 |
|
BLAKE2b-256 | 0a6e4bdfb9951cea32aab8223e3d163d3920055976e418e701403561653fffe8 |