FDO API Reference Feature Data Objects

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.
Parameters:
GeometricType_Point Represents 0-dimensional geometric primitives, such as Points
GeometricType_Curve Represents 1 dimensional geometric primitives, such as Curves and Lines
GeometricType_Surface Represents 2 dimensional geometric primitives, such as Polygons
GeometricType_Solid Represents 3 dimensional geometric primitives, such as Cubes
. More...

Comments or suggestions? Send us feedback.