Toponaming/Part: Fix hashing, hasher mismatches, and adjust test results to match
This commit is contained in:
@@ -601,7 +601,7 @@ App::DocumentObjectExecReturn* FeatureExtrude::buildExtrusion(ExtrudeOptions opt
|
||||
|
||||
// And the really expensive way to get the SubShape...
|
||||
try {
|
||||
TopoShape result(0);
|
||||
TopoShape result(0, getDocument()->getStringHasher());
|
||||
if (base.isNull()) {
|
||||
result = prism;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user