// 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 _Aspect_TypeOfResize_HeaderFile #define _Aspect_TypeOfResize_HeaderFile //! Defines if the maximal chordial deflection used when
//! drawing an object is absolute or relative to the size
//! of the object.
enum Aspect_TypeOfResize { Aspect_TOR_UNKNOWN, Aspect_TOR_NO_BORDER, Aspect_TOR_TOP_BORDER, Aspect_TOR_RIGHT_BORDER, Aspect_TOR_BOTTOM_BORDER, Aspect_TOR_LEFT_BORDER, Aspect_TOR_TOP_AND_RIGHT_BORDER, Aspect_TOR_RIGHT_AND_BOTTOM_BORDER, Aspect_TOR_BOTTOM_AND_LEFT_BORDER, Aspect_TOR_LEFT_AND_TOP_BORDER }; #ifndef _Standard_PrimitiveTypes_HeaderFile #include #endif #endif