OmniGraph Node omni.graph.core.Fetch

omni.graph.core.Fetch Properties

Name

Value

Version

1

Extension

omni.graph.core

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

hidden

true

uiName

Fetch

__categories

internal

Generated Class Name

OgnFetchDatabase

Python Module

omni.graph.core

omni.graph.core.Fetch Description

This built-in node fetches named attribute from a connected USD prim. The fetch request is trigged by definition of attribute in the compute node For example, if we have input:prim pointing to a mesh prim, and we have point3f[] points defined in this node, then we look for points attribute from the input prim If there is a matching attribute, output will be populated. In the event there is no such attribute, output will NOT be created.