mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 02:30:33 +05:00
0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ SMDSAbs_Ball, + SMDSGeom_BALL, + SMDSEntity_Ball,
This commit is contained in:
parent
1d17befa34
commit
2cafa22d7b
@ -38,6 +38,7 @@ enum SMDSAbs_ElementType
|
||||
SMDSAbs_Face,
|
||||
SMDSAbs_Volume,
|
||||
SMDSAbs_0DElement,
|
||||
SMDSAbs_Ball,
|
||||
SMDSAbs_NbElementTypes
|
||||
};
|
||||
|
||||
@ -59,6 +60,10 @@ enum SMDSAbs_GeometryType
|
||||
SMDSGeom_PENTA,
|
||||
SMDSGeom_HEXAGONAL_PRISM,
|
||||
SMDSGeom_POLYHEDRA,
|
||||
// Discrete elements
|
||||
SMDSGeom_BALL,
|
||||
//
|
||||
SMDSGeom_NONE
|
||||
};
|
||||
|
||||
|
||||
@ -96,6 +101,7 @@ enum SMDSAbs_EntityType {
|
||||
SMDSEntity_Hexagonal_Prism,
|
||||
SMDSEntity_Polyhedra,
|
||||
SMDSEntity_Quad_Polyhedra,
|
||||
SMDSEntity_Ball,
|
||||
SMDSEntity_Last
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user