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

如果 SOLIDWORKS IFC 自定义属性设置为 "IFCROOF"，则 IFC 属性集映射文件会有选择地将 SOLIDWORKS "Cladding" 属性映射到 "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>
