Giovanni Bettega Mon, 03/24/2025 - 18:13 Forums: Modeling Data and AlgorithmsI make a TopoDS_Shape S, i.e. a cube.Then I write It on disk, by using BinTools. Finally I reload it from disk, and obtain S_reloaded. Is the returning value of S.IsEqual(S_reloaded) true or false? Grazie Giovanni Dmitrii Pasukhin Mon, 03/24/2025 - 18:25 Hello. The checking is only based on the smart pointer. (point on single place in memory) In case if object is duplicated deeply, then the method will not work. Best regards, Dmitrii. Log in to post comments Giovanni Bettega Mon, 03/24/2025 - 23:26 Thank you very much Giovanni Log in to post comments
Mon, 03/24/2025 - 18:25
Hello. The checking is only based on the smart pointer. (point on single place in memory)
In case if object is duplicated deeply, then the method will not work.
Best regards, Dmitrii.
Mon, 03/24/2025 - 23:26
Thank you very much
Giovanni