Homec4science

Added the `addConnectivityType()` function to the Python mesh interface.

Authored by Philip Mueller <philip.paul.mueller@bluemain.ch> on Feb 19 2021, 10:01.

Description

Added the addConnectivityType() function to the Python mesh interface.

The addition of the MeshAccessor allowed to manipulate the mesh directly from within Python.
However it was only possible to manipulate _existing_ elements, and not to create new elements of a _different_ not yet existing element type.
In order to offer that the addConnectivityType() function of the mesh was also exposed to Python.

Event Timeline

Philip Mueller <philip.paul.mueller@bluemain.ch> committed rAKA61e663e7ef4e: Added the `addConnectivityType()` function to the Python mesh interface. (authored by Philip Mueller <philip.paul.mueller@bluemain.ch>).Feb 19 2021, 13:03