0028880: Modeling Algorithms - add missing BRepFeat_SplitShape::Right() getter
authorantonavt <antonavtamonov37@gmail.com>
Mon, 2 Mar 2020 09:16:14 +0000 (12:16 +0300)
committerbugmaster <bugmaster@opencascade.com>
Tue, 24 Mar 2020 16:55:05 +0000 (19:55 +0300)
commit68064d7bc3806c775cd5bd3a6b16bc25c7788148
tree89b51b098e13cfa8f11158da327d901b2d1dd0b2
parent62afcbbb4afd58ba26c063e763b3f6dddefafdd6
0028880: Modeling Algorithms - add missing BRepFeat_SplitShape::Right() getter

- Added Right() method to BRepFeat_SplitShape;
- Added an option in command buc60854, which allows to select Left() or Right() method;
- Modified method BUC60854 in QABugs_14.cxx;
- Added new option to the help of command buc60854;
- Modified test case buc60854. Now its state is "OK";
- Added check Right() in buc60854 test case.
src/BRepFeat/BRepFeat_SplitShape.cxx
src/BRepFeat/BRepFeat_SplitShape.hxx
src/QABugs/QABugs_14.cxx
tests/bugs/moddata_1/buc60854