IfcMaterialProperties

Natural language names
Material - Merkmale
Material Properties
Propriétés de matériau
Change log
ItemSPFXMLChangeDescription
4.0.0.0
    IfcMaterialPropertiesMODIFIEDSchema changed from IFCMATERIALPROPERTYRESOURCE to IFCMATERIALRESOURCE.
Instantiation changed from ABSTRACT.
      NameXXMODIFIEDName changed from Material to Name.
Type changed from IfcMaterial to IfcIdentifier.
Instantiation changed to OPTIONAL.
      DescriptionADDED
      PropertiesADDED
      MaterialADDED
Semantic definitions at the entity
Entity definition

The IfcMaterialProperties assigns a set of material properties to associated material definitions. The set may be identified by a Name and a Description. The IfcProperty (instantiable subtypes) is used to express the individual material properties by name, description, value and unit.

NOTE  The set of material properties can be assigned to an individual IfcMaterial, a set or composite of materials (IfcMaterialConstituent, IfcMaterialConstituentSet), or set or individual material layer (IfcMaterialLayer, IfcMaterialLayerSet), or a set or individual material profile (IfcMaterialProfile, IfcMaterialProfileSet)
HISTORY  New entity in IFC2x.
IFC4 CHANGE  Entity made non-abstract. The subtypes IfcMechanicalMaterialProperties, IfcThermalMaterialProperties, IfcHygroscopicMaterialProperties, IfcGeneralMaterialProperties, IfcOpticalMaterialProperties, IfcWaterProperties, IfcFuelProperties, IfcProductsOfCombustionProperties, IfcExtendedMaterialProperties have been deleted, use IfcMaterialProperties instead.

 

Attribute definitions
#AttributeTypeCardinalityDescription G
4MaterialIfcMaterialDefinition Reference to the material definition to which the set of properties is assigned.
IFC4 CHANGE The datatype has been changed to supertype IfcMaterialDefinition.
X
Inherited definitions from supertypes
Entity inheritance IfcExtendedProperties IfcPropertyAbstraction
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcPropertyAbstraction
HasExternalReferencesIfcExternalReferenceRelationship
@RelatedResourceObjects
S[0:?]Reference to an external reference, e.g. library, classification, or document information, that is associated to the property definition.
IFC4 CHANGE New inverse attribute.
X
IfcExtendedProperties
1NameIfcIdentifier? The name given to the set of properties. X
2DescriptionIfcText? Description for the set of properties.X
3PropertiesIfcPropertyS[1:?] The set of properties provided for this extended property collection.X
IfcMaterialProperties
4MaterialIfcMaterialDefinition Reference to the material definition to which the set of properties is assigned.
IFC4 CHANGE The datatype has been changed to supertype IfcMaterialDefinition.
X
Formal representations
XML Specification
 <xs:element name="IfcMaterialProperties" type="ifc:IfcMaterialProperties" substitutionGroup="ifc:IfcExtendedProperties" nillable="true"/>
 <xs:complexType name="IfcMaterialProperties">
  <xs:complexContent>
   <xs:extension base="ifc:IfcExtendedProperties"/>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcMaterialProperties
 SUBTYPE OF (IfcExtendedProperties);
  Material : IfcMaterialDefinition;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcMaterialDefinition

Link to this page  Link to this page