Go to the source code of this file.
|
| enum | SMESHDS_CommandType {
SMESHDS_AddNode,
SMESHDS_AddEdge,
SMESHDS_AddTriangle,
SMESHDS_AddQuadrangle,
SMESHDS_AddPolygon,
SMESHDS_AddTetrahedron,
SMESHDS_AddPyramid,
SMESHDS_AddPrism,
SMESHDS_AddHexahedron,
SMESHDS_AddPolyhedron,
SMESHDS_RemoveNode,
SMESHDS_RemoveElement,
SMESHDS_MoveNode,
SMESHDS_ChangeElementNodes,
SMESHDS_ChangePolyhedronNodes,
SMESHDS_Renumber,
SMESHDS_ClearAll,
SMESHDS_AddQuadEdge,
SMESHDS_AddQuadTriangle,
SMESHDS_AddQuadQuadrangle,
SMESHDS_AddQuadTetrahedron,
SMESHDS_AddQuadPyramid,
SMESHDS_AddQuadPentahedron,
SMESHDS_AddQuadHexahedron,
SMESHDS_Add0DElement
} |
| |
◆ SMESHDS_CommandType
| Enumerator |
|---|
| SMESHDS_AddNode | |
| SMESHDS_AddEdge | |
| SMESHDS_AddTriangle | |
| SMESHDS_AddQuadrangle | |
| SMESHDS_AddPolygon | |
| SMESHDS_AddTetrahedron | |
| SMESHDS_AddPyramid | |
| SMESHDS_AddPrism | |
| SMESHDS_AddHexahedron | |
| SMESHDS_AddPolyhedron | |
| SMESHDS_RemoveNode | |
| SMESHDS_RemoveElement | |
| SMESHDS_MoveNode | |
| SMESHDS_ChangeElementNodes | |
| SMESHDS_ChangePolyhedronNodes | |
| SMESHDS_Renumber | |
| SMESHDS_ClearAll | |
| SMESHDS_AddQuadEdge | |
| SMESHDS_AddQuadTriangle | |
| SMESHDS_AddQuadQuadrangle | |
| SMESHDS_AddQuadTetrahedron | |
| SMESHDS_AddQuadPyramid | |
| SMESHDS_AddQuadPentahedron | |
| SMESHDS_AddQuadHexahedron | |
| SMESHDS_Add0DElement | |
Definition at line 31 of file SMESHDS_CommandType.hxx.