microstructpy.geometry.factory¶
- geometry.factory(**kwargs)¶
Factory method for geometries.
This function returns a geometry based on a string containing the name of the geometry and keyword arguments defining the geometry.
Note
The function call is
factory(name, **kwargs)
. Sphinx autodocs has dropped the first parameter.