|
@@ -310,10 +310,6 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
|
fdkkLaserService.syncBuildResult(scenePlus, scenePlusExt);
|
|
|
}
|
|
|
|
|
|
- if (fdageData.containsKey("exportMeshObj") && fdageData.getIntValue("exportMeshObj") == 1) {
|
|
|
- fdkkV4Service.upgradeToV4(sceneCode);
|
|
|
- }
|
|
|
-
|
|
|
CreateObjUtil.deleteFile(path.replace(ConstantFilePath.BUILD_MODEL_PATH, "/") + "/capture");
|
|
|
|
|
|
log.info("场景计算结果处理结束,场景码:{}", message.getSceneCode());
|