Google Sketchup C++ SDK:SkpWriter使用

发布于 2024-09-19 18:59:13 字数 299 浏览 3 评论 0原文

我正在尝试使用 Google 的 Sketchup C++ SDK(最新版本)将 3D 模型导出到 Sketchup 文件。我面临的问题之一是头文件引用 源树中不存在的“sapi”文件夹

我需要弄清楚如何获得对 ISketchUpApplication 接口的引用。有人可以向我提供有关如何执行此操作的示例代码吗?

I am trying to use Google's Sketchup C++ SDK (latest version) to export a 3D model to a Sketchup file. One of the problems I am facing is that the header files refer to an "sapi" folder which does not exist in the source tree.

I need to figure out how I can get a reference to the ISketchUpApplication interface. Can someone provide me with example code on how I can go about doing this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蘑菇王子 2024-09-26 18:59:13

最新 SDK 附带了一个示例,展示了如何使用编写器。该示例可以在 Windows SDK 下载包中的“SkpWriter/Examples/skpwriter_example/skpwriter_example”中找到。

The latest SDK comes with an example showing how the writer is used. The example can be found at "SkpWriter/Examples/skpwriter_example/skpwriter_example" within the Windows SDK download bundle.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文