//유도등 및 유도표지의 화재안전기준(nfsc 303) 6조 (통로유도등 설치기준) 1항
Check(NFSC303_6_1){
KS
}
KS{
Corridor myCorridor{
isGothrough(SpecificFireFightingBuilding.Room, Corridor, Ground)=True
}
Stair myStair{
isGothrough(SpecificFireFightingBuilding.Room, Stair, Ground)=True
}
hasObject(myCorridor, LeadingLight.isForPassage)=True
hasObject(myStair, LeadingLight.isForPassage)=True
getResult(NFSC303_6_1_1)=True
getResult(NFSC303_6_1_2)=True
getResult(NFSC303_6_1_3)=True
}
|
Python Code 변환 예정
|