// 건축법 시행령 53조 (경계벽 등의 설치) 1항 3호
check(EDBA_53_1_3){
KS
}
KS{
Space mySpace1{
Space.Building.usage = “ClassIINeighborhoodLivingFacility.CommunalLivingFacility”
}
Wall myWall{
isObjectProperty(Wall.isPartitionWall)=TRUE
hasObject(mySpace1, Wall) =TRUE
}
isObjectProperty(myWall.isSharedByHouseholds) = TRUE
}
|