ENTITY IfcMaterialLayerSet
(* SCHEMA IFC4; *)
ENTITY IfcMaterialLayerSet
 SUBTYPE OF (IfcMaterialDefinition);
	MaterialLayers : LIST [1:?] OF IfcMaterialLayer;
	LayerSetName : OPTIONAL IfcLabel;
	Description : OPTIONAL IfcText;
 DERIVE
	 TotalThickness : IfcLengthMeasure := IfcMlsTotalThickness(SELF);
END_ENTITY;
Explicit Attributes
Entity IfcMaterialLayerSet has the following local and inherited explicit attributes:
| Attribute | Type | Defined By | 
|---|
 |  MaterialLayers | LIST OF IfcMaterialLayer (ENTITY) | IfcMaterialLayerSet |  
|  LayerSetName | IfcLabel (STRING) | IfcMaterialLayerSet |  
|  Description | IfcText (STRING) | IfcMaterialLayerSet |  
 
 | 
Derived Attributes
Entity IfcMaterialLayerSet has the following local and inherited derived attributes:
| Attribute | Type | Defined By | 
|---|
 |  TotalThickness | IfcLengthMeasure (REAL) | IfcMaterialLayerSet |  
 
 | 
Inverse Attributes
Entity IfcMaterialLayerSet has the following local and inherited inverse attributes:
Supertypes
Entity IfcMaterialLayerSet inherits from the following supertypes:
  IfcMaterialDefinition
Subtypes
    No subtypesReferenced By
Entity IfcMaterialLayerSet and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00