This commit adds getShape and setShape to TopoShape
This commit is contained in:
committed by
wmayer
parent
5a30a43862
commit
7f4a437cc2
@@ -67,7 +67,7 @@ App::DocumentObjectExecReturn* ShapeBinder::execute(void) {
|
||||
ShapeBinder::getFilteredReferences(&Support, obj, subs);
|
||||
//if we have a link we rebuild the shape, but we change nothing if we are a simple copy
|
||||
if(obj) {
|
||||
Shape.setValue(ShapeBinder::buildShapeFromReferences(obj, subs)._Shape);
|
||||
Shape.setValue(ShapeBinder::buildShapeFromReferences(obj, subs).getShape());
|
||||
Placement.setValue(obj->Placement.getValue());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user