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 JSONDIST_ID = 10000; public const UInt32 WARNING_OBJ_ID = 20000; 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; } }