﻿<?xml version="1.0" encoding="UTF-8"?>
<!--

Si tratta di un file di mappatura per set di proprietà IFC che mappa selettivamente la proprietà SOLIDWORKS "Cladding" alla proprietà IFC "Roof Covering Material" nel set di proprietà "Weather Proofing" se la proprietà personalizzata SOLIDWORKS IFC è impostata su "IFCROOF" e mappa "Cladding" a "Structural Cladding Material" nel set di proprietà "Structural Cladding" se la proprietà personalizzata IFC è "IFCBEAM" o "IFCCOLUMN".

Questo file di mappatura mappa anche la proprietà personalizzata SOLIDWORKS "SWProp01" alla proprietà IFC "SWProp01" nel set di proprietà "SOLIDWORKS Common Properties".

-->

<CustomPropertiesPSETMapping xmlns="http://www.solidworks.com/ifcpropertysets">
    <Schema Version="1" />
    <PropertySet Name="SOLIDWORKS Common Properties">
        <PropertyMapping SOLIDWORKS="SWProp01" IFC="SWProp01" Type="IfcLabel" />
    </PropertySet>
    <PropertySet Name="Weather Proofing">
        <AppliesTo ElementType="IFCROOF" />
        <PropertyMapping SOLIDWORKS="Cladding" IFC="Roof Covering Material" Type="IfcLabel" />
    </PropertySet>
    <PropertySet Name="Structural Cladding">
        <AppliesTo ElementType="IFCBEAM" />
        <AppliesTo ElementType="IFCCOLUMN" />
        <PropertyMapping SOLIDWORKS="Cladding" IFC="Structural Cladding Material" Type="IfcLabel" />
    </PropertySet>
</CustomPropertiesPSETMapping>
