// 건축법 시행령 53조 (경계벽 등의 설치) 1항 4호
check(EDBA_53_1_4){
KS
}
KS{
Building myBuilding{
Zone.Building.usage = “FacilitiesForTheAgedAndChildren.WelfareFacilityForTheAged ”
getResult(WOPA_32_1_3)=TRUE
}
Wall myWall{
isObjectProperty(Wall.isPartitionWall)=TRUE
hasObject(myBuilding, Wall) =TRUE
}
isObjectProperty(myWall.isSharedByHouseholds) = TRUE
}
|
Python Code 변환 예정
|