Bugfixes in Arch
This commit is contained in:
parent
82265b4ea9
commit
1b70aef0f2
|
@ -181,7 +181,7 @@ class _ArchDrawingView:
|
|||
if hasattr(obj,"Source"):
|
||||
if obj.Source:
|
||||
if obj.Source.Objects:
|
||||
objs = Draft.getGroupContents(obj.Sourc.Objects)
|
||||
objs = Draft.getGroupContents(obj.Source.Objects)
|
||||
svg = ''
|
||||
|
||||
# generating SVG
|
||||
|
|
|
@ -177,6 +177,7 @@ class Renderer:
|
|||
v = self.wp.getLocalCoords(v)
|
||||
verts.append(v)
|
||||
verts.append(verts[0])
|
||||
if len(verts) > 2:
|
||||
wires.append(Part.makePolygon(verts))
|
||||
try:
|
||||
sh = ArchCommands.makeFace(wires)
|
||||
|
|
Loading…
Reference in New Issue
Block a user