mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
fix connectivity, PAL15152 (hexa mesh is built wrong)
This commit is contained in:
parent
7e6987663f
commit
122146abd2
@ -346,6 +346,7 @@ void SMESH_VisualObjDef::buildElemPrs()
|
||||
SMDS_ElemIteratorPtr aNodesIter = anElem->nodesIterator();
|
||||
switch(aType){
|
||||
case SMDSAbs_Volume:{
|
||||
aConnect.clear();
|
||||
std::vector<int> aConnectivities;
|
||||
// Convertions connectivities from SMDS to VTK
|
||||
if (anElem->IsPoly() && aNbNodes > 3) { // POLYEDRE
|
||||
|
Loading…
Reference in New Issue
Block a user