Hello
Is there a method to import an image of a part or assembly enabled in the SOLIDWORKS into a vb.net interface with the APIs?
Hello
Is there a method to import an image of a part or assembly enabled in the SOLIDWORKS into a vb.net interface with the APIs?
Hello
I don't think there is a ready-made method but you can, in your vb.net program, simply save your SW image in a temporary folder using the "SaveAs3" function and then integrate this image into a "PictureBox" in your program. After that, all you have to do is clean up your temporary folder.
Kind regards
Thank you very much, I managed to display the image.