OmniGraph Node omni.graph.nodes.FindPrims

omni.graph.nodes.FindPrims Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Find Prims

__categories

sceneGraph

Generated Class Name

OgnFindPrimsDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.FindPrims Description

Finds Prims on the stage which match the given criteria

omni.graph.nodes.FindPrims Inputs

Name

Type

Default

Required?

Descripton

inputs:namePrefix

token

Y

Only prims with a name starting with the given prefix will be returned.

inputs:recursive

bool

False

Y

False means only consider children of the root prim, True means all prims in the hierarchy

inputs:requiredAttributes

string

Y

A space-separated list of attribute names that are required to be present on matched prims

inputs:rootPrimPath

token

Y

Only children of the given prim will be considered. Empty will search the whole stage

inputs:type

token

Y

The type name of the prims to get, Empty means match any type

omni.graph.nodes.FindPrims Outputs

Name

Type

Default

Required?

Descripton

outputs:primPaths

token[]

None

Y

A list of Prim paths which match the given type