Search code examples
javascript3dspritesolidworks

creating 2d image sprite from 3d solidworks model


Im looking to replicate what is done on the remix 3d site images found here: https://www.remix3d.com/board/3vkCqsxjqeH

for each item they've created an Image Sprite (example sprite from Remix 3D). The sprite is sequential snapshots of an object in rotation. Based on cursor location the sprite is shifted to reveal the next snapshot in the sequence of rotation.

I was wondering if there was an easy way to generate these image sprites from a 3d model in solidworks, or if i would have to go in and manually make them with images from different angles on the model.

I can use almost any filetype provided in solidworks to complete this.

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


Solution

  • The easiest way would be to generate a rotation animation using the Rotation Animation Motion Wizard of Motion Study and then export the result in the format of the sequence of images in bmp/png/tiff.

    Alternatively you can automate this task using SOLIDWORKS API.