Fix source comment typo

This commit is contained in:
luz.paz 2019-05-15 00:45:23 -04:00
parent 778502f859
commit 76f2e29ac8

View File

@ -254,7 +254,7 @@ class _FHPath:
self.ww = [Vector(0,0,0)] self.ww = [Vector(0,0,0)]
else: else:
# transform 'obj.ww' according to the 'Base' Placement # transform 'obj.ww' according to the 'Base' Placement
# (transation is don't care, we worry about rotation) # (translation is don't care, we worry about rotation)
self.ww = [obj.Base.Placement.multVec(obj.ww)] self.ww = [obj.Base.Placement.multVec(obj.ww)]
shapes = [] shapes = []
# get node positions in absolute coordinates (at least two nodes exist, checked above) # get node positions in absolute coordinates (at least two nodes exist, checked above)