1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-26 10:19:45 +03:00

2 Commits

Author SHA1 Message Date
dkulikov
2d6e876392 Format fix 2025-04-02 16:02:50 +01:00
dkulikov
652c3f1da9 Step Export - Graph optimization (decrease the file size) #190
Functionality to remove duplicate entities from Step graph is added.
Class MergeSTEPEntities_Merger is main entry point.
Class MergeSTEPEntities_EntityProcessor implements the basic replacement
logic.
Children of MergeSTEPEntities_EntityProcessor implement the logic for
the replacement of particular step entity.

Google tests are added for new classes.
2025-04-02 15:50:20 +01:00