comp_mesh_dict (method)¶
-
comp_mesh_dict
(self, element_size, label='surface')[source]¶ Returns the number of mesh elements on each line of the surface to match the element_size.
- Parameters
self (Surface) – a Surface object
element_size (float) – The size of each element on the mesh [m]
label (str) – Label prefix for line without label
- Returns
mesh_dict – Dictionary containing the number of element of each line of the surface
- Return type
dict