Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:05:07

0001 // Created on: 2015-07-14
0002 // Created by: Irina KRYLOVA
0003 // Copyright (c) 2015 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 _StepDimTol_SimpleDatumReferenceModifier_HeaderFile
0017 #define _StepDimTol_SimpleDatumReferenceModifier_HeaderFile
0018 
0019 enum StepDimTol_SimpleDatumReferenceModifier {
0020   StepDimTol_SDRMAnyCrossSection,
0021   StepDimTol_SDRMAnyLongitudinalSection,
0022   StepDimTol_SDRMBasic,
0023   StepDimTol_SDRMContactingFeature,
0024   StepDimTol_SDRMDegreeOfFreedomConstraintU,
0025   StepDimTol_SDRMDegreeOfFreedomConstraintV,
0026   StepDimTol_SDRMDegreeOfFreedomConstraintW,
0027   StepDimTol_SDRMDegreeOfFreedomConstraintX,
0028   StepDimTol_SDRMDegreeOfFreedomConstraintY,
0029   StepDimTol_SDRMDegreeOfFreedomConstraintZ,
0030   StepDimTol_SDRMDistanceVariable,
0031   StepDimTol_SDRMFreeState,
0032   StepDimTol_SDRMLeastMaterialRequirement,
0033   StepDimTol_SDRMLine,
0034   StepDimTol_SDRMMajorDiameter,
0035   StepDimTol_SDRMMaximumMaterialRequirement,
0036   StepDimTol_SDRMMinorDiameter,
0037   StepDimTol_SDRMOrientation,
0038   StepDimTol_SDRMPitchDiameter,
0039   StepDimTol_SDRMPlane,
0040   StepDimTol_SDRMPoint,
0041   StepDimTol_SDRMTranslation
0042 };
0043 
0044 #endif