Exemplo n.º 1
0
def showShape(shape, shapeIndex):
    plt.figure(shapeIndex+1, figsize=(3,3))
    plt.clf()
    ShapeModeler.normaliseAndShowShape(shape.path)
    plt.draw()
Exemplo n.º 2
0
def showShape(shape ):
    plt.figure(1)
    plt.clf()
    ShapeModeler.normaliseAndShowShape(shape)
Exemplo n.º 3
0
def showShape(shape):
    plt.figure(1)
    plt.clf()
    ShapeModeler.normaliseAndShowShape(shape)
Exemplo n.º 4
0
def showShape(shape,shapeIndex ):
    plt.figure(shapeIndex+1)
    plt.clf()
    ShapeModeler.normaliseAndShowShape(shape.path)
def showShape(shape, shapeIndex):
    plt.figure(shapeIndex + 1)
    plt.clf()
    ShapeModeler.normaliseAndShowShape(shape.path)