issues Search Results · repo:admesh/python-admesh language:Python
Filter by
13 results
(99 ms)13 results
inadmesh/python-admesh (press backspace or delete to remove)Would it be possible to build wheels for newer versions of Python and Push them to PyPi? The most recent one there is
Python 3.7. I can t get the module to compile locally.
julianstirling
- 1
- Opened on Aug 2, 2024
- #16
See logs from https://travis-ci.org/admesh/python-admesh/builds/276825289
bug
hroncok
- Opened on Sep 18, 2017
- #14
This is a question and/or a feature request.
Currently I use python-admesh for loading a mesh from a named file:
admesh.Stl( filename.stl )
Question 1: read from stream
In order to support other input ...
enhancement
sumpfralle
- 5
- Opened on Dec 28, 2016
- #10
Attempting to make a deep copy and modify it
from copy import deepcopy
stl = admesh.Stl( hellskull.stl )
stl_copy = deepcopy(stl)
stl_copy.rotate_z(5)
results in admesh.AdmeshError: STL not opened. ...
bug
martin-t
- 1
- Opened on Oct 31, 2016
- #9
Thanks for the bindings, love it !
It seems that the surface area is missing from the ctypedef hence not accessible through the admesh.Stl objects
See: https://github.com/admesh/python-admesh/blob/v0.98.5/_cadmesh.pxd#L43 ...
enhancement
mcorbe
- 8
- Opened on May 30, 2016
- #8
There is a problem with compiling the latest version. It fails with the following message:
cythoning admesh.pyx to admesh.c
Error compiling Cython file:
------------------------------------------------------------ ...
bug
debian
gladk
- 10
- Opened on Apr 30, 2015
- #6
Hi,
I installed python-admesh 0.98.2 on Mac OS X Yosemite. I tried to get the size and volume of an still file from python
but all I get is None I ran following code in python:
from admesh import ...
bug
virajrch
- 8
- Opened on Feb 25, 2015
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.