Update to Toposhape versions and fix shapebinder references with test (#16036)
* Update to Toposhape versions and fix shapebinder references with test * Update src/Mod/PartDesign/PartDesignTests/TestShapeBinder.py --------- Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
@@ -151,7 +151,7 @@ App::DocumentObjectExecReturn* Scale::execute()
|
||||
|
||||
try {
|
||||
Scale::ScaleParameters params = computeFinalParameters();
|
||||
TopoShape result = scaleShape(Feature::getShape(link), params);
|
||||
TopoShape result = scaleShape(Feature::getTopoShape(link), params);
|
||||
this->Shape.setValue(result);
|
||||
return App::DocumentObject::StdReturn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user