0029940: The method TPrsStd_AISPresentation::SetSelectionMode() seems useless for...
[occt.git] / src / TDataXtd / TDataXtd_ConstraintEnum.hxx
CommitLineData
42cf5bc1 1// Created on: 2008-05-29
2// Created by: Sergey ZARITCHNY
3// Copyright (c) 2008-2014 OPEN CASCADE SAS
4//
5// This file is part of Open CASCADE Technology software library.
6//
7// This library is free software; you can redistribute it and/or modify it under
8// the terms of the GNU Lesser General Public License version 2.1 as published
9// by the Free Software Foundation, with special exception defined in the file
10// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11// distribution for complete text of the license and disclaimer of any warranty.
12//
13// Alternatively, this file may be used under the terms of Open CASCADE
14// commercial license or contractual agreement.
15
16#ifndef _TDataXtd_ConstraintEnum_HeaderFile
17#define _TDataXtd_ConstraintEnum_HeaderFile
18
19//! The terms of this enumeration define the types
20//! of available constraint.
21//! ==================
22enum TDataXtd_ConstraintEnum
23{
24TDataXtd_RADIUS,
25TDataXtd_DIAMETER,
26TDataXtd_MINOR_RADIUS,
27TDataXtd_MAJOR_RADIUS,
28TDataXtd_TANGENT,
29TDataXtd_PARALLEL,
30TDataXtd_PERPENDICULAR,
31TDataXtd_CONCENTRIC,
32TDataXtd_COINCIDENT,
33TDataXtd_DISTANCE,
34TDataXtd_ANGLE,
35TDataXtd_EQUAL_RADIUS,
36TDataXtd_SYMMETRY,
37TDataXtd_MIDPOINT,
38TDataXtd_EQUAL_DISTANCE,
39TDataXtd_FIX,
40TDataXtd_RIGID,
41TDataXtd_FROM,
42TDataXtd_AXIS,
43TDataXtd_MATE,
44TDataXtd_ALIGN_FACES,
45TDataXtd_ALIGN_AXES,
46TDataXtd_AXES_ANGLE,
47TDataXtd_FACES_ANGLE,
48TDataXtd_ROUND,
49TDataXtd_OFFSET
50};
51
52#endif // _TDataXtd_ConstraintEnum_HeaderFile