forge和Bim 360的衍生服务有区别吗?
Is there a difference in the derivative services between forge and Bim 360?
通过 Forge Model Derivative 转换时,从 Revit 生成的 IFC 文件似乎丢失了某些对象(尤其是钢筋)API。同一个文件在 BIM 360 上看起来没问题。
请使用切换加载程序选项以使用基于 Revit 的 IFC 加载程序。此选项在 BIM360 上默认为真,例如
curl -X 'POST'
-H 'Content-Type: application/json; charset=utf-8'
-H 'Authorization: Bearer PtnrvrtSRpWwUi3407QhgvqdUVKL'
-v 'https://developer.api.autodesk.com/modelderivative/v2/designdata/job'
-d
'{
"input": {
"urn": "dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6bW9kZWxkZXJpdmF0aXZlL21vZGVsLmlmYw",
},
"output": {
"formats": [
{
"type": "svf",
"views": [
"3d"
],
"advanced": {
"switchLoader": true
}
}
]
}
}'
参考:https://forge.autodesk.com/blog/model-derivative-ifc-pipeline-call-change
通过 Forge Model Derivative 转换时,从 Revit 生成的 IFC 文件似乎丢失了某些对象(尤其是钢筋)API。同一个文件在 BIM 360 上看起来没问题。
请使用切换加载程序选项以使用基于 Revit 的 IFC 加载程序。此选项在 BIM360 上默认为真,例如
curl -X 'POST'
-H 'Content-Type: application/json; charset=utf-8'
-H 'Authorization: Bearer PtnrvrtSRpWwUi3407QhgvqdUVKL'
-v 'https://developer.api.autodesk.com/modelderivative/v2/designdata/job'
-d
'{
"input": {
"urn": "dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6bW9kZWxkZXJpdmF0aXZlL21vZGVsLmlmYw",
},
"output": {
"formats": [
{
"type": "svf",
"views": [
"3d"
],
"advanced": {
"switchLoader": true
}
}
]
}
}'
参考:https://forge.autodesk.com/blog/model-derivative-ifc-pipeline-call-change