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

IFC 속성 세트 매핑 파일은 SOLIDWORKS IFC 사용자 정의 속성이 "IFCROOF"로 설정된 경우 SOLIDWORKS "Cladding" 속성을 "Weather Proofing" 속성 세트의 "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>
