0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes

+  SMESHDS_AddBall
This commit is contained in:
eap 2012-07-19 13:19:03 +00:00
parent 232eb75e76
commit 9f32eead4d

View File

@ -53,11 +53,12 @@ enum SMESHDS_CommandType {
SMESHDS_AddQuadPyramid, SMESHDS_AddQuadPyramid,
SMESHDS_AddQuadPentahedron, SMESHDS_AddQuadPentahedron,
SMESHDS_AddQuadHexahedron, SMESHDS_AddQuadHexahedron,
// special type for 0D elements //
SMESHDS_Add0DElement, SMESHDS_Add0DElement,
SMESHDS_AddBiQuadQuadrangle, SMESHDS_AddBiQuadQuadrangle,
SMESHDS_AddTriQuadHexa, SMESHDS_AddTriQuadHexa,
SMESHDS_AddHexagonalPrism SMESHDS_AddHexagonalPrism,
SMESHDS_AddBall
}; };