Как добавить объекты на косметический слой
==============================================

На косметический слой объекты добавляются так же, как и на слой с атрибутивными данными \
:class:`axioma.render.TableLayer`. Но в таблице косметического слоя только 2 атрибута - \
геометрия и стиль.

.. literalinclude:: ../../../../../examples/cosmetics.py
	:language: python
	:linenos:

.. seealso::
	* :meth:`axioma.gui.WidgetManagerService.allWidgets`
	* :meth:`axioma.core.dp.Feature.createFeature`
	* :meth:`axioma.render.Render.styleService`
	* :meth:`axioma.core.dp.HasFeatureHistory.insert`
