File indexing completed on 2025-01-18 10:05:07
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _StepDimTol_GeometricToleranceType_HeaderFile
0017 #define _StepDimTol_GeometricToleranceType_HeaderFile
0018
0019 enum StepDimTol_GeometricToleranceType {
0020 StepDimTol_GTTAngularityTolerance,
0021 StepDimTol_GTTCircularRunoutTolerance,
0022 StepDimTol_GTTCoaxialityTolerance,
0023 StepDimTol_GTTConcentricityTolerance,
0024 StepDimTol_GTTCylindricityTolerance,
0025 StepDimTol_GTTFlatnessTolerance,
0026 StepDimTol_GTTLineProfileTolerance,
0027 StepDimTol_GTTParallelismTolerance,
0028 StepDimTol_GTTPerpendicularityTolerance,
0029 StepDimTol_GTTPositionTolerance,
0030 StepDimTol_GTTRoundnessTolerance,
0031 StepDimTol_GTTStraightnessTolerance,
0032 StepDimTol_GTTSurfaceProfileTolerance,
0033 StepDimTol_GTTSymmetryTolerance,
0034 StepDimTol_GTTTotalRunoutTolerance
0035 };
0036
0037 #endif