简体   繁体   中英

ThreeJS 3D drawing into manufacturing drawings

We've been dealing with the drawing blueprints with Three.JS. We want convert our 3D object into to the manufacturing bluepritns (TOP Orthogonal view on drawings) .

What we have:

3D对象

What we want to export:

TOP图纸上的正交视图

Does anybody dealt with that ? I cannot find workable solution on internet. We have been struggling with this for a long time :\\

You can just rotate your object and then download it from canvas: How do you save an image from a Three.js canvas?

You can also change object type from full mesh into armature so that it becomes transparent.

Another option if you need some postprocessing is export your 3d object into blender (there are many exporter modules available). Then in blender, write a script to create image in three projections you need.

I think you can automate this all quite quickly.

PD. If you need stl format exporter. Will this fit your need? https://threejs.org/examples/misc_exporter_stl.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM