Material - Merkmale | |
Material Properties | |
Propriétés de matériau |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcMaterialProperties | MODIFIED | Schema changed from IFCMATERIALPROPERTYRESOURCE to IFCMATERIALRESOURCE. Instantiation changed from ABSTRACT. | ||
Name | X | X | MODIFIED | Name changed from Material to Name. Type changed from IfcMaterial to IfcIdentifier. Instantiation changed to OPTIONAL. |
Description | ADDED | |||
Properties | ADDED | |||
Material | ADDED |
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 | Type | Cardinality | Description | C |
---|---|---|---|---|---|
4 | Material | IfcMaterialDefinition | [1:1] | Reference to the material definition to which the set of properties is assigned. | X |
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcPropertyAbstraction | |||||
HasExternalReferences | IfcExternalReferenceRelationship @RelatedResourceObjects | S[0:?] | Reference to an external reference, e.g. library, classification, or document information, that is associated to the property definition. | X | |
IfcExtendedProperties | |||||
1 | Name | IfcIdentifier | [0:1] | The name given to the set of properties. | X |
2 | Description | IfcText | [0:1] | Description for the set of properties. | X |
3 | Properties | IfcProperty | S[1:?] | The set of properties provided for this extended property collection. | X |
IfcMaterialProperties | |||||
4 | Material | IfcMaterialDefinition | [1:1] | Reference to the material definition to which the set of properties is assigned. | X |
<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>
ENTITY IfcMaterialProperties
SUBTYPE OF (IfcExtendedProperties);
Material : IfcMaterialDefinition;
END_ENTITY;