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