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:
@@ -898,7 +898,7 @@ Reverse::Reverse()
|
||||
App::DocumentObjectExecReturn* Reverse::execute()
|
||||
{
|
||||
App::DocumentObject* source = Source.getValue<App::DocumentObject*>();
|
||||
Part::TopoShape topoShape = Part::Feature::getShape(source);
|
||||
Part::TopoShape topoShape = Part::Feature::getTopoShape(source);
|
||||
if (topoShape.isNull()) {
|
||||
return new App::DocumentObjectExecReturn("No part object linked.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user