mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
PAL11988. add reverse connectivity for QUAD_EDGE
This commit is contained in:
parent
9434254db5
commit
bf15ad4ece
@ -91,6 +91,11 @@ namespace SMESH {
|
||||
conn = aConn;
|
||||
break;
|
||||
}
|
||||
case QUAD_EDGE: {
|
||||
static int aConn[] = {1,0,2};
|
||||
conn = aConn;
|
||||
break;
|
||||
}
|
||||
default:;
|
||||
}
|
||||
if ( !conn ) {
|
||||
|
Loading…
Reference in New Issue
Block a user