Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcElectricCurrentEnum

Definition from IAI: This enumeration defines the different types of available electrical current:

HISTORY: New enumeration in IFC R2.0

EXPRESS specification:

TYPE IfcElectricCurrentEnum = ENUMERATION OF
( ALTERNATING,
DIRECT,
NOTDEFINED);
END_TYPE;