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

此為 IFC 屬性組對應檔案選擇性對應 SOLIDWORKS 的「Cladding」屬性，如果 SOLIDWORKS IFC 自訂屬性設定為「IFCROOF」，會對應至「Weather Proofing」屬性組的 IFC「Roof Covering Material」屬性；如果 IFC 自訂屬性為「IFCBEAM」或「IFCCOLUMN」，「Cladding」屬性則對應至「Structural Cladding」屬性組的「Structural Cladding Material」。

此對應檔案亦將 SOLIDWORKS 自訂屬性「SWProp01」對應至「SOLIDWORKS Common Properties」屬性組的 IFC「SWProp01」屬性。

-->

<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>
