Arch: Fixed typo
This commit is contained in:
parent
43b7b9834d
commit
7644248953
|
@ -356,7 +356,7 @@ class _Wall(ArchComponent.Component):
|
||||||
# computing shape
|
# computing shape
|
||||||
base = None
|
base = None
|
||||||
if obj.Base.isDerivedFrom("Part::Feature"):
|
if obj.Base.isDerivedFrom("Part::Feature"):
|
||||||
if obj.Base.isValid() and (not obj.Base.Shape.isNull()):
|
if obj.Base.Shape.isValid() and (not obj.Base.Shape.isNull()):
|
||||||
base = obj.Base.Shape.copy()
|
base = obj.Base.Shape.copy()
|
||||||
if base.Solids:
|
if base.Solids:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user