PD: allow to clear the shape when nullifying the Support property

This commit is contained in:
wmayer
2022-06-12 14:01:19 +02:00
parent 1c8c6a48af
commit 3e6d0e775f

View File

@@ -125,6 +125,9 @@ App::DocumentObjectExecReturn* ShapeBinder::execute(void) {
this->Placement.setValue(shape.getTransform());
this->Shape.setValue(shape);
}
else {
this->Shape.setValue(shape);
}
}
return Part::Feature::execute();