From a42c526eecf4bcc00defeb7bc1f449428e3e95f4 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Fri, 20 Jan 2023 12:42:18 +0000 Subject: [PATCH] Arch: fix whitespace in ArchStructure.py --- src/Mod/Arch/ArchStructure.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/Arch/ArchStructure.py b/src/Mod/Arch/ArchStructure.py index 60519c5ce3..48b43af58e 100644 --- a/src/Mod/Arch/ArchStructure.py +++ b/src/Mod/Arch/ArchStructure.py @@ -839,10 +839,10 @@ class _Structure(ArchComponent.Component): baseface = obj.Base.Shape.copy() elif obj.Base.Shape.Wires: # ArchSketch feature : - # Get base shape wires, and faceMaker, for Structure (slab. etc.) from Base Objects if they store and provide by getStructureBaseShapeWires() + # Get base shape wires, and faceMaker, for Structure (slab. etc.) from Base Objects if they store and provide by getStructureBaseShapeWires() # (thickness, normal/extrusion, length, width, baseface maybe for later) of structure (slab etc.) structureBaseShapeWires = None - baseShapeWires = None #baseSlabWires / baseSlabOpeningWires = None + baseShapeWires = None #baseSlabWires / baseSlabOpeningWires = None faceMaker = None if hasattr(obj.Base, 'Proxy'): if hasattr(obj.Base.Proxy, 'getStructureBaseShapeWires'): @@ -926,7 +926,7 @@ class _Structure(ArchComponent.Component): if obj.Normal.Length: normal = Vector(obj.Normal).normalize() else: - normal = baseface.Faces[0].normalAt(0, 0) ## TODO to use ArchSketch's 'normal' for consistency + normal = baseface.Faces[0].normalAt(0, 0) ## TODO to use ArchSketch's 'normal' for consistency base = None placement = None inverse_placement = None