Mesh
Methods
mesh_record = my_scenario.get_mesh('my_mesh')
mesh_record.delete()Static methods
Last updated
Was this helpful?
mesh_record = my_scenario.get_mesh('my_mesh')
mesh_record.delete()Last updated
Was this helpful?
Was this helpful?
mesh_data = mesh.load(
filepath = mesh.record.filepath
)
print('Number of vertices in the mesh: {}'.format(mesh_data.vertices())