从 3d solidworks 模型创建 2d 图像精灵

creating 2d image sprite from 3d solidworks model

我想复制在此处找到的 remix 3d 站点图像上所做的工作:https://www.remix3d.com/board/3vkCqsxjqeH

他们为每个项目创建了一个 Image Sprite (example sprite 来自 Remix 3D)。精灵是旋转对象的连续快照。根据光标位置,精灵会移动以显示旋转顺序中的下一个快照。

我想知道是否有一种简单的方法可以在 solidworks 中从 3d 模型生成这些图像精灵,或者我是否必须进入并使用模型上不同角度的图像手动制作它们。

我几乎可以使用 solidworks 中提供的任何文件类型来完成这个。

this is another example of what i want with images from my 3d model

最简单的方法是使用 Rotation Animation Motion Wizard of Motion Study and then export the result in the format of the sequence of images in bmp/png/tiff.

生成旋转动画

或者,您可以使用 SOLIDWORKS API.

自动执行此任务