How to export a SolidWorks file for use in WebGL?

Is there a way to export or convert a SolidWorks file that will be used in some way for WebGL?

+3
source share
3 answers

Not sure where you want to go with this, but http://showwebgl.com/ (see http://plopbyte.net/2011/04/showwebgl/ ) will load and display models in a variety of formats and uses WebGL environment called ogs.js. Therefore, you just need to convert the SolidWorks file to one of them.

Many WebGL frameworks accept the Collada format. If you cannot track them, let me know.

+3
source

- Solidworks, Solidworks .pyd. pyd webgl pyd.

+1

You can use Collada export on the SolidWorks labs page. But you should consider simplifying your models before exporting them to Collada with a tool like Swap3D. This will significantly reduce the file size. Exporting to Collada works much better when exporting a part instead of an assembly. Therefore, you should always consider saving the assembly as part.

0
source

All Articles