// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _Graphic3d_TypeOfPrimitiveArray_HeaderFile #define _Graphic3d_TypeOfPrimitiveArray_HeaderFile //! The type of primitive in a group in a structure.
enum Graphic3d_TypeOfPrimitiveArray { Graphic3d_TOPA_UNDEFINED, Graphic3d_TOPA_POINTS, Graphic3d_TOPA_POLYLINES, Graphic3d_TOPA_SEGMENTS, Graphic3d_TOPA_POLYGONS, Graphic3d_TOPA_TRIANGLES, Graphic3d_TOPA_QUADRANGLES, Graphic3d_TOPA_TRIANGLESTRIPS, Graphic3d_TOPA_QUADRANGLESTRIPS, Graphic3d_TOPA_TRIANGLEFANS }; #ifndef _Standard_PrimitiveTypes_HeaderFile #include #endif #endif