//국토의 계획 및 이용에 관한 법률 77조 (용도지역의 건폐율) 1항 2호 나목 Check(LPUA_77_1_2_2){ IF CS THEN KS } CS{ getObjectProperty(SpecialPurposeArea.type) = "ProductionManagementArea" } KS{ getObjectProperty(Building.buildingToLandRatio) = BTL BTL <= 20 }
Python Code 변환 예정