Add polyhedron type to my3DExtActor

+  aFilter->RegisterCellsWithType(VTK_POLYHEDRON);
This commit is contained in:
eap 2011-02-11 15:19:49 +00:00
parent df50de7d46
commit 904e9a8802

View File

@ -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
//---------------------------------