Skip to content

Commit

Permalink
Update mesh.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Sep 1, 2024
1 parent 6a51f53 commit d19cb01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/felupe/mesh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ This module contains meshing-related classes and functions. Standalone mesh-tool
mesh.stack
mesh.read
mesh.interpolate_line
mesh.cell_types

**Detailed API Reference**

Expand Down Expand Up @@ -115,4 +116,4 @@ This module contains meshing-related classes and functions. Standalone mesh-tool
:show-inheritance:

.. automodule:: felupe.mesh
:members: expand, translate, rotate, revolve, sweep, mirror, concatenate, runouts, triangulate, convert, collect_edges, collect_faces, collect_volumes, add_midpoints_edges, add_midpoints_faces, add_midpoints_volumes, flip, fill_between, dual, stack, merge_duplicate_points, merge_duplicate_cells, read, interpolate_line
:members: expand, translate, rotate, revolve, sweep, mirror, concatenate, runouts, triangulate, convert, collect_edges, collect_faces, collect_volumes, add_midpoints_edges, add_midpoints_faces, add_midpoints_volumes, flip, fill_between, dual, stack, merge_duplicate_points, merge_duplicate_cells, read, interpolate_line, cell_types

0 comments on commit d19cb01

Please sign in to comment.