
Go to the source code of this file.
Enumerations | |
| enum | SMDS_TypeOfPosition { SMDS_TOP_UNSPEC = -1, SMDS_TOP_VERTEX = 0, SMDS_TOP_EDGE = 1, SMDS_TOP_FACE = 2, SMDS_TOP_3DSPACE = 3 } |
| enum SMDS_TypeOfPosition |
Definition at line 30 of file SMDS_TypeOfPosition.hxx.
{
SMDS_TOP_UNSPEC = -1,
SMDS_TOP_VERTEX = 0,
SMDS_TOP_EDGE = 1,
SMDS_TOP_FACE = 2,
SMDS_TOP_3DSPACE = 3
};