本文介绍了如何从Autodesk-Forge下载转换后的svf或其他(ifc)文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们将rvt文件转换为svf,并在Autodesk Forge Viewer上将其打开.现在,我们要下载此转换后的sfv文件.我们该怎么做?

We are converted rvt file to svf and opened it on autodesk forge viewer. And now we want to download this converted sfv file. How we can do this??

这是我要转换的代码

在此处输入图片描述

推荐答案

以下是一些入门示例:

基本上,您将需要解析[manifest](GET:urn/manifest/:derivativeUrn),并按照以下路径通过[GET:urn/manifest/:derivativeUrn](GET:urn/manifest/:衍生物Urn)

Basically you will need to parse the [manifest](GET :urn/manifest/:derivativeUrn) and follow the paths to download the resources via [GET :urn/manifest/:derivativeUrn](GET :urn/manifest/:derivativeUrn)

这篇关于如何从Autodesk-Forge下载转换后的svf或其他(ifc)文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 10:08