예제 #1
0
def test4():
    from geometry.similarity_surface_generators import TranslationSurfaceGenerators
    ss=TranslationSurfaceGenerators.infinite_origami_example()
    ss.edit()
    se,sb=ss.get_bundle()
    sb.set_transform(100,300,300)
    sb.redraw_all()
예제 #2
0
def test4():
    from geometry.similarity_surface_generators import TranslationSurfaceGenerators
    ss = TranslationSurfaceGenerators.infinite_origami_example()
    ss.edit()
    se, sb = ss.get_bundle()
    sb.set_transform(100, 300, 300)
    sb.redraw_all()
예제 #3
0
 def add_octagon(self):
     from geometry.similarity_surface_generators import TranslationSurfaceGenerators
     ss = TranslationSurfaceGenerators.regular_octagon()
     ss.edit()
예제 #4
0
 def add_octagon(self):
     from geometry.similarity_surface_generators import TranslationSurfaceGenerators
     ss=TranslationSurfaceGenerators.regular_octagon()
     ss.edit()
예제 #5
0
def test3():
    from geometry.similarity_surface_generators import TranslationSurfaceGenerators
    ss=TranslationSurfaceGenerators.regular_octagon()
    ss.edit()
    sm,sb = ss.get_bundle()
    sb.set_transform(100,500,400)
예제 #6
0
def test3():
    from geometry.similarity_surface_generators import TranslationSurfaceGenerators
    ss = TranslationSurfaceGenerators.regular_octagon()
    ss.edit()
    sm, sb = ss.get_bundle()
    sb.set_transform(100, 500, 400)