ENTITY IfcMaterialLayerSet
(* SCHEMA IFC2X3; *)
ENTITY IfcMaterialLayerSet;
MaterialLayers : LIST [1:?] OF IfcMaterialLayer;
LayerSetName : OPTIONAL IfcLabel;
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 |
|
Derived Attributes
Entity IfcMaterialLayerSet has the following local and inherited derived attributes:
| Attribute | Type | Defined By |
|---|
| TotalThickness | IfcLengthMeasure (REAL) | IfcMaterialLayerSet |
|
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
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
2012-03-27T17:21:13-04:00