mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +05:00
0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ SMESHDS_AddBall
This commit is contained in:
parent
232eb75e76
commit
9f32eead4d
@ -53,11 +53,12 @@ enum SMESHDS_CommandType {
|
||||
SMESHDS_AddQuadPyramid,
|
||||
SMESHDS_AddQuadPentahedron,
|
||||
SMESHDS_AddQuadHexahedron,
|
||||
// special type for 0D elements
|
||||
//
|
||||
SMESHDS_Add0DElement,
|
||||
SMESHDS_AddBiQuadQuadrangle,
|
||||
SMESHDS_AddTriQuadHexa,
|
||||
SMESHDS_AddHexagonalPrism
|
||||
SMESHDS_AddHexagonalPrism,
|
||||
SMESHDS_AddBall
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user