Arch: fix whitespace in ArchStructure.py

This commit is contained in:
luzpaz
2023-01-20 12:42:18 +00:00
committed by Chris Hennes
parent edfc993b7f
commit a42c526eec

View File

@@ -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