SceneKit:将场景导出为STL文件以进行3D打印吗? [英] SceneKit: export scene as STL file for 3D printing?

查看:149
本文介绍了SceneKit:将场景导出为STL文件以进行3D打印吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将SceneKit场景导出为STL文件(用于3D打印)?

How can you export a SceneKit scene as a STL file (for 3D printing)?

SCNScene 中的/ reference / scenekit / scnscene / 1523577-write rel = nofollow>写入函数似乎不支持STL格式。

The write function from SCNScene does not appear to support the STL format.

推荐答案

您可以使用 SCNScene write(to:options:delegate:progressHandler:)

尽管在线文档仅提及Collada和SceneKit文件格式,但标头文档指出

While the online documentation only mentions Collada and SceneKit file formats, the header documentation states that:


macOS 10.10及更低版本仅支持导出到.dae文件。

macOS 10.10 and lower only supports exporting to .dae files.

开始iOS 10导出支持.scn以及Model I / O支持的所有文件格式。

Starting iOS 10 exporting supports .scn as well as all file formats supported by Model I/O.

开始macOS 10.11导出支持.dae,.scn以及文件模型I / O支持的所有格式。

Starting macOS 10.11 exporting supports .dae, .scn as well as file all formats supported by Model I/O.

这篇关于SceneKit:将场景导出为STL文件以进行3D打印吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆