splinepy.microstructure.tiles.tile_base.TileBase.parameter_bounds#

property TileBase.parameter_bounds#

Returns the bounds for the microtiles’ parameters.

Depending on the tile, parameter bounds can dynamically change (e.g. Cross2D). Therefore, it is instance-dependent and self instead of cls is used.

Parameters:

None

Returns:

bounds

Return type:

list<list<float>>