Skip to content

Commit deb7f62

Browse files
committed
filtering through the helpers
1 parent e07941f commit deb7f62

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

src/compas_rhino/helpers/mesh.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,22 @@
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',

src/compas_rhino/helpers/network.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,19 @@
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'

src/compas_rhino/helpers/volmesh.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@
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',

0 commit comments

Comments
 (0)