//건축물의 피난ㆍ방화구조 등의 기준에 관한 규칙 9조 (피난계단 및 특별피난계단의 구조) 2항 3호
check (REFB_9_2_3){
IF (CS) THEN KS
}
CS{
isObjectProperty(Stair.isSpecialEscape) = TRUE
}
KS{
getResult(REFB_9_2_3_1)=TRUE
getResult(REFB_9_2_3_2)=TRUE
getResult(REFB_9_2_3_3)=TRUE
getResult(REFB_9_2_3_5)=TRUE
getResult(REFB_9_2_3_6)=TRUE
getResult(REFB_9_2_3_7)=TRUE
getResult(REFB_9_2_3_8)=TRUE
getResult(REFB_9_2_3_9)=TRUE
getResult(REFB_9_2_3_10)=TRUE
getResult(REFB_9_2_3_11)=TRUE
}
|