Add multiblock to pyvista and pyvistaqt #227
-
Hi everyone and pyvista-team! I have problems with add_mesh(multiblock). I wrote scripts with pyvista earlier and ,now, im creating gui with pyvistaqt. I set up multiblock of spheres and added in scene. spheres = pv.MultiBlock([pv.Sphere()])
p = pv.Plotter(notebook=False)
p.add_mesh(spheres) It took 9.841379165649414 seconds. In pyvistaqt self.plotter.add_mesh(self.Multiblock) It took 59.311408042907715 seconds. Why it happens? And how i can reduce time? pv.Report()
|
Beta Was this translation helpful? Give feedback.
Answered by
akaszynski
Aug 15, 2022
Replies: 1 comment 4 replies
-
This is being addressed in pyvista/pyvista#2941 and will be out in |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Gleb-GG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is being addressed in pyvista/pyvista#2941 and will be out in
pyvista==0.37.0
. If you're feeling brave, feel free to checkout feat/add_composite.