[PD] Fix Pad a Plane attached Sketch upto a Plane (#16056)

This commit is contained in:
Florian Foinant-Willig
2024-08-31 20:09:39 +02:00
committed by GitHub
parent 0524288117
commit 80c1ad4a0a

View File

@@ -4403,6 +4403,10 @@ TopoShape& TopoShape::makeElementPrismUntil(const TopoShape& _base,
srcShapes.push_back(result);
if (result.isInfinite()){
result = face;
}
PrismMaker.Init(result.getShape(),
face.getShape(),
TopoDS::Face(supportFace.getShape()),