Changes
Version 0.2.11
- [SRC] Added Mesh.get_element_sizes function:
comput the size (1D:lenght, 2D:area, 3D:volume) of the elements in the mesh
- [SRC] Renamed enum objects:
ElementTyp-> MeshElementType
ClouddataInterpolation-> MeshClouddataInterpolationMode
ExtrusionMode-> ImageExtrusionMode
- [SRC] Added Mesh.extract_unreachable function:
find all nodal disconneted submeshes and return all of them or only the smallest or largets one
- [SRC] Added new MeshExtractUnreachableMode enum object:
defines the mode for the Mesh.extract_unreachable function
- [SRC] Added compute_connectivity argument to the functions:
Mesh.extract_mesh
Mesh.extract_myocard
Image.extract_mesh
By default it is set to True.
- [SRC] Added Mesh.get_elements_in_selection function:
this function returns the indices of all selected elements within a nodal selection
Version 0.2.10
- [SRC] Added Mesh.get_element_nodes function:
return a list of all the nodes to which an element is attached.
- [SRC] Added return_mapping argument to Mesh.extract_surface function:
if True , a tuple of the extracted surface meshes plus corresponding mapping objects is returned.
Version 0.2.9
- [SRC] Bug fix in Mesh.extract_surface function:
assign fibers and tags to the surface elements from adjacent volumetric elements.
- [DOC] Corrected argument type of the function:
Mesh.extract_vtx
- [DOC]: Changed the return value in the documentation of the functions:
Mesh.extract_vtx
Mesh.connected_vtx_components
Mesh.extract_surface
Mesh.apply_split
Mesh.query_edges
Mapping.map_selection