]> SALOME platform Git repositories - modules/paravis.git/commit
Salome HOME
Successful mix PV3D viewer and pqMultiTabWidget of ParaViS module
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 6 Apr 2023 15:41:09 +0000 (17:41 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 17 Apr 2023 07:46:18 +0000 (09:46 +0200)
commit1af70ad9df281f2753426a0b9d72b6b518494e8c
tree2d3bb43862b7fa11a98116ab0baf9a807633f620
parent5fc2a4d9dea47bf7f9c355c24193c582d72ee34f
Successful mix PV3D viewer and pqMultiTabWidget of ParaViS module

Custom CADRepresentation for selection into PV3D viewer
12 files changed:
src/PVGUI/PVGUI_Module.cxx
src/Plugins/CADRepresentation/CMakeLists.txt [new file with mode: 0644]
src/Plugins/CADRepresentation/cadRepresentations/CADRepresentations/CADRepresentation.xml [new file with mode: 0644]
src/Plugins/CADRepresentation/cadRepresentations/CADRepresentations/CMakeLists.txt [new file with mode: 0644]
src/Plugins/CADRepresentation/cadRepresentations/CADRepresentations/vtk.module [new file with mode: 0644]
src/Plugins/CADRepresentation/cadRepresentations/CADRepresentations/vtkCADMapper.cxx [new file with mode: 0644]
src/Plugins/CADRepresentation/cadRepresentations/CADRepresentations/vtkCADMapper.h [new file with mode: 0644]
src/Plugins/CADRepresentation/cadRepresentations/CADRepresentations/vtkCADRepresentation.cxx [new file with mode: 0644]
src/Plugins/CADRepresentation/cadRepresentations/CADRepresentations/vtkCADRepresentation.h [new file with mode: 0644]
src/Plugins/CADRepresentation/cadRepresentations/CMakeLists.txt [new file with mode: 0644]
src/Plugins/CADRepresentation/cadRepresentations/paraview.plugin [new file with mode: 0644]
src/Plugins/CMakeLists.txt