![]()  | Angular Velocity Measure | 
![]()  | Mesure de vélocité angulaire | 
IfcAngularVelocityMeasure is a measure of the velocity of a body measured in terms of angle subtended per unit time.
Usually measured in radians/s.
Type: REAL
HISTORY New type in IFC2.0.
 <xs:simpleType name="IfcAngularVelocityMeasure">
  <xs:restriction base="xs:double"/>
 </xs:simpleType>
 <xs:element name="IfcAngularVelocityMeasure-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcAngularVelocityMeasure">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
TYPE IfcAngularVelocityMeasure = REAL;
END_TYPE;