Questions tagged [trimesh]
94 questions
0
votes
3 answers
obj file loaded as Scene object instead of Trimesh object
I'm trying to load a mesh from an .obj file (from ShapeNet dataset) using Trimesh, and then use the repair.fix_winding(mesh) function.
But when I load the mesh, via
trimesh.load('/path/to/file.obj') or trimesh.load_mesh('/path/to/file.obj'),
the…

Blueko
- 111
- 3
- 10
0
votes
1 answer
cyassimp for trimesh in python anaconda?
Attempting to follow the instructions here, I type
conda install -n my-conda-env -c menpo/label/master cyassimp
I get
Fetching package metadata .............
Solving package specifications:
PackageNotFoundError: Dependency missing in current…

Reb.Cabin
- 5,426
- 3
- 35
- 64
-1
votes
1 answer
Getting a vertex which is not within the stl file at all
I'm using trimesh to find the closest point on a mesh to a given point,
closest_vertex, d, face_id = trimesh.proximity.closest_point(mesh, [[-5,100,0]])
That's my code for that bit I get an point back from this code and it displays fine on a graph…
-1
votes
2 answers
Is it possible to create a thick Mesh?
I'm totally new to this field, I'm using python and Trimesh to create a 3D model of a bone and I need to figure out how can I create or represent the thickness of the bone I only have surface of the bone which is ok, but I need also to represent how…

anibal jasin
- 131
- 1
- 6