mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-04 22:44:17 +05:00
comments
This commit is contained in:
parent
ec6221e48c
commit
355ad71d20
@ -26,17 +26,16 @@
|
|||||||
#ifndef _SMDSAbs_ElementType_HeaderFile
|
#ifndef _SMDSAbs_ElementType_HeaderFile
|
||||||
#define _SMDSAbs_ElementType_HeaderFile
|
#define _SMDSAbs_ElementType_HeaderFile
|
||||||
|
|
||||||
enum SMDSAbs_ElementType {
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
SMDSAbs_All,
|
/// Type (node, edge, face or volume) of elements
|
||||||
SMDSAbs_Node,
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
SMDSAbs_Edge,
|
enum SMDSAbs_ElementType
|
||||||
SMDSAbs_Face,
|
{
|
||||||
SMDSAbs_Volume
|
SMDSAbs_All,
|
||||||
|
SMDSAbs_Node,
|
||||||
|
SMDSAbs_Edge,
|
||||||
|
SMDSAbs_Face,
|
||||||
|
SMDSAbs_Volume
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_PrimitiveTypes_HeaderFile
|
|
||||||
#include <Standard_PrimitiveTypes.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user