port Surface module to v0.17

This commit is contained in:
wmayer
2017-04-12 21:33:57 +02:00
parent e29636a88d
commit 1fd27d18df
6 changed files with 30 additions and 22 deletions

View File

@@ -86,7 +86,7 @@ App::DocumentObjectExecReturn *Cut::execute(void)
//Cut Shape1 by Shape2
TopoDS_Shape aCutShape;
aCutShape = ts1.cut(ts2._Shape);
aCutShape = ts1.cut(ts2.getShape());
//Check if resulting shell is null
if (aCutShape.IsNull()){