mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-01 04:10:33 +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;
|
conn = aConn;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case QUAD_EDGE: {
|
||||||
|
static int aConn[] = {1,0,2};
|
||||||
|
conn = aConn;
|
||||||
|
break;
|
||||||
|
}
|
||||||
default:;
|
default:;
|
||||||
}
|
}
|
||||||
if ( !conn ) {
|
if ( !conn ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user