Fix can't pad a sketch on datum plane (#14397)
* Fix can't pad a sketch on datum plane * Add a unit test for Pad a sketch on datum plane
This commit is contained in:
committed by
GitHub
parent
430594ef81
commit
0b4e01047f
@@ -708,7 +708,7 @@ App::DocumentObjectExecReturn* FeatureExtrude::buildExtrusion(ExtrudeOptions opt
|
||||
prism = refineShapeIfActive(prism);
|
||||
this->AddSubShape.setValue(prism);
|
||||
|
||||
if (!base.isNull() && fuse) {
|
||||
if (base.shapeType(true) <= TopAbs_SOLID && fuse) {
|
||||
prism.Tag = -this->getID();
|
||||
|
||||
// Let's call algorithm computing a fuse operation:
|
||||
|
||||
Reference in New Issue
Block a user