国产传媒在线观看-亚洲人成在线观看-日韩电影网站-久久久精品一区二区三区-五月激情天-久久久久久久久国产-九九精品九九-午夜高潮-美女被娇喘视频-日本美女啪啪-亚洲va久久久噜噜噜无码久久-久久草视频在线-蜜臀av首页-台湾黄色网址-啪视频在线

樓宇智能化IFC的前端設(shè)備數(shù)據(jù)描述!

欄目:行業(yè)動(dòng)態(tài) 作者:沽為 發(fā)布時(shí)間:2020-09-01 關(guān)鍵詞: 樓宇智能化
分享到:
?樓宇智能化屬于電氣領(lǐng)域,處于IFC標(biāo)準(zhǔn)中的專(zhuān)業(yè)領(lǐng)域?qū)?。在IFC4標(biāo)準(zhǔn)中定義為IfcElectricalDomain。IfcElectricalDomain支持的類(lèi)型主要有IfcFlowTerminalType(終端設(shè)備類(lèi)型)、IfcFlow SegmentType(終端分段類(lèi)型)、IfcFlowFittingType(終端燈具類(lèi)型)、IfcFlowStorageDeviceType(終端存儲(chǔ)設(shè)備類(lèi)型)、IfcFlowControllerType(終端開(kāi)關(guān)類(lèi)型)、IfcDistributionControlElementType(配電控制類(lèi)型)和IfcEnergyConversionDeviceType(能量轉(zhuǎn)換設(shè)備類(lèi)型)。

樓宇智能化屬于電氣領(lǐng)域,處于IFC標(biāo)準(zhǔn)中的專(zhuān)業(yè)領(lǐng)域?qū)?。在IFC4標(biāo)準(zhǔn)中定義為IfcElectricalDomain。IfcElectricalDomain支持的類(lèi)型主要有IfcFlowTerminalType(終端設(shè)備類(lèi)型)、IfcFlow SegmentType(終端分段類(lèi)型)、IfcFlowFittingType(終端燈具類(lèi)型)、IfcFlowStorageDeviceType(終端存儲(chǔ)設(shè)備類(lèi)型)、IfcFlowControllerType(終端開(kāi)關(guān)類(lèi)型)、IfcDistributionControlElementType(配電控制類(lèi)型)和IfcEnergyConversionDeviceType(能量轉(zhuǎn)換設(shè)備類(lèi)型)。

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

AudioVisualApplication的Express-G圖表示如圖。

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

AudioVisualApplication的Express描述如下:

ENTITY IfcAudioVisualApplianceType

SUBTYPE OF IfcFlowTerminalType; //IfcAudioVisualApplianceType是IfcFlowTerminalType的子類(lèi)型

PredefinedType: IfcAudioVisualApplianceTypeEnum;

WHERE  //形式限制

CorrectPredefinedType: (PredefinedType <>

IfcAudioVisualApplianceTypeEnum.USERDEFINED) OR((PredefinedType=

IfcAudioVisualApplianceTypeEnum.USERDEFINED) AND EXISTS

(SELF\IfcElementType.ElementType));

END_ENTITY;

AudioVisualApplication屬性間的繼承關(guān)系如下:

ENTITY IfcAudioVisualApplianceType

ENTITY IfcRoot

GlobalId:       IfcGloballyUniqueId;

OwnerHistory:     OPTIONAL IfcOwnerHistory;

Name:         OPTIONAL IfcLabel;

Description:      OPTIONAL IfcText;//定義

IfcRoot的四個(gè)屬性

ENTITY IfcObjectDefinition

INVERSE //反轉(zhuǎn)屬性,明確定義實(shí)體之間“雙向”的一對(duì)多或多對(duì)多關(guān)系

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;