mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
untabify
This commit is contained in:
parent
d7f0a306f9
commit
7da5ad9632
@ -30,34 +30,34 @@
|
|||||||
/// Type (node, edge, face or volume) of elements
|
/// Type (node, edge, face or volume) of elements
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
enum SMDSAbs_ElementType
|
enum SMDSAbs_ElementType
|
||||||
{
|
{
|
||||||
SMDSAbs_All,
|
SMDSAbs_All,
|
||||||
SMDSAbs_Node,
|
SMDSAbs_Node,
|
||||||
SMDSAbs_Edge,
|
SMDSAbs_Edge,
|
||||||
SMDSAbs_Face,
|
SMDSAbs_Face,
|
||||||
SMDSAbs_Volume,
|
SMDSAbs_Volume,
|
||||||
SMDSAbs_0DElement,
|
SMDSAbs_0DElement,
|
||||||
SMDSAbs_NbElementTypes
|
SMDSAbs_NbElementTypes
|
||||||
};
|
};
|
||||||
|
|
||||||
/*! enumeration for element geometry type */
|
/*! enumeration for element geometry type */
|
||||||
enum SMDSAbs_GeometryType
|
enum SMDSAbs_GeometryType
|
||||||
{
|
{
|
||||||
// 0D element
|
// 0D element
|
||||||
SMDSGeom_POINT,
|
SMDSGeom_POINT,
|
||||||
// 1D element
|
// 1D element
|
||||||
SMDSGeom_EDGE,
|
SMDSGeom_EDGE,
|
||||||
// 2D element
|
// 2D element
|
||||||
SMDSGeom_TRIANGLE,
|
SMDSGeom_TRIANGLE,
|
||||||
SMDSGeom_QUADRANGLE,
|
SMDSGeom_QUADRANGLE,
|
||||||
SMDSGeom_POLYGON,
|
SMDSGeom_POLYGON,
|
||||||
// 3D element
|
// 3D element
|
||||||
SMDSGeom_TETRA,
|
SMDSGeom_TETRA,
|
||||||
SMDSGeom_PYRAMID,
|
SMDSGeom_PYRAMID,
|
||||||
SMDSGeom_HEXA,
|
SMDSGeom_HEXA,
|
||||||
SMDSGeom_PENTA,
|
SMDSGeom_PENTA,
|
||||||
SMDSGeom_POLYHEDRA,
|
SMDSGeom_POLYHEDRA,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
enum SMDSAbs_ElementOrder {
|
enum SMDSAbs_ElementOrder {
|
||||||
@ -67,9 +67,9 @@ enum SMDSAbs_ElementOrder {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Enumeration of entity type uses in mesh info array,
|
* Enumeration of entity type uses in mesh info array,
|
||||||
* and should be synchronised with enum in SMDS
|
* and should be synchronised with enum in SMDS
|
||||||
*/
|
*/
|
||||||
enum SMDSAbs_EntityType {
|
enum SMDSAbs_EntityType {
|
||||||
SMDSEntity_Node,
|
SMDSEntity_Node,
|
||||||
SMDSEntity_0D,
|
SMDSEntity_0D,
|
||||||
|
Loading…
Reference in New Issue
Block a user