Skip to content

Commit b0ffd2f

Browse files
committed
remove reverse
1 parent 762169f commit b0ffd2f

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

examples/ansys/optim_grid.ipynb

Lines changed: 23 additions & 19 deletions
Large diffs are not rendered by default.

examples/ansys/spaceclaim_tess/tesseract_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ def build_geometries(
119119
mesh = trimesh.load(output_stl)
120120
meshes.append(mesh)
121121

122-
meshes.reverse()
123-
124122
return meshes
125123

126124

0 commit comments

Comments
 (0)