occt: master b0d96eb7

Author Committer Branch Timestamp Parent
abv apn master 2017-02-02 13:22:33 master 478ad1d1
Affected Issues  0028403: Avoid useless calls to BRepTools::Write()
Changeset 0028403: Avoid useless calls to BRepTools::Write()

Useless writes of intermediate shapes to hardcoded paths are removed in samples\mfc\standard\02_Modeling\src\ModelingDoc.cpp

Methods IGESBRep::WriteShape(), XSControl_Utils::WriteShape() are deleted; BRepTools::Write() can be used instead.
Method TopOpeBRepBuild_Tools::DumpMapOfShapeWithState() is moved to where it is used -- TopOpeBRepBuild_Builder1_1.cxx as static function (commented out).

Unused DRAW command OCC18612 is removed.

Upgrade Guide is corrected to avoid Doxygen warnings.
mod - dox/dev_guides/upgrade/upgrade.md Diff File
mod - samples/mfc/standard/02_Modeling/src/ModelingDoc.cpp Diff File
mod - src/IGESToBRep/IGESToBRep.cxx Diff File
mod - src/IGESToBRep/IGESToBRep.hxx Diff File
mod - src/QABugs/QABugs_11.cxx Diff File
mod - src/TopOpeBRepBuild/TopOpeBRepBuild_Builder1_1.cxx Diff File
mod - src/TopOpeBRepBuild/TopOpeBRepBuild_Tools.cxx Diff File
mod - src/TopOpeBRepBuild/TopOpeBRepBuild_Tools.hxx Diff File
mod - src/XSControl/XSControl_Utils.cxx Diff File
mod - src/XSControl/XSControl_Utils.hxx Diff File
mod - src/XSDRAW/FILES Diff File
rm - src/XSDRAW/XSDRAW_Commands.hxx Diff File
mod - src/XSDRAWIGES/XSDRAWIGES.cxx Diff File