donalffons / opencascade.js

Port of the OpenCascade CAD library to JavaScript and WebAssembly via Emscripten.
https://ocjs.org/
GNU Lesser General Public License v2.1
617 stars 88 forks source link

Noob question : about .step export #269

Open maelp opened 9 months ago

maelp commented 9 months ago

I cannot find it in OpenCascade documentation, but do you know whether if I create a 3d shape, then use obj.clone() and obj.translate()to copy and move it around, then export as a.step` file, the resulting file will be "smaller" because it knows about the fact that I cloned shapes? Or will it contain the full geometry of all the cloned shapes ?