This commit adds getShape and setShape to TopoShape
This commit is contained in:
committed by
wmayer
parent
5a30a43862
commit
7f4a437cc2
@@ -53,10 +53,10 @@ App::DocumentObjectExecReturn *FeatureGeometrySet::execute(void)
|
||||
TopoDS_Shape sh = (*it)->toShape();
|
||||
if (first) {
|
||||
first = false;
|
||||
result._Shape = sh;
|
||||
result.setShape(sh);
|
||||
}
|
||||
else {
|
||||
result._Shape = result.fuse(sh);
|
||||
result.setShape(result.fuse(sh));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user