Autodesk Forge设计自动化Civil 3D

时间:2020-10-23 22:15:17

标签: autodesk-forge

无法使用设计自动化API读取C3D对象。我能够从cad文件中提取Civil 3d对象,并将信息另存为文本文件在本地计算机上。但是,当我们使用AutoCAD设计自动化引擎Autodesk.AutoCAD + 24时,它不会提供所需的数据。它曾经工作过,而且我们还在网上使用的几个应用程序上使用了Autodesk.AutoCAD + 24引擎来提取和分析民用3d对象,并且它们停止正常运行。

即使报告的状态显示成功,也并不意味着已提取甚至正确读取了民用3d对象。

{
  "status": "success",
  "reportUrl": "https://dasprod... ",
  "stats": {
    "timeQueued": "2020-10-22T20:10:07.8093412Z",
    "timeDownloadStarted": "2020-10-22T20:10:07.9675172Z",
    "timeInstructionsStarted": "2020-10-22T20:10:10.0892293Z",
    "timeInstructionsEnded": "2020-10-22T20:10:22.9818639Z",
    "timeUploadEnded": "2020-10-22T20:10:23.1051272Z",
    "bytesDownloaded": 1093711,
    "bytesUploaded": 4141
  },
  "id": "d8e7600d6ae84651bd76dd58906dc7a4"
}

我们收到如下所示的错误。

[10/22/2020 20:10:21] ************************MessageBox****************************
[10/22/2020 20:10:21] Exception in t:\aces\acesroot\24.0\coreengine\exe\aeccdbmgd.dll ARX Command
[10/22/2020 20:10:21] Unhandled Exception e0434352 (e0434352h) at address 2a2096c9h
[10/22/2020 20:10:21] >>>Responding: OK.

[10/22/2020 20:10:21] **************************************************************
[10/22/2020 20:10:21] ************************MessageBox****************************
[10/22/2020 20:10:21] Exception in t:\aces\acesroot\24.0\coreengine\exe\aeccdbmgd.dll ARX Command
[10/22/2020 20:10:21] Unhandled Exception e0434352 (e0434352h) at address 2a2096c9h
[10/22/2020 20:10:21] >>>Responding: OK. 

我仍在试图找出问题所在。

0 个答案:

没有答案