IfcMotorConnectionTypeEnum

Natural language names
Motor Connection Type Enum
Enumération des types de connection du moteur
Semantic definitions at the type
Type definition

The IfcMotorConnectionTypeEnum defines the range of different types of motor connection that can be specified.

HISTORY  New type in IFC2x.
Enumeration definition
ConstantDescription
BELTDRIVEAn indirect connection made through the medium of a shaped, flexible continuous loop.
COUPLINGAn indirect connection made through the medium of the viscosity of a fluid.
DIRECTDRIVEA direct, physical connection made between the motor and the driven device.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcMotorConnectionTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="beltdrive"/>
   <xs:enumeration value="coupling"/>
   <xs:enumeration value="directdrive"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcMotorConnectionTypeEnum = ENUMERATION OF (
 BELTDRIVE,
 COUPLING,
 DIRECTDRIVE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcMotorConnection IfcMotorConnectionType

Link to this page  Link to this page