[PD] Fix Pad a Plane attached Sketch upto a Plane (#16056)
This commit is contained in:
committed by
GitHub
parent
9742a67cba
commit
fad86f4fbc
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user