Tue, 06/09/2015 - 17:32
When STEPControl_Writer::Transfer () is called multiple times in order to export a list of shapes to a common STEP file, the performance might be bad because the third parameter "compgraph" of the Transfer function is true by default. It means after every translation of a shape the graph is rebuilt.
Instead this parameter can be set to false and only after all shapes are translated the graph can be built once only by:
writer.WS()->ComputeGraph(Standard_True );
Tue, 06/09/2015 - 17:55
I have tried it. This seems to be a really great tip! Thank you!!!
Tue, 06/09/2015 - 18:19
Hi Timo,
It works, Great!
Thanks a lot.
Regards,
Tue, 06/09/2015 - 18:29
Hi Timo,
It works, Great!
Thanks a lot.
Regards,