mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-25 06:20:33 +05:00
Add polyhedron type to my3DExtActor
+ aFilter->RegisterCellsWithType(VTK_POLYHEDRON);
This commit is contained in:
parent
df50de7d46
commit
904e9a8802
@ -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
|
||||
//---------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user