File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 3838 'mesh_from_surface' ,
3939 'mesh_from_surface_uv' ,
4040 'mesh_from_surface_heightfield' ,
41+
4142 'mesh_draw' ,
4243 'mesh_draw_vertices' ,
4344 'mesh_draw_edges' ,
4445 'mesh_draw_faces' ,
4546 'mesh_draw_vertex_labels' ,
4647 'mesh_draw_edge_labels' ,
4748 'mesh_draw_face_labels' ,
49+
4850 'mesh_select_vertices' ,
4951 'mesh_select_vertex' ,
5052 'mesh_select_edges' ,
5153 'mesh_select_edge' ,
5254 'mesh_select_faces' ,
5355 'mesh_select_face' ,
56+
5457 'mesh_update_vertex_attributes' ,
5558 'mesh_update_edge_attributes' ,
5659 'mesh_update_face_attributes' ,
Original file line number Diff line number Diff line change 2020 'network_draw_edges' ,
2121 'network_draw_vertex_labels' ,
2222 'network_draw_edge_labels' ,
23+
2324 'network_select_vertices' ,
2425 'network_select_vertex' ,
2526 'network_select_edges' ,
2627 'network_select_edge' ,
28+
2729 'network_update_attributes' ,
2830 'network_update_vertex_attributes' ,
2931 'network_update_edge_attributes' ,
32+
3033 'network_move' ,
3134 'network_move_vertex' ,
35+
3236 'network_draw_reaction_forces' ,
3337 'network_draw_loads' ,
3438 'network_draw_axial_forces'
Original file line number Diff line number Diff line change 2929__all__ = [
3030 'volmesh_from_polysurfaces' ,
3131 'volmesh_from_wireframe' ,
32+
3233 'volmesh_draw' ,
3334 'volmesh_draw_vertices' ,
3435 'volmesh_draw_edges' ,
3536 'volmesh_draw_faces' ,
3637 'volmesh_draw_cells' ,
38+
3739 'volmesh_select_vertex' ,
3840 'volmesh_select_vertices' ,
3941 'volmesh_select_edge' ,
You can’t perform that action at this time.
0 commit comments