Archived issue #0025530
Data Exchange - high-level API should take progress indicator
Description
Methods IGESCAFControl_Reader::Perform(), IGESCAFControl_Writer::Perform(), STEPCAFControl_Reader::Perform(), STEPCAFControl_Writer::Perform() do not take progress indicator as parameter, while IGESControl_Reader, STEPControl_Reader have no such method at all.
As result not trivial code have to be copied again and again in each project with import/export functionality.
As result not trivial code have to be copied again and again in each project with import/export functionality.
Public activity
2 archived notes
Participants are labeled by their role within this record.
Patch for #0025748 is expected to provide the described parameters
Requested parameters are provided in methods Perform() of *CAFControl_*iter classes within #0025748; IGESControl_Reader and STEPControl_Reader inherit corresponding methods from XSControl_Reader
Related records