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:
AttributeTypeDefined By
 MaterialLayersLIST OF IfcMaterialLayer (ENTITY)IfcMaterialLayerSet
 LayerSetNameIfcLabel (STRING)IfcMaterialLayerSet

Derived Attributes

Entity IfcMaterialLayerSet has the following local and inherited derived attributes:
AttributeTypeDefined By
 TotalThicknessIfcLengthMeasure (REAL)IfcMaterialLayerSet

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity IfcMaterialLayerSet and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcMaterialLayer ENTITY IfcMaterialLayerSet
 IfcMaterialLayerSetUsage ENTITY IfcMaterialLayerSet
 IfcMaterialSelect SELECT IfcMaterialLayerSet
 IfcMlsTotalThickness FUNCTION IfcMaterialLayerSet


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:21:13-04:00