Salome HOME
Custom CADRepresentation for selection into PV3D viewer agy/pv3d
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 12 Apr 2023 12:12:27 +0000 (14:12 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 12 Apr 2023 12:12:27 +0000 (14:12 +0200)
commit4fe12dfa3f48277370f47123b0c787e44876a917
tree2d3bb43862b7fa11a98116ab0baf9a807633f620
parent5f7363bb3c183eb926113f97018cb9c402e761e7
Custom CADRepresentation for selection into PV3D viewer
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