Houdini 21.0 Executing tasks with PDG/TOPs pdgd

pdgd.DataBackendQueryResults class

Object representing the results of a backend query operation

When a DataBackend performs a query operation, it returns an instance of DataBackendQueryResults, that contains two result lists, the InitialResults and SortedAndFiltered. SortedAndFiltered is the final query result, but there are scenarios when it is useful to know which objects were considered for the query but were filtered out, that information is available through the InitialResults property.

Properties

Instance Properties

InitialResults

A list of all objects found and considered for the query, prior to any sorting and filtering operation.

SortedAndFiltered

The list of objects matching the query, already sorted and filtered.

pdgd

Data Layer Components

managers

Queries

types