//국토의 계획 및 이용에 관한 법률 시행령 84조 (용도지역안에서의 건폐율) 3항 3호 Check(EDLPUA_84_3_3){ IF CS THEN KS } CS{ getObjectProperty(Building.SpecialPurposeDistrict.type)="FisheryResourcesProtectionZone" } KS{ getBuildingToLandRatio()<=40% }
Python Code 변환 예정