# 防止除零错误 if material_area == 0: return 0.0 # 空结果处理 if not results: print("错误:没有找到符合条件的Panel配置!")