Arch: Misc improvements to section planes

This commit is contained in:
Yorik van Havre
2014-08-13 00:28:27 -03:00
parent 92382edbc9
commit a9b5970512
4 changed files with 64 additions and 33 deletions

View File

@@ -254,7 +254,7 @@ class Renderer:
shapes.append([c]+sh[1:])
for f in c.Faces:
faces.append([f]+sh[1:])
print "iscoplanar:",f.Vertexes[0].Point,f.normalAt(0,0),cutface.Vertexes[0].Point,cutface.normalAt(0,0)
#print "iscoplanar:",f.Vertexes[0].Point,f.normalAt(0,0),cutface.Vertexes[0].Point,cutface.normalAt(0,0)
if DraftGeomUtils.isCoplanar([f,cutface]):
print "COPLANAR"
sections.append([f,fill])