Specifies that the scene items matching the query should have their overridden end item state removed.
Specifies that the scene items matching the query should have any overridden material removed.
Specifies that the scene items matching the query should have their overridden phantom state removed.
Clears the rendition of scene items matching the query, which will revert the scene item back to the rendition used when creating the item.
Clears the representation for scene items matching the query.
Specifies that the scene items matching the query should have their overridden
transformation matrix removed. The cascade
flag determines whether
children of the scene items matching the query should also have their overridden
transformation matrix removed, and defaults to true
.
Specifies that the scene items matching the query should be deselected.
Specifies that the scene items matching the query should be hidden.
Specifies that the scene items matching the query should have their default material overridden to match the specified material.
Specifies that the scene items matching the query should be selected.
Specifies that the scene items matching the query should have their end item
state overridden to match the specified endItemState
flag. If the
endItemState
flag is not provided, it will default to true
.
Specifies that the scene items matching the query should have their phantom state
overridden to match the specified phantomState
flag. If the
phantomState
flag is not provided, it will default to true
.
Specifies that the scene items matching the query should be shown.
Specifies that the scene items matching the query should have their transformation matrix overridden to match the specified transformation matrix.
Changes the rendition of scene items matching the query back to their revision's default rendition. This operation only applies to scene items that reference a revision.
Changes the rendition of a scene item matching the query. This operation only applies to scene items that reference a revision that contains the given rendition.
Changes the rendition of any scene item matching the query that contains a rendition with the given supplied ID. This operation only applies to scene items that reference a revision that contain a rendition with a matching supplied ID.
Changes the representation of scene items matching a query. This operation only applies to scene items that reference a rendition with the given representation ID.
A class that is responsible for building operations on scene items for a specific scene. This executor requires a query, and expects
execute()
to be invoked in order for the changes to take effect.