国产在线麻豆精品观看-免费三级网站-国产一区视频在线-国产又大又长又粗-色爱视频-青青青草视频在线观看-亲嘴脱内衣内裤-韩国av免费观看-久月婷婷-69精品人人-欧美一区二区不卡视频-九九热免费在线视频-一区精品在线-射区导航-免费暧暧视频-黄色一级黄色片-伊人影院网-黄色动漫免费在线观看-欧美浓毛大泬视频-99ri在线观看-国产精品视频在-亚洲午夜电影在线观看-亚洲第一综合色-校园春色欧美-好吊妞在线视频观看

樓宇智能化IFC的前端設備數據描述!

欄目:行業動態 作者:沽為 發布時間:2020-09-01 關鍵詞: 樓宇智能化
分享到:
?樓宇智能化屬于電氣領域,處于IFC標準中的專業領域層。在IFC4標準中定義為IfcElectricalDomain。IfcElectricalDomain支持的類型主要有IfcFlowTerminalType(終端設備類型)、IfcFlow SegmentType(終端分段類型)、IfcFlowFittingType(終端燈具類型)、IfcFlowStorageDeviceType(終端存儲設備類型)、IfcFlowControllerType(終端開關類型)、IfcDistributionControlElementType(配電控制類型)和IfcEnergyConversionDeviceType(能量轉換設備類型)。

樓宇智能化屬于電氣領域,處于IFC標準中的專業領域層。在IFC4標準中定義為IfcElectricalDomain。IfcElectricalDomain支持的類型主要有IfcFlowTerminalType(終端設備類型)、IfcFlow SegmentType(終端分段類型)、IfcFlowFittingType(終端燈具類型)、IfcFlowStorageDeviceType(終端存儲設備類型)、IfcFlowControllerType(終端開關類型)、IfcDistributionControlElementType(配電控制類型)和IfcEnergyConversionDeviceType(能量轉換設備類型)。

其中IfcFlowTerminalType定義的實體有Outlet(插座)、LightFixture(燈具)、Lamp(光源)、ElectricAppliance(電器設備)、AudioVisualApplication(音視頻設備)、CommunicationsAppliance(通訊設備)。樓宇智能化中的前端設備主要有攝像機,屬于音視頻設備,因此可以用AudioVisualApplication來表示,下面對樓宇智能化中的前端設備進行基于IFC標準的數據描述。

AudioVisualApplication的Express-G圖表示如圖。

樓宇智能化IFC的前端設備數據描述!(圖1)

AudioVisualApplication的Express描述如下:

ENTITY IfcAudioVisualApplianceType

SUBTYPE OF IfcFlowTerminalType; //IfcAudioVisualApplianceType是IfcFlowTerminalType的子類型

PredefinedType: IfcAudioVisualApplianceTypeEnum;

WHERE  //形式限制

CorrectPredefinedType: (PredefinedType <>

IfcAudioVisualApplianceTypeEnum.USERDEFINED) OR((PredefinedType=

IfcAudioVisualApplianceTypeEnum.USERDEFINED) AND EXISTS

(SELF\IfcElementType.ElementType));

END_ENTITY;

AudioVisualApplication屬性間的繼承關系如下:

ENTITY IfcAudioVisualApplianceType

ENTITY IfcRoot

GlobalId:       IfcGloballyUniqueId;

OwnerHistory:     OPTIONAL IfcOwnerHistory;

Name:         OPTIONAL IfcLabel;

Description:      OPTIONAL IfcText;//定義

IfcRoot的四個屬性

ENTITY IfcObjectDefinition

INVERSE //反轉屬性,明確定義實體之間“雙向”的一對多或多對多關系

HasAssignments:    SET OF IfcRelAssigns FOR RelatedObjects;

Nests:        SET [0:1] OF IfcRelNests FOR RelatedObjects;

IsNestedBy:      SET OF IfcRelNests FOR RelatingObject;

HasContext:      SET [0:1] OF IfcRelDeclares FOR RelatedDefinitions;

IsDecomposedBy:    SET OF IfcRelAggregates

FOR RelatingObject;

Decomposes:      SET [0:1] OF IfcRelAggregates FOR RelatedObjects;

HasAssociations:   SET OF IfcRelAssociates FOR RelatedObjects;

ENTITY IfcTypeObject

ApplicableOccurrence: OPTIONAL IfcIdentifier;

HasPropertySets:   OPTIONAL SET [1:?]

OF IfcPropertySetDefinition;

INVERSE

Types:        SET [0:1] OF IfcRelDefinesByType FOR RelatingType;

ENTITY IfcTypeProduct

RepresentationMaps:  OPTIONAL LIST [1:?]

OF

UNIQUE IfcRepresentationMap;

Tag:         OPTIONAL IfcLabel;

INVERSE

ReferencedBy:     SET OF IfcRelAssignsTo Product FOR RelatingProduct;

ENTITY IfcElementType

ElementType:     OPTIONAL IfcLabel;

ENTITY IfcDistributionElementType

ENTITY IfcDistributionFlowElementType

ENTITY IfcFlowTerminalType

ENTITY IfcAudioVisualApplianceType

PredefinedType:    IfcAudioVisualAppliance TypeEnum;

END_ENTITY;