[ArchStructure] Fix Regression : FaceMaker

Fix #22822

See discussion and example model file in github :-
https://github.com/FreeCAD/FreeCAD/issues/22822
This commit is contained in:
Paul Lee
2025-08-01 00:44:58 +08:00
committed by Yorik van Havre
parent 513208f328
commit 43eafe9dc2

View File

@@ -970,7 +970,6 @@ class _Structure(ArchComponent.Component):
clusterTransformed.append(edgesTransformed)
for clusterT in clusterTransformed:
baseShapeWires.append(Part.Wire(clusterT))
faceMaker = 'Bullseye'
if not baseShapeWires:
baseShapeWires = obj.Base.Shape.Wires