OBJ_INTERFACE_ID.cs 988 Bytes
Newer Older
潘栩锋's avatar
潘栩锋 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace FLY.Thick.Blowing360.OBJ_INTERFACE
{
    public class OBJ_INTERFACE_ID
    {
        public const UInt32 BULK_ID = 30001;
        public const UInt32 BFPROFILE_ID = 30002;
        public const UInt32 CURVE_ID = 30003;
        public const UInt32 INITPARAM_ID = 30004;
        public const UInt32 DYNAREA_ID = 30005;
        public const UInt32 FLYAD_ID = 30006;
        public const UInt32 FIX_ID = 30007;
        public const UInt32 TDGAGE_ID = 30008;
        public const UInt32 RENZIJIA_ID = 30009;
        public const UInt32 BDETECT_ID = 30010;
        public const UInt32 SCANWARNING_ID = 30011;
        public const UInt32 BULKDB_ID = 30012;

        public const UInt32 BDETECT360EN_ID = 30020;
        
        /// <summary>
        /// 3个
        /// </summary>
        public const UInt32 WARNING_OBJ_ID = 20000;

        public const UInt32 JSONDIST_OBJ_ID = 10000;
    }
}