fix index
This commit is contained in:
parent
cbb7579878
commit
ea56eb93ff
1 changed files with 1 additions and 1 deletions
|
|
@ -587,7 +587,7 @@ class Grid(object):
|
|||
[+dimensions[0], +dimensions[1]],
|
||||
[+dimensions[0], -dimensions[1]],
|
||||
[-dimensions[0], -dimensions[1]]], dtype=float)
|
||||
thickness = dimensions[3]
|
||||
thickness = dimensions[2]
|
||||
self.draw_polygon(Direction.z, center, p, thickness, eps)
|
||||
|
||||
def draw_cylinder(self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue