From: eap Date: Fri, 11 Feb 2011 15:19:49 +0000 (+0000) Subject: Add polyhedron type to my3DExtActor X-Git-Tag: StartingPortingMED3~61 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=904e9a8802b91a65017254fb20e9c69aa1cd4066;p=modules%2Fsmesh.git Add polyhedron type to my3DExtActor + aFilter->RegisterCellsWithType(VTK_POLYHEDRON); --- diff --git a/src/OBJECT/SMESH_Actor.cxx b/src/OBJECT/SMESH_Actor.cxx index 3e4c1ad8a..d392cbe0d 100644 --- a/src/OBJECT/SMESH_Actor.cxx +++ b/src/OBJECT/SMESH_Actor.cxx @@ -226,6 +226,7 @@ SMESH_ActorDef::SMESH_ActorDef() aFilter->RegisterCellsWithType(VTK_QUADRATIC_WEDGE); aFilter->RegisterCellsWithType(VTK_QUADRATIC_PYRAMID); aFilter->RegisterCellsWithType(VTK_CONVEX_POINT_SET); + aFilter->RegisterCellsWithType(VTK_POLYHEDRON); //Definition 1D device of the actor //---------------------------------