mgGeometricType.h File Reference


Enumerations

enum  GeometricType {
  GeometricType_Point = 0x01,
  GeometricType_Curve = 0x02,
  GeometricType_Surface = 0x04,
  GeometricType_Solid = 0x08,
  GeometricType_All = 0x01|0x02|0x04|0x08
}
 The GeometricType enumeration categorizes all of the geometry types supported by FDO based on their geometric dimensionality. More...