Recent content by hamedo

  1. H

    pyOCCT and VTK

    @natalia Thank you for your suggestion. I tried it, but unfortunately, it didn't work in my case. Instead, I created a new mesh using PyVista that only included the points and faces of the RV. While it may not be the most efficient solution, it did solve my problem. I'm hopeful that I can find a...
  2. H

    pyOCCT and VTK

    I have one more question to ask. Is there any way to hide the extra lines and points? Thanks.
  3. H

    pyOCCT and VTK

    That's great, it works perfectly! Thank you so much!
  4. H

    pyOCCT and VTK

    I hope my question is not irrelevant. I found out that "PythonOCC" doesn't support VTK integration, however, the other package "pyOCCT" does. The VTK integration in C++ is given HERE TopoDS_Shape aShape; IVtkOCC_Shape::Handle aShapeImpl = new IVtkOCC_Shape(aShape)...
Top