DiscussionsIssue archiveOCCT:Data Exchange

Archived issue #0025530

Data Exchange - high-level API should take progress indicator

Open CASCADEOCCT:Data Exchangeclosed2 public notes

Search issues

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.

Public activity

2 archived notes

Participants are labeled by their role within this record.

01Commenter 1
Patch for #0025748 is expected to provide the described parameters
02Commenter 2
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