/** * @category 模型 */ export declare enum Category { /** 未定义 */ INVALID = 0, /** 地形 */ OST_Topography = 1, /** 房间 */ OST_Rooms = 2, /** 建筑墙体 */ OST_Walls_Architectural = 3, /** 窗 */ OST_Windows = 4, /** 结构楼板 */ OST_Floors_Structural = 5, /** 幕墙嵌板 */ OST_CurtainWallPanels_Obsolete = 6, /** 幕墙竖梃 */ OST_CurtainWallMullions_Obsolete = 7, /** 天花板 */ OST_Ceilings = 8, /** 楼梯 */ OST_Stairs = 9, /** 屋顶 */ OST_Roofs = 10, /** 结构柱 */ OST_StructuralColumns = 11, /** 结构框架 */ OST_StructuralFraming = 12, /** 栏杆扶手 */ OST_StairsRailing = 13, /** 门 */ OST_Doors = 14, /** 风管 */ OST_DuctCurves = 15, /** 管道 */ OST_PipeCurves = 16, /** 电缆桥架 */ OST_CableTray = 17, /** 风管管件 */ OST_DuctFitting = 18, /** 管件 */ OST_PipeFitting = 19, /** 电缆桥架配件 */ OST_CableTrayFitting = 20, /** 常规模型 */ OST_GenericModel = 21, /** 家具 */ OST_Furniture = 22, /** 卫浴装置 */ OST_PlumbingFixtures = 23, /** 风道末端 */ OST_DuctTerminal = 24, /** 照明设备 */ OST_LightingFixtures = 25, /** 电气设备 */ OST_ElectricalEquipment = 26, /** 喷头 */ OST_Sprinklers = 27, /** 火警设备 */ OST_FireAlarmDevices = 28, /** 管道附件 */ OST_PipeAccessory = 29, /** 线管 */ OST_Conduit = 30, /** 线管配件 */ OST_ConduitFitting = 31, /** 安全设备 */ OST_SecurityDevices = 32, /** 机械设备 */ OST_MechanicalEquipment = 33, /** 植物 */ OST_Planting = 34, /** 专用设备 */ OST_SpecialityEquipment = 35, /** 体量 */ OST_Mass = 36, /** 体量内墙 */ OST_MassInteriorWall = 37, /** 体量分区 */ OST_MassZone = 38, /** 体量外墙 */ OST_MassExteriorWall = 39, /** 体量天窗 */ OST_MassSkylights = 40, /** 体量屋顶 */ OST_MassRoof = 41, /** 体量楼层 */ OST_MassFloor = 42, /** 体量玻璃 */ OST_MassGlazing = 43, /** 停车场 */ OST_Parking = 44, /** 场地 */ OST_Site = 45, /** 建筑地坪 */ OST_BuildingPad = 46, /** 坡道 */ OST_Ramps = 47, /** 幕墙系统 */ OST_CurtaSystem = 48, /** 墙饰条 */ OST_Cornices = 49, /** 家具系统 */ OST_FurnitureSystems = 50, /** 封檐板 */ OST_Fascia = 51, /** 屋檐底板 */ OST_RoofSoffit = 52, /** 檐沟 */ OST_Gutter = 53, /** 柱 */ OST_Columns = 54, /** 扶手 */ OST_RailingHandRail = 55, /** 支座 */ OST_RailingSupport = 56, /** 终端 */ OST_RailingTermination = 57, /** 顶部扶栏 */ OST_RailingTopRail = 58, /** 建筑楼板 */ OST_Floors_Architectural = 59, /** 楼板边缘 */ OST_EdgeSlab = 60, /** 平台 */ OST_StairsLandings = 61, /** 支撑 */ OST_StairsStringerCarriage = 62, /** 梯段 */ OST_StairsRuns = 63, /** 橱柜 */ OST_Casework = 64, /** 环境 */ OST_Entourage = 65, /** 道路 */ OST_Roads = 66, /** 结构墙体 */ OST_Walls_Structural = 67, /** 结构加强板 */ OST_StructuralStiffener = 68, /** 结构基础 */ OST_StructuralFoundation = 69, /** 结构桁架 */ OST_StructuralTruss = 70, /** 结构钢筋 */ OST_Rebar = 71, /** 结构钢筋接头 */ OST_Coupler = 72, /** 剪力钉 */ OST_StructConnectionShearStuds = 73, /** 平板 */ OST_StructConnectionPlates = 74, /** 螺栓 */ OST_StructConnectionBolts = 75, /** 锚固件 */ OST_StructConnectionAnchors = 76, /** 管道占位符 */ OST_PlaceHolderPipes = 77, /** 管道隔热层 */ OST_PipeInsulations = 78, /** 软管 */ OST_FlexPipeCurves = 79, /** 软风管 */ OST_FlexDuctCurves = 80, /** 风管内衬 */ OST_DuctLinings = 81, /** 风管占位符 */ OST_PlaceHolderDucts = 82, /** 风管附件 */ OST_DuctAccessory = 83, /** 风管隔热层 */ OST_DuctInsulations = 84, /**护理呼叫设备 */ OST_NurseCallDevices = 85, /** 数据设备 */ OST_DataDevices = 86, /** 灯具 */ OST_LightingDevices = 87, /** 电气装置 */ OST_ElectricalFixtures = 88, /** 电话设备 */ OST_TelephoneDevices = 89, /** 通讯设备 */ OST_CommunicationDevices = 90, /** 面积 */ OST_Areas = 91, /** 空间 */ OST_MEPSpaces = 92, /** HAVC区 */ OST_HVAC_Zones = 93, /** MEP预制保护层 */ OST_FabricationContainment = 94, /** MEP预制支架 */ OST_FabricationHangers = 95, /** MEP预制管网 */ OST_FabricationDuctwork = 96, /** MEP预制管道 */ OST_FabricationPipework = 97, /** 内衬 */ OST_FabricationDuctworkLining = 98, /** 隔热层 */ OST_FabricationPipeworkInsulation = 99 } /** * 获取Category 名字 * @param category * @returns */ export declare function get_categry_label(category: Category): "未定义" | "地形" | "房间" | "建筑墙体" | "窗" | "结构楼板" | "幕墙嵌板" | "幕墙竖梃" | "天花板" | "楼梯" | "屋顶" | "结构柱" | "结构框架" | "栏杆扶手" | "门" | "风管" | "管道" | "电缆桥架" | "风管管件" | "管件" | "电缆桥架配件" | "常规模型" | "家具" | "卫浴装置" | "风道末端" | "照明设备" | "电气设备" | "喷头" | "火警设备" | "管道附件" | "线管" | "线管配件" | "安全设备" | "机械设备" | "植物" | "专用设备" | "体量" | "体量内墙" | "体量分区" | "体量外墙" | "体量天窗" | "体量屋顶" | "体量楼层" | "体量玻璃" | "停车场" | "场地" | "建筑地坪" | "坡道" | "幕墙系统" | "墙饰条" | "家具系统" | "封檐板" | "屋檐底板" | "檐沟" | "柱" | "扶手" | "支座" | "终端" | "顶部扶栏" | "建筑楼板" | "楼板边缘" | "平台" | "支撑" | "梯段" | "橱柜" | "环境" | "道路" | "结构墙体" | "结构加强板" | "结构基础" | "结构桁架" | "结构钢筋" | "结构钢筋接头" | "剪力钉" | "平板" | "螺栓" | "锚固件" | "管道占位符" | "管道隔热层" | "软管" | "软风管" | "风管内衬" | "风管占位符" | "风管附件" | "风管隔热层" | "护理呼叫设备" | "数据设备" | "灯具" | "电气装置" | "电话设备" | "通讯设备" | "面积" | "空间" | "HAVC区" | "MEP预制保护层" | "MEP预制支架" | "MEP预制管网" | "MEP预制管道" | "内衬" | "隔热层"; export declare function is_space(category: Category): boolean;