============== SavedSelection ============== .. py:currentmodule:: p3dsdk .. py:class:: SavedSelection .. py:method:: id :property: The id of the saved selection. :type: str, read-only .. py:method:: name :property: The name of the saved selection. :type: str :raises ReadOnlyError: If :py:obj:`Database` is in read only mode. .. py:method:: objects :property: The list of objects saved in this selection. :type: list(SceneObject) :raises ReadOnlyError: If :py:obj:`Database` is in read only mode. .. py:method:: remove() Delete this saved selection. :raises ReadOnlyError: If :py:obj:`Database` is in read only mode.