0

We have followed the step-by-step tutorials for the model-derivative apis. I can use the /manifest endpoint to get the object tree. I can also create tasks to get a .obj file with geometries of some objects. There is no way to know which geometry belongs to which object.

I could potentially create a job for each object, but that would require thousands of jobs per model which seems excessively inefficient. Are we missing something? Any pointers on how to get geometry for objects while retaining the mapping between them?

4

1 回答 1

0

Viewer 将提取信息,但截至今天,我们没有 SVF 的文档,因此从该文件分析几何图形可能会变得更加棘手。您可以使用 JavaScript,类似于此示例此示例中描述的内容。

您可以为每个元素提取 OBJ,但可能需要大量作业。在这种情况下,您需要为.obj文件运行代码。

于 2017-08-23T21:34:10.197 回答