x
This commit is contained in:
+1
-1
@@ -518,7 +518,7 @@ async def process_file_core(
|
|||||||
|
|
||||||
# 生成详细的型腔JSON数据(包含网格)
|
# 生成详细的型腔JSON数据(包含网格)
|
||||||
if cavity_mesh_data:
|
if cavity_mesh_data:
|
||||||
logger.info(f"型腔网格数据生成完成: {cavity_mesh_data.get('mold_cavities', {}).get('cavity', {}).get('vertex_count', 0)} 顶点")
|
logger.info(f"型腔网格数据生成完成: {cavity_mesh_data.get('mold_cavities', {}).get('cavity', {}).get('vertex_count', 0)} 顶点")
|
||||||
except Exception as cavity_err:
|
except Exception as cavity_err:
|
||||||
logger.warning(f"型腔生成失败,使用简化数据: {cavity_err}")
|
logger.warning(f"型腔生成失败,使用简化数据: {cavity_err}")
|
||||||
cavity_mesh_data = None
|
cavity_mesh_data = None
|
||||||
|
|||||||
Reference in New Issue
Block a user