File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1616from .rpc .mesh .points .points_protocols import VtkMeshPointsView
1717from .rpc .mesh .edges .edges_protocols import VtkMeshEdgesView
1818from .rpc .mesh .polygons .polygons_protocols import VtkMeshPolygonsView
19+ from .rpc .mesh .polyhedrons .polyhedrons_protocols import VtkMeshPolyhedronsView
1920from .rpc .model .model_protocols import VtkModelView
2021from .rpc .generic .generic_protocols import VtkGenericView
2122
@@ -60,6 +61,7 @@ def initialize(self):
6061 self .registerVtkWebProtocol (VtkMeshPointsView ())
6162 self .registerVtkWebProtocol (VtkMeshEdgesView ())
6263 self .registerVtkWebProtocol (VtkMeshPolygonsView ())
64+ self .registerVtkWebProtocol (VtkMeshPolyhedronsView ())
6365 self .registerVtkWebProtocol (model_protocols )
6466 self .registerVtkWebProtocol (VtkGenericView (mesh_protocols , model_protocols ))
6567
You can’t perform that action at this time.
0 commit comments