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

Fichier de mappage de l'ensemble des propriétés IFC qui mappe sélectivement la propriété SOLIDWORKS "Cladding" à la propriété IFC "Roof Covering Material" dans l'ensemble des propriétés "Weather Proofing" si la propriété personnalisée SOLIDWORKS IFC est définie sur "IFCROOF" et mappe "Cladding" à "Structural Cladding Material" dans l'ensemble des propriétés "Structural Cladding" si la propriété personnalisée IFC est "IFCBEAM" ou "IFCCOLUMN".

Ce fichier de mappage mappe également la propriété personnalisée SOLIDWORKS "SWProp01" à la propriété IFC "SWProp01" dans l'ensemble des propriétés "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>
