|
||||
File indexing completed on 2025-01-18 10:05:20
0001 // Created on: 2008-05-29 0002 // Created by: Sergey ZARITCHNY 0003 // Copyright (c) 2008-2014 OPEN CASCADE SAS 0004 // 0005 // This file is part of Open CASCADE Technology software library. 0006 // 0007 // This library is free software; you can redistribute it and/or modify it under 0008 // the terms of the GNU Lesser General Public License version 2.1 as published 0009 // by the Free Software Foundation, with special exception defined in the file 0010 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT 0011 // distribution for complete text of the license and disclaimer of any warranty. 0012 // 0013 // Alternatively, this file may be used under the terms of Open CASCADE 0014 // commercial license or contractual agreement. 0015 0016 #ifndef _TDataXtd_ConstraintEnum_HeaderFile 0017 #define _TDataXtd_ConstraintEnum_HeaderFile 0018 0019 //! The terms of this enumeration define the types 0020 //! of available constraint. 0021 //! ================== 0022 enum TDataXtd_ConstraintEnum 0023 { 0024 TDataXtd_RADIUS, 0025 TDataXtd_DIAMETER, 0026 TDataXtd_MINOR_RADIUS, 0027 TDataXtd_MAJOR_RADIUS, 0028 TDataXtd_TANGENT, 0029 TDataXtd_PARALLEL, 0030 TDataXtd_PERPENDICULAR, 0031 TDataXtd_CONCENTRIC, 0032 TDataXtd_COINCIDENT, 0033 TDataXtd_DISTANCE, 0034 TDataXtd_ANGLE, 0035 TDataXtd_EQUAL_RADIUS, 0036 TDataXtd_SYMMETRY, 0037 TDataXtd_MIDPOINT, 0038 TDataXtd_EQUAL_DISTANCE, 0039 TDataXtd_FIX, 0040 TDataXtd_RIGID, 0041 TDataXtd_FROM, 0042 TDataXtd_AXIS, 0043 TDataXtd_MATE, 0044 TDataXtd_ALIGN_FACES, 0045 TDataXtd_ALIGN_AXES, 0046 TDataXtd_AXES_ANGLE, 0047 TDataXtd_FACES_ANGLE, 0048 TDataXtd_ROUND, 0049 TDataXtd_OFFSET 0050 }; 0051 0052 #endif // _TDataXtd_ConstraintEnum_HeaderFile
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |