PD: [skip ci] for pockets use opposite direction of reference axis

This commit is contained in:
wmayer
2021-11-16 00:35:57 +01:00
parent 973642285e
commit a8cb5ed419

View File

@@ -166,7 +166,7 @@ App::DocumentObjectExecReturn *Pocket::execute(void)
Base::Vector3d base;
Base::Vector3d dir;
getAxis(pcReferenceAxis, subReferenceAxis, base, dir, false);
pocketDirection = dir;
pocketDirection = -dir;
}
catch (const Base::Exception& e) {
return new App::DocumentObjectExecReturn(e.what());