Пример #1
0
 def test_2dinit(self):
     pl1 = Plate("MyPl", [(0, 0, 0.2), (5, 0), (5, 5), (0, 5)], 20e-3, **atts)
     pl1._repr_html_()
Пример #2
0
 def test_3dinit(self):
     pl1 = Plate("MyPl", [(0, 0, 0), (5, 0, 0), (5, 5, 0), (0, 5, 0)], 20e-3, use3dnodes=True)
     pl1._repr_html_()