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

Derived Attributes

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

Inverse Attributes

Entity IfcMaterialLayerSet has the following local and inherited inverse attributes:
AttributeTypeDefined By
 AssociatedToSET OF IfcRelAssociatesMaterial (ENTITY)IfcMaterialDefinition
 HasExternalReferencesSET OF IfcExternalReferenceRelationship (ENTITY)IfcMaterialDefinition
 HasPropertiesSET OF IfcMaterialProperties (ENTITY)IfcMaterialDefinition

Supertypes

Entity IfcMaterialLayerSet inherits from the following supertypes:
  IfcMaterialDefinition

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:44-04:00