summaryrefslogtreecommitdiff
path: root/inc/V3d_TypeOfAxe.hxx
blob: 80017b7cac43a27878311b41192298ad745e7046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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 _V3d_TypeOfAxe_HeaderFile
#define _V3d_TypeOfAxe_HeaderFile

//! Determines the type of update of the view <br>
//! -   V3d_ASAP: as soon as possible. The view is updated immediately after a modification. <br>
//! -   V3d_WAIT: deferred. The view is updated when the Update function is called. <br>
enum V3d_TypeOfAxe {
V3d_X,
V3d_Y,
V3d_Z
};

#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif

#endif