Navigation

IfcElectricalCircuit

Definition from IAI: An IfcElectricalCircuit defines a particular type of system that is for the purpose of distributing electrical power.

HISTORY: New entity in IFC 2x2

Use Definitions

Usage of IfcElectricalCircuit is as for the supertype IfcSystem

EXPRESS specification:

ENTITY IfcElectricalCircuit
SUBTYPE OF ( IfcSystem);
END_ENTITY;

Inheritance graph

ENTITY IfcElectricalCircuit;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcObject;
ObjectType  :  OPTIONAL IfcLabel;
INVERSE
IsDefinedBy  :  SET OF IfcRelDefines FOR RelatedObjects;
HasAssociations  :  SET OF IfcRelAssociates FOR RelatedObjects;
HasAssignments  :  SET OF IfcRelAssigns FOR RelatedObjects;
Decomposes  :  SET [0:1] OF IfcRelDecomposes FOR RelatedObjects;
IsDecomposedBy  :  SET OF IfcRelDecomposes FOR RelatingObject;
ENTITY IfcGroup;
INVERSE
IsGroupedBy  :  IfcRelAssignsToGroup FOR RelatingGroup;
ENTITY IfcSystem;
INVERSE
ServicesBuildings  :  SET [0:1] OF IfcRelServicesBuildings FOR RelatingSystem;
ENTITY IfcElectricalCircuit;
END_ENTITY;