Google Sketchup C++ SDK:SkpWriter使用
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最新 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.