|
|
(2024-12-23 기준) 설계품질검토용 건축법 및 관련법규 - KBIMCode (문장단위)
|
|
1 /
1 page
Total
2500 /
4000 records
신규입력
|
|
1
|
72718
|
건축물의 에너지절약설계기준 제 6조 1호 가 2) 목
2) 지면 및 토양에 접한 바닥 부위로서 난방공간의 외벽 내표면까지의 모든 수평거리가 10미터를 초과하는 바닥부위
|
//스프링클러설비의 화재안전기준(NFSC 103) 6조 (폐쇄형스프링클러설비의 방호구역·유수검지장치) 4호
Check(NFSC103_6_4){
KS
}
KS{
Material myMaterial{
getObjectProperty(Object.Material)="ProtectiveWireMesh"
}
isExternal(WaterflowIndicator)=FALSE
OR isPartitioned(WaterflowIndicator, , myMaterial) = TRUE
getObjectVerticalDistance(FloorSlab, WaterflowIndicator, a)0.8m >=
getObjectVerticalDistance(FloorSlab, WaterflowIndicator, a)0.8m <= 1.5m
Door myDoor{
getObjectProperty(Door.width) >= 0.5m
getObjectProperty(Door.height) >= 1m
}
hasObject(WaterflowIndicator.Space,myDoor)=TRUE
}
|
Python Code 변환 예정
|
|
Modify
|
|
2
|
72820
|
건축물의 에너지절약설계기준 제 10조 3호 가 목
가. 조명기기 중 안정기내장형램프, 형광램프, 형광램프용안정기를 채택할 때에는 제5조제11호라목에 따른 고효율 조명기기를 사용하여야 하며, 유도등 및 주차장 조명기기는 고효율에너지기자재 인증제품에 해당하는 LED 조명을 설치하여야 한다.
|
//간이스프링클러설비의 화재안전기준(nfsc 103a) 6조 (간이스프링클러설비의 방호구역·유수검지장치) 4호
Check(NFSC503A_6_0_4){
KS
}
KS{
(isExternal(WaterflowIndicator)=FALSE
OR isPartitioned(WaterflowIndicator, ProtectiveWireMesh) = TRUE)
0.8m <= getObjectVerticalDistance(FloorSlab, WaterflowIndicator, a) <= 1.5m
Door myDoor{
getObjectProperty(Door.width) >= 0.5m
getObjectProperty(Door.height) >= 1m
}
hasObject(WaterflowIndicator.Space,myDoor)=TRUE
}
|
Python Code 변환 예정
|
|
Modify
|
|
|