[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:
committed by
Yorik van Havre
parent
513208f328
commit
43eafe9dc2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user