MgFeatureGeometricType Class Reference
[MgFeatureGeometricType]
Detailed Description
Is a set of constants specifying the dimensions of geometries which can be stored in a geometry property.
- Remarks:
- The constants can be bit-wise OR'd together. A value of this type is returned by MgGeometricPropertyDefinition::GetGeometryTypes.
Static Public Attributes | |
static const int | Curve = 2 |
static const int | Point = 1 |
static const int | Solid = 8 |
static const int | Surface = 4 |