mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-05 06:10:33 +05:00
PAL16842 (Genertion of groups when a mesh is transformed)
+ SMDSAbs_NbElementTypes
This commit is contained in:
parent
f41dae34cf
commit
a56972c3b3
@ -35,7 +35,8 @@ enum SMDSAbs_ElementType
|
|||||||
SMDSAbs_Node,
|
SMDSAbs_Node,
|
||||||
SMDSAbs_Edge,
|
SMDSAbs_Edge,
|
||||||
SMDSAbs_Face,
|
SMDSAbs_Face,
|
||||||
SMDSAbs_Volume
|
SMDSAbs_Volume,
|
||||||
|
SMDSAbs_NbElementTypes
|
||||||
};
|
};
|
||||||
|
|
||||||
enum SMDSAbs_ElementOrder {
|
enum SMDSAbs_ElementOrder {
|
||||||
|
Loading…
Reference in New Issue
Block a user