简体   繁体   English

使用设计自动化更新 bim360 Revit 云模型

[英]update bim360 Revit cloud model using design automation

I tried to modify properties of bim360 Revit cloud model using design automation (versionType: 'versions:autodesk.bim360:C4RModel'), got below error:我尝试使用设计自动化(versionType:'versions:autodesk.bim360:C4RModel')修改bim360 Revit云模型的属性,出现以下错误:

{id: 'ce58ade7-b556-4817-9ea9-f2180346ddac', status: '400', code: 'BAD_INPUT', title: 'Object violates schema "versions:autodesk.bim360:C4RModel-1.0".', detail: 'See meta section for details.'}

is it still due to restriction of Revit CM and/or CWM?它仍然是由于 Revit CM 和/或 CWM 的限制吗?

Unfortunately, users cannot create versions:autodesk.bim360:C4RModel type.不幸的是,用户无法创建versions:autodesk.bim360:C4RModel类型。 You must use Revit Cloud Model API to open and sync changes to the central model instead.您必须改为使用 Revit Cloud Model API 打开和同步对中心模型的更改。

However, due to the restriction of Revit CM and/or CWM, you cannot currently use Revit Cloud Model API on DA.但是,由于 Revit CM 和/或 CWM 的限制,您目前无法在 DA 上使用 Revit Cloud Model API。 Our engineering is still working on it.我们的工程仍在努力。 Please stay tuned with us.请继续关注我们。 But you still can achieve this with Revit Desktop.但是您仍然可以使用 Revit Desktop 实现此目的。 Here is a sample using the above API: https://github.com/Autodesk-Forge/forge-rcw.file.migration-revit.addon这是使用上述 API 的示例: https ://github.com/Autodesk-Forge/forge-rcw.file.migration-revit.addon

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM