pyleecan.Methods.Import.ImportMeshUnv.get_data module

get_data(self)[source]

Return mesh data (nodes and elements) from a .unv file

Parameters:

self (ImportData) – An ImportData object

Returns:

  • nodes (ndarray) – The nodes id and coordinates (one line = id, 3 coordinates)

  • elements (dict) – The elements id and connectivity per element type (one line = id, n node ids)