opencascade.js icon indicating copy to clipboard operation
opencascade.js copied to clipboard

Noob question : about .step export

Open maelp opened this issue 1 year ago • 0 comments

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 ?

maelp avatar Dec 23 '23 16:12 maelp