//건축물의 피난ㆍ방화구조 등의 기준에 관한 규칙 9조 (피난계단 및 특별피난계단의 구조) 2항 2호
Check(REFB_9_2_2){
IF (CS) THEN KS
}
CS{
isExternal(Stair) = TRUE
isObjectProperty(Stair.isEscape) = TRUE
}
KS{
getResult(REFB_9_2_2_1)=TRUE
getResult(REFB_9_2_2_2)=TRUE
getResult(REFB_9_2_2_3)=TRUE
getResult(REFB_9_2_2_4)=TRUE
}
|