![]()  | Rotational Mass Measure | 
![]()  | Mesure de masse | 
The rotational mass measure denotes the inertia of a body with respect to angular acceleration.
It is usually measured in kg*m^2.
Type: REAL
HISTORY New type in IFC2x2.
 <xs:simpleType name="IfcRotationalMassMeasure">
  <xs:restriction base="xs:double"/>
 </xs:simpleType>
 <xs:element name="IfcRotationalMassMeasure-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcRotationalMassMeasure">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
TYPE IfcRotationalMassMeasure = REAL;
END_TYPE;