import .step file with three.js

前端 未结 2 1982
[愿得一人]
[愿得一人] 2020-12-10 15:58

I would like to import a file \".step\" to use it with Three.js but I don\'t know how to do it

I didn\'t found any topic, only \"first step, second step \"

A

2条回答
  •  攒了一身酷
    2020-12-10 16:36

    node-occ is not a viable option as it is missing OCE-0.13. You have to download OCE-0.14 and build it really not a good option. OpenCascade is good but requires you build an .NET Library in C++ this is not well documented as they want to try and sell you theirs. I have not tried PythonOCC as it is python and can be a bit hard to set up using .NET I am looking for more resources but have not found any your best bet is to build your own using the STEP reading technology.

提交回复
热议问题