port Surface module to v0.17
This commit is contained in:
@@ -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()){
|
||||
|
||||
Reference in New Issue
Block a user