I have found the Autodesk Platform Services (Forge) API call to get REVIT file Thumbnail: see this link
我找到了获取Revit文件的Autodesk Platform Services(Forge)API调用缩略图:请参阅此链接
But this API call only retrieves the RVT thumbnail and not the each view specific thumbnail.
Any way to get those views thumbnails as we see in ACC environment (for each 3d or 2d view)?
但此API调用仅检索RVT缩略图,而不检索每个视图特定的缩略图。有没有办法获得我们在ACC环境中看到的那些视图缩略图(对于每个3D或2D视图)?
更多回答
优秀答案推荐
If you want the thumbnail of a specific document you can pass the document guid as query parameter. It is not documented here GET Thumbnail but it is working.
如果您想要特定文档的缩略图,可以将文档GUID作为查询参数传递。这里没有记录获取缩略图,但它正在工作。
https://developer.api.autodesk.com/modelderivative/v2/designdata/{urn}/thumbnail?guid={guid}
Https://developer.api.autodesk.com/modelderivative/v2/designdata/{urn}/thumbnail?guid={guid}
This feature has been added in the forge-apis
package.
此功能已添加到Forge-API包中。
更多回答
我是一名优秀的程序员,十分优秀!