Ejemplo n.º 1
0
def test_nodes_touched():
  mesh = TriangleSoup([(4,7,5)])
  assert all(mesh.nodes_touched()==[4,5,7])
Ejemplo n.º 2
0
def test_nodes_touched():
    mesh = TriangleSoup([(4, 7, 5)])
    assert all(mesh.nodes_touched() == [4, 5, 7])