Moment Of Inertia Measure | |
Mesure du moment d'inertie |
IfcMomentOfInertiaMeasure is a measure of moment of inertia.
Usually measured in m4.
Type: REAL
HISTORY New type in IFC2x.
<xs:simpleType name="IfcMomentOfInertiaMeasure">
<xs:restriction base="xs:double"/>
</xs:simpleType>
<xs:element name="IfcMomentOfInertiaMeasure-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ifc:IfcMomentOfInertiaMeasure">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcMomentOfInertiaMeasure = REAL;
END_TYPE;