4.3.7.5 Material Profile Set

Material profile sets are associated with products or product types where materials are placed in cross-sections of specified dimensions following a path defined at occurrences of the type. Examples of such products are beams, columns, members, reinforcing, footings, piles, pipe segments, duct segments, and cable segments.

EXAMPLE  Material profile sets can be provided at the IfcColumnType, defining the common material information for all occurrences of the same column type. It is then accessible by the inverse IsTypedBy relationship at IfcColumn pointing to IfcColumnType having the HasAssociations inverse relationship to IfcRelAssociatesMaterial with RelatingMaterial refering to the IfcMaterialProfileSet>. If an individual material association is provide at the IfcColumn and the IfcColumnType, then the material directly assigned to IfcColumn overrides the material assigned to IfcColumnType.

Figure 113 illustrates an instance diagram.

Material Profile SetIfcObjectDefinitionIfcRelAssociatesMaterialIfcMaterialProfileSetIfcLabelIfcTextIfcMaterialProfileIfcLabelIfcTextIfcMaterialMaterialIfcProfileDefIfcProfileTypeEnumIfcLabelIfcIntegerIfcLabel

Figure 113 — Material Profile Set

mvdXML Specification
<?xml version="1.0" encoding="utf-8"?>
<ConceptTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" uuid="427ac055-2a71-42c2-a423-71689fa75c59" name="Material Profile Set" applicableSchema="IFC4" applicableEntity="IfcObjectDefinition">
  <Rules>
    <AttributeRule AttributeName="HasAssociations">
      <EntityRules>
        <EntityRule EntityName="IfcRelAssociatesMaterial">
          <AttributeRules>
            <AttributeRule AttributeName="RelatingMaterial">
              <EntityRules>
                <EntityRule EntityName="IfcMaterialProfileSet">
                  <AttributeRules>
                    <AttributeRule RuleID="HasProfiles" AttributeName="MaterialProfiles">
                      <EntityRules>
                        <EntityRule EntityName="IfcMaterialProfile">
                          <AttributeRules>
                            <AttributeRule AttributeName="Name">
                              <EntityRules>
                                <EntityRule EntityName="IfcLabel" />
                              </EntityRules>
                            </AttributeRule>
                            <AttributeRule AttributeName="Description">
                              <EntityRules>
                                <EntityRule EntityName="IfcText" />
                              </EntityRules>
                            </AttributeRule>
                            <AttributeRule AttributeName="Material">
                              <EntityRules>
                                <EntityRule EntityName="IfcMaterial">
                                  <References>
                                    <Template ref="5986b61a-b79f-44e0-a93f-9fddf470a4e1" />
                                  </References>
                                </EntityRule>
                              </EntityRules>
                            </AttributeRule>
                            <AttributeRule AttributeName="Profile">
                              <EntityRules>
                                <EntityRule EntityName="IfcProfileDef">
                                  <AttributeRules>
                                    <AttributeRule AttributeName="ProfileType">
                                      <EntityRules>
                                        <EntityRule EntityName="IfcProfileTypeEnum" />
                                      </EntityRules>
                                    </AttributeRule>
                                    <AttributeRule RuleID="ProfileName" AttributeName="ProfileName">
                                      <EntityRules>
                                        <EntityRule EntityName="IfcLabel" />
                                      </EntityRules>
                                    </AttributeRule>
                                  </AttributeRules>
                                </EntityRule>
                              </EntityRules>
                            </AttributeRule>
                            <AttributeRule RuleID="Category" AttributeName="Category">
                              <EntityRules>
                                <EntityRule EntityName="IfcLabel" />
                              </EntityRules>
                            </AttributeRule>
                            <AttributeRule AttributeName="Priority">
                              <EntityRules>
                                <EntityRule EntityName="IfcInteger" />
                              </EntityRules>
                            </AttributeRule>
                          </AttributeRules>
                        </EntityRule>
                      </EntityRules>
                    </AttributeRule>
                    <AttributeRule AttributeName="Name">
                      <EntityRules>
                        <EntityRule EntityName="IfcLabel" />
                      </EntityRules>
                    </AttributeRule>
                    <AttributeRule AttributeName="Description">
                      <EntityRules>
                        <EntityRule EntityName="IfcText" />
                      </EntityRules>
                    </AttributeRule>
                  </AttributeRules>
                </EntityRule>
              </EntityRules>
            </AttributeRule>
          </AttributeRules>
        </EntityRule>
      </EntityRules>
    </AttributeRule>
  </Rules>
</ConceptTemplate>

Link to this page  Link to this page