List of all members.
Detailed Description
MgGeometricDimension defines enumerated values used to specify the dimension of a geometry.
|
Static Public Attributes |
static const INT32 | Any = 4 |
| Specifies that the geometry can be either points, curves, or regions, that is, either zero, one, or two dimensional.
|
static const INT32 | Curve = 1 |
| Specifies that the geometry is represented by curves in space, that is, is one dimensional.
|
static const INT32 | None = 3 |
| Specifies that the geometry is empty.
|
static const INT32 | Point = 0 |
| Specifies that the geometry is represented by points in space, that is, is zero dimensional.
|
static const INT32 | Region = 2 |
| Specifies that the geometry is represented by regions in space that is. is two dimensional.
|