OBJ_INTERFACE_ID.cs 1.2 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
1 2 3 4 5 6 7 8 9
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace FLY.Thick.Blowing360.OBJ_INTERFACE
{
    public class OBJ_INTERFACE_ID
    {
潘栩锋's avatar
潘栩锋 committed
10 11
        public const UInt32 JSONDIST_ID = 10000;

潘栩锋's avatar
潘栩锋 committed
12 13
        public const UInt32 WARNING_OBJ_ID = 20000;

潘栩锋's avatar
潘栩锋 committed
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
        public const UInt32 IO_ID = 30000;
        public const UInt32 TDGAGE_ID = 30001;
        //public const UInt32 BORDERSEARCH_ID = 30002;
        public const UInt32 CURVE_ID = 30003;
        //public const UInt32 DYNAREA_ID = 30004;
        //public const UInt32 GET_SAMPLE_ID = 30005;
        // public const UInt32 INITPARAM_ID = 30006;


        //public const UInt32 SCANCORR_ID = 30008;
        public const UInt32 FLYAD_ID = 30009;
        //public const UInt32 GAGEINFO_ID = 30010;
        public const UInt32 FIX_ID = 30011;

        public const UInt32 PROFILE_ID = 30012;
        public const UInt32 SCANWARNING_ID = 30013;

        //public const UInt32 BOLTMAP_ID = 30016;
        public const UInt32 BULKDB_ID = 30017;

        //public const UInt32 SCAN_ID = 30018;

        //public const UInt32 REJECT_ID = 30019;



        public const UInt32 RENZIJIA_ID = 30020;
        public const UInt32 BDETECT_ID = 30021;
潘栩锋's avatar
潘栩锋 committed
42 43
    }
}