summaryrefslogtreecommitdiff
path: root/inc/Aspect_TypeOfResize.hxx
blob: 577a8ece73a343c3e4088b28d1c8697a53510b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// 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 <br>
//!          drawing an object is absolute  or relative to the size <br>
//!          of the object. <br>
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 <Standard_PrimitiveTypes.hxx>
#endif

#endif